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.
Latency
1998ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/cards
fetch the list of cards
/cards/{cardId}
Finds Card by Global ID
/categories
/categories/{category}
/dex-ids
/dex-ids/{dexId}
/energy-types
/energy-types/{energy-type}
/hp
/hp/{hp}
/illustrators
/illustrators/{illustrator}
/rarities
/rarities/{rarity}
/regulation-marks
/regulation-marks/{regulation-mark}
/retreats
/retreats/{retreat}
/series
/series/{serie}
/sets
/sets/{set}
/sets/{set}/{cardLocalId}
/stages
/stages/{stage}
/suffixes
/suffixes/{suffix}
/trainer-types
/trainer-types/{trainer-type}
/types
/types/{type}
/variants
/variants/{variant}
33 endpoints auto-detected
curl -X GET \ "https://www.tcgdex.net/docs/cards"
www.tcgdex.net · HTTPS only