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

Trading Card Data API

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

Endpoint — search (cross-TCG)

GET https://collectorstashmarket.com/api/search?q=charizard&tcg=pokemon&limit=20

Endpoint — list cards in a TCG

GET https://collectorstashmarket.com/{tcg_slug}/cards?page=1&limit=50

e.g. /pokemon/cards, /mtg/cards, /yugioh/cards.

Endpoint — single card

GET https://collectorstashmarket.com/{tcg_slug}/cards/{card_id}

Filters

Response includes

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

Related