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

TCG Card Prices API

Real-time card-price data from TCGPlayer, Cardmarket, eBay, CardTrader and PriceCharting — fused into a single market-median per card per variant.

Endpoint

GET /v1/cards/{card_id}/prices?currency=USD

Response shape

{
  "card_id": 12345,
  "market": {"low": 12.50, "mid": 18.75, "high": 24.00},
  "sources": {
    "tcgplayer": {"market": 19.25, "updated_at": "…"},
    "cardmarket": {"market": 16.40, "updated_at": "…"},
    "ebay": {...}
  },
  "graded": [{"company": "PSA", "grade": 10, "value": 285.0}, ...]
}

Variants

Foil, etched-foil, reverse-holo, 1st-edition, shadowless, prerelease — pass ?variant=foil to filter.

Common use cases

Related