A Multilanguage Pokémon TCG Database with Cards Pictures and most of the informations contained on the cards. You can find out more about TCGdex at https://www.tcgdex.net or on Discord.
https://api.tcgdex.net/v2/{lang}
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://github.com/tcgdex/cards-database
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)4.01s
(checked Mar 29, 2026)
Builder score
D
39%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /cards |
fetch the list of cards |
| GET | /cards/{cardId} |
Finds Card by Global ID |
| GET | /categories |
GET /categories |
| GET | /categories/{category} |
GET /categories/{category} |
| GET | /dex-ids |
GET /dex-ids |
| GET | /dex-ids/{dexId} |
GET /dex-ids/{dexId} |
| GET | /energy-types |
GET /energy-types |
| GET | /energy-types/{energy-type} |
GET /energy-types/{energy-type} |
curl -X GET 'https://api.tcgdex.net/v2/{lang}/cards' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official TCGdex documentation.