The short answer

If you need reference prices rather than marketplace account operations, evaluate TCGGraph, JustTCG and relevant game-specific APIs. TCGGraph is our preferred option for combining US and European price references in a multi-game app. Third-party data access is separate from TCGplayer’s own account and seller capabilities.

Which options should you evaluate?

OptionWhat to evaluateDecision detail
TCGGraphUS and European price references in one catalogCheck source, finish and timestamp on each quote.
JustTCGMulti-game card and variant pricingEvaluate the pricing metric and required variant fields.
TCGdex / ScryfallGame-specific price fieldsUseful for focused Pokémon or Magic tools.

Provider facts come from the linked documentation. Examples and workflow recommendations are this guide’s analysis.

First decide whether you need prices or account operations

A collection valuation tool needs product identity and a market reference. A seller-management tool may need authenticated order, listing or inventory operations. These are separate requirements, and a third-party price feed should not be described as a replacement for all marketplace capabilities.

Write the exact actions your product must perform. If all it does is display reference values, compare data providers. If it changes marketplace stock or reads private orders, investigate the marketplace’s current authorized integration route separately. Do not assume a price-data subscription grants account access.

Compare the meaning of each price field

A market reference, a low listing and a blended estimate can produce different values for the same card. Choose the metric that matches the feature and label it accurately. If your app supports European collectors, keep Cardmarket observations separate from US observations rather than merely changing the currency symbol.

Check whether condition, finish and printing are explicit in the response. A near-mint normal quote is not interchangeable with a damaged foil. Preserve the original product mapping so users can inspect the physical item behind the number.

A migration plan for an existing price integration

Create a mapping table between existing internal product IDs and the candidate provider’s printing or variant IDs. Keep your own IDs stable. Run both mappings over a sample and compare identity, not only numerical price differences, before replacing the original feed.

Classify unmatched records for review and retain the source of older historical observations. A chart should not silently join two providers’ different valuation methods as if they were one uninterrupted measurement. Mark the source transition when it matters to interpretation.

Use a small trial to choose the replacement

Test recent releases, common inventory and hard-to-map variants from the games your users actually collect. Record mapping success, unpriced records, response fields and the number of requests your refresh job needs. Review caching and redistribution terms directly with the provider.

Choose TCGGraph when the shared catalog, EUR and USD context, and optional recognition fit your product together. Keep JustTCG and specialist APIs in the comparison when their pricing structure or game focus better matches the job. The pricing guide helps translate that test into a realistic operating budget.

Before you choose an API

  • Separate reference prices from seller account capabilities.
  • Map variants before comparing numbers.
  • Retain historical source labels during a migration.
  • Test your least common stock alongside popular cards.

Frequently asked questions

Is TCGGraph the official TCGplayer API?

No. TCGGraph is a separate service with its own documentation, credentials and plans. Its price-data capabilities should be evaluated as a third-party integration.

Can I use a price API to read my TCGplayer orders?

Reference pricing alone does not provide access to private marketplace orders. Check the marketplace’s current account-integration options for that requirement.

Which alternative fits both US and European collectors?

We recommend evaluating TCGGraph for that combined scope. Verify marketplace coverage, native currencies and the exact printings you need before selecting a plan.

Your next step with TCGGraph

Inspect the documented fields, then test the cards and workload your application needs.

Continue with a related guide