TCGplayer API Alternatives for Developers (2026)

Published June 11, 2026 · You can't get a new TCGplayer API key, so here's what you actually can build with — catalog APIs, price APIs, and image-based APIs, compared honestly.

The short version: As of 2026, new developer access to the TCGplayer API is limited — the public application has been closed for years, and existing access is largely restricted to established sellers and partners. The good news: the ecosystem has filled in. Scrydex / pokemontcg.io and TCGdex cover catalog data, JustTCG and PriceCharting cover price data, and CardGrader.AI (disclosure: that's us) covers the image-based side — identifying, grading, and valuing a card from a photo instead of a catalog query.

What happened to the TCGplayer API?

The TCGplayer API still exists, but you can't easily get into it. TCGplayer stopped accepting new public developer applications some time ago, and after eBay acquired TCGplayer in 2022, access has remained limited — generally to existing key holders, large sellers, and approved partners. As of mid-2026 the developer application process is effectively closed to the general public; if you apply today, expect silence rather than a key.

That left a hole, because the TCGplayer API was the default answer for two different jobs: catalog data (what cards exist, in which sets) and price data (what they sell for). No single replacement does everything the same way, so the right alternative depends on which job you're hiring an API for — and there's now a third category TCGplayer never covered: image-based APIs that work from a photo of the card itself.

The alternatives at a glance

APIWhat it isPrice data?Access
Scrydex (from the pokemontcg.io team) Card catalog API — Pokémon and other TCGs; sets, cards, images, attributes Yes — market price points on card records Self-serve API key; free tier, paid plans for volume
pokemontcg.io The long-running free Pokémon TCG catalog API (v2) Limited — bundled TCGplayer/Cardmarket price snapshots Free key; the team is migrating users toward Scrydex
TCGdex Open-source, multilingual Pokémon TCG catalog API (REST + GraphQL) Minimal — catalog-focused Free, no key required; open source
JustTCG Price API across TCGs (Pokémon, MTG, Yu-Gi-Oh!, and more) Yes — that's the product; tracked market prices by printing/condition Self-serve key; free tier, paid plans
PriceCharting Price API for trading cards (and video games), based on sold listings Yes — sold-comp prices, including graded card prices Paid subscription
CardGrader.AI (that's us) Image-based API: identify, AI-grade, and value a card from a photo Yes — raw + graded value estimates from real sold sales Self-serve key in one curl call; free trial credits; also an MCP server for AI agents

Details below are accurate to the best of our knowledge as of June 2026 — check each provider's docs for current plans and terms.

Scrydex / pokemontcg.io — the catalog successor

If you used TCGplayer's API to look up Pokémon card data by set and number, Scrydex is the most direct modern replacement. It comes from the team behind pokemontcg.io — the free API that powered a generation of Pokémon hobby projects — rebuilt as a commercial product with broader TCG coverage, card images, attributes, and market price points on card records. pokemontcg.io itself still works and is still free, but the team's energy has visibly shifted to Scrydex, so new projects should probably start there.

Best for: deck builders, collection trackers, and anything that needs "give me the data for card X" at scale.

TCGdex — free, open-source, multilingual

If you want a free Pokémon catalog API with no key and no bill, TCGdex is the one. It's open source, covers cards in a dozen-plus languages (a real differentiator if you serve non-English collectors), and offers REST and GraphQL endpoints plus SDKs. The trade-off is that it's catalog-focused — pricing coverage is minimal, so you'll pair it with a price API for anything money-related.

Best for: hobby projects, international apps, and anyone who wants to self-host or contribute upstream.

JustTCG — the price-data specialist

If the thing you actually miss from TCGplayer is prices, JustTCG is built specifically for that. It tracks market prices across multiple games — Pokémon, Magic, Yu-Gi-Oh!, and others — with values by printing and condition, exposed through a clean self-serve API with a free tier. It's a pricing layer, not a full catalog: you bring the card identifiers, it brings the numbers.

Best for: collection-value trackers, repricers, and market dashboards.

PriceCharting — sold comps, including graded cards

PriceCharting's API gives you prices grounded in actual sold listings, and it's one of the few that prices graded cards (PSA/BGS/CGC slabs) separately from raw copies. It started in video games and expanded into trading cards. It's a paid subscription, and the catalog metadata is thinner than the dedicated TCG APIs — but for "what did this actually sell for, raw vs. PSA 10," it's a solid data source.

Best for: valuation tools that care about graded-vs-raw spreads and sold-listing accuracy.

CardGrader.AI — when all you have is a photo

Every API above answers "give me data for card X" — ours answers "what card is this, what condition is it in, and what's it worth?" from a photo. Full disclosure: CardGrader.AI is our product, so weigh this section accordingly. The CardGrader.AI API is image-based: you POST a card photo (Pokémon, sports, and other TCGs) and choose modules — identify (name, set, number, parallel, print run), grade (a predicted PSA-style grade with centering/corners/edges/surface sub-grades), market (raw and graded USD value estimates from real sold sales data), or full for everything in one pass.

That makes it complementary to the catalog APIs rather than a substitute: if your input is a structured card ID, use Scrydex or TCGdex; if your input is a camera roll, a scanned binder page, or a user-submitted photo, a catalog query can't help you until something identifies the card — which is the part we do.

Practical details, honestly stated: registration is one curl call (no human signup — AI agents can self-onboard, including via our MCP server at cardgrader.ai/mcp), new keys get a few free trial credits, and each scan costs credits after that (packs from $5). Scans are queue-backed and typically take 30–120 seconds, so it's submit-and-poll, not synchronous.

Best for: scanning apps, marketplace listing tools, grading pre-screen workflows, and AI agents working with card photos.

Which one should you pick?

  • Pokémon catalog data (modern, supported): Scrydex.
  • Pokémon catalog data (free, open source, multilingual): TCGdex.
  • Market prices across many TCGs: JustTCG.
  • Sold-listing prices, graded vs. raw: PriceCharting.
  • Identify / grade / value a card from a photo: CardGrader.AI.

Real products often combine two: a catalog API for browse-and-search plus an image API for the camera flow, or a catalog API plus a price API for valuations. None of these requires the TCGplayer partnership process — every one of them is self-serve.

Want to try the photo-in, data-out approach? Register for a CardGrader.AI API key in one curl call and scan your first card with free trial credits — or try the engine in your browser first with the free value checker.

Read the API docs →

Or scan a Pokémon card free in the browser — no key, no signup.

Frequently asked questions

Is the TCGplayer API still available in 2026?

The API exists and existing integrations continue to run, but new developer access is limited — the public application has been closed for years, and access is generally restricted to established sellers and approved partners. Plan as if you can't get a key.

What's the best free Pokémon card API?

TCGdex (open source, no key required, multilingual) and pokemontcg.io (free key) are the free catalog options. For free price lookups without an API, CardGrader.AI's Pokémon card value checker works in the browser; the API itself includes free trial credits.

Can I get card prices from a photo?

Yes — that's what image-based APIs do. CardGrader.AI's market module identifies the card from your photo and returns raw and graded USD value estimates built from real sold sales, including a per-grade value spread for grading-ROI math.

Which API works for sports cards, not just Pokémon?

Most catalog APIs in this list are Pokémon-centric. JustTCG and PriceCharting cover multiple categories on the pricing side, and CardGrader.AI identifies and grades sports cards (including parallels and print runs) as well as Pokémon and other TCGs.

A note on fairness: CardGrader.AI is our product. The other APIs listed here are good at what they do, and for pure catalog or pure pricing workloads several of them are the better choice — we've tried to say so plainly. Provider details current as of June 11, 2026; check each provider's documentation for the latest plans, coverage, and terms.