# TCGdex API **Provider:** TCGdex **Category:** social **Base URL:** `https://api.tcgdex.net/v2/{lang}` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://github.com/tcgdex/cards-database ## Description 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. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.tcgdex.net/v2/{lang}/cards` | fetch the list of cards | | GET | `https://api.tcgdex.net/v2/{lang}/cards/{cardId}` | Finds Card by Global ID | | GET | `https://api.tcgdex.net/v2/{lang}/categories` | GET /categories | | GET | `https://api.tcgdex.net/v2/{lang}/categories/{category}` | GET /categories/{category} | | GET | `https://api.tcgdex.net/v2/{lang}/dex-ids` | GET /dex-ids | | GET | `https://api.tcgdex.net/v2/{lang}/dex-ids/{dexId}` | GET /dex-ids/{dexId} | | GET | `https://api.tcgdex.net/v2/{lang}/energy-types` | GET /energy-types | | GET | `https://api.tcgdex.net/v2/{lang}/energy-types/{energy-type}` | GET /energy-types/{energy-type} | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.tcgdex.net/v2/{lang}/cards' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/tcgdex/) — CC BY 4.0*