📄 Docs ⚙️ Dashboard 💳 Pricing 🔑 Get API Key 🏠 Main Site ↗

Trading Card Data API

Search the full multi-TCG catalog (200k+ cards across 12 games) by name, set, number, rarity, type, language or master-card-id.

Endpoint — search

GET /v1/cards/search?q=charizard&tcg=pokemon&limit=20

Endpoint — single

GET /v1/cards/{card_id}

Filters

Response includes

Card name, number, rarity, illustrator, image-url, set context, master_card_id (cross-language link), legalities.

Related