PUBLIC BETA

Pokemon TCG data, ready for builders.

CardDex gives you cards, sets, prices, and format data in one clean API. Browse the public dataset with no key, or claim a free API key for higher limits.

Read Docs Browse Cards
Public reads: 30 req/min / Free key: 100 req/min
23,206 cards indexed / 201 sets tracked / Daily price sync

Public beta scope

Everything listed here is live today and part of the launch surface.

Cards

Search, filter, sort, and inspect cards with attacks, abilities, images, and variants.

Sets

Browse set metadata, release ordering, and per-set card inventories.

Prices

Track current value snapshots, top cards, and trend views backed by daily syncs.

Meta

Explore supported formats and top card usage without extra setup.

Simple REST responses

Use the public endpoints right away, then add a key when you want more headroom.

GET /v1/cards/me01-001?include=prices,images
{
  "data": {
    "id": "me01-001",
    "name": "Reshiram",
    "hp": 130,
    "types": ["Fire"],
    "rarity": "Rare Holo",
    "set_id": "me01",
    "prices": {
      "trend": 4.50,
      "avg_7d": 4.20
    },
    "images": [
      { "small_url": "https://..." }
    ]
  }
}

Beta note

CardDex is launching as a public beta, so the core data surface is live while some product edges stay intentionally simple.

What to expect

  • Cards, sets, prices, meta, docs, and free API keys are live now.
  • Account tooling is intentionally minimal during beta.
  • Endpoints and docs may improve quickly as feedback comes in.

Feedback

If something feels off, missing, or unclear, email [email protected].

Claim a free API key in under a minute

The free beta plan is enough to start building and test production-like traffic patterns.

1
Register Use the modal below or POST to /v1/auth/register.
2
Save your key CardDex shows it once, so store it in your app secrets right away.
3
Send requests Attach X-API-Key: pk_live_... to lift your limit to 100 req/min.