# Pokémon TCG API **Provider:** Pokémon TCG **Category:** entertainment **Base URL:** `https://pokemontcg.io` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://pokemontcg.io ## Description The ultimate Pokémon Trading Card Game developer resource. The Pokémon TCG API allows developers to easily consume Pokémon card and set data in JSON format. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://pokemontcg.io/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://pokemontcg.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/pok-mon-tcg/) — CC BY 4.0*