T

TCGdex API

by TCGdex Free tier

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.

socialtcgdex

Quick Reference

Base URL 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
Pricing
28
Latency
10
Depth
68

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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}

Sample Request

curl -X GET 'https://api.tcgdex.net/v2/{lang}/cards' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official TCGdex documentation.