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

  1. Sign up to get your API key
  2. Save the key — it's shown only once
  3. 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

PlanRequests / DayBatch Size
Free10010 cards
Premium1,00025 cards
Pro10,00050 cards

See Rate Limits for details.