Introduction
TCG Cardmarket API gives you access to up-to-date trading card game prices, sourced directly from Cardmarket. Currently supporting Riftbound and Magic: The Gathering, with more games coming soon.
Prices are synced automatically every day at 4:00 AM UTC.
Base URL
https://tcg-api-production-5148.up.railway.app
Quick Start
- Sign up to get your API key
- Save the key — it's shown only once
- Start making requests:
curl "https://tcg-api-production-5148.up.railway.app/cards/search?game=riftbound&name=dragon" \
-H "X-API-Key: tcg_your_key_here"
What You Can Do
- Search cards by name — case-insensitive partial matching
- Look up a card by ID — get a single card by its Cardmarket product ID
- Batch lookup — fetch up to 50 cards in a single request
- Get full price data — sell, low, trend, 1/7/30-day averages, and foil prices
- List available games — see which games are supported and when they were last synced
Plan Limits
| Plan | Requests / Day | Batch Size |
|---|---|---|
| Free | 100 | 10 cards |
| Premium | 1,000 | 25 cards |
| Pro | 10,000 | 50 cards |
See Rate Limits for details.