APIHub
Back to Explore

TCGdex

TCGdex API delivers a multilingual Pokémon TCG database with card images and detailed card information, offering REST endpoints to retrieve cards and filter them by attributes such as series, set, Pokédex ID, energy type, HP, illustrator, rarity, regulation mark, stage, and trainer type.

Games & Comics
No auth required
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1998ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/cards

fetch the list of cards

GET

/cards/{cardId}

Finds Card by Global ID

  • cardId (path, required) — Tags to filter by
GET

/categories

GET

/categories/{category}

  • category (path, required)
GET

/dex-ids

GET

/dex-ids/{dexId}

  • dexId (path, required)
GET

/energy-types

GET

/energy-types/{energy-type}

  • energy-type (path, required)
GET

/hp

GET

/hp/{hp}

  • hp (path, required)
GET

/illustrators

GET

/illustrators/{illustrator}

  • illustrator (path, required)
GET

/rarities

GET

/rarities/{rarity}

  • rarity (path, required)
GET

/regulation-marks

GET

/regulation-marks/{regulation-mark}

  • regulation-mark (path, required)
GET

/retreats

GET

/retreats/{retreat}

  • retreat (path, required)
GET

/series

GET

/series/{serie}

  • serie (path, required) — the serie ID or name
GET

/sets

GET

/sets/{set}

  • set (path, required) — the set ID or the set name
GET

/sets/{set}/{cardLocalId}

  • set (path, required)
  • cardLocalId (path, required)
GET

/stages

GET

/stages/{stage}

  • stage (path, required)
GET

/suffixes

GET

/suffixes/{suffix}

  • suffix (path, required)
GET

/trainer-types

GET

/trainer-types/{trainer-type}

  • trainer-type (path, required)
GET

/types

GET

/types/{type}

  • type (path, required)
GET

/variants

GET

/variants/{variant}

  • variant (path, required)

33 endpoints auto-detected

curl -X GET \
  "https://www.tcgdex.net/docs/cards"

www.tcgdex.net · HTTPS only