Everything you need to build
One API for card data, sealed product info, and real-time market prices across every Pokémon TCG set.
Daily price updates
Market prices updated daily from TCGplayer, Cardmarket, and eBay. Track price movements and trends over time.
Complete card data
Every card across every set — name, rarity, artist, HP, images, and more.
Sealed products
Booster boxes, ETBs, and collections with pricing data and set associations.
Japanese cards
Japanese set data and pricing available on Pro and Business tiers.
Fast & reliable
Built with Rust for sub-100ms responses. Paginated endpoints with clean JSON.
Simple auth
API key authentication. Create keys instantly, manage them from your dashboard.
Typed SDKs for JavaScript & Python
Skip the fetch boilerplate. Typed methods for every endpoint, API-key auth, and auto-paginating iterators — in TypeScript or Python.
npm install @pkmnprices/sdk
import { PkmnPrices } from "@pkmnprices/sdk";const client = new PkmnPrices({apiKey: process.env.PKMNPRICES_API_KEY});// Search cards — fully typed params and responseconst { data } = await client.cards.list({name: "charizard",per_page: 5});// Fetch one card with TCGplayer (USD) or Cardmarket (EUR) pricesconst charizard = await client.cards.get(data[0].id, {currency: "usd"});console.log(charizard.prices[0].market_price); // 285
Start free, scale when ready
Simple credit-based pricing. Credits reset daily.
Features
- 100 credits / day
- 60 requests / minute
- 1 API key
- English cards
- Sealed product prices
- EU prices (Cardmarket)
- TCGplayer listings
- Cardmarket listings
- eBay sold listings
- Commercial use
Features
Everything in Free, plus
- 20,000 credits / day
- 5 API keys
- English & Japanese cards
- Sealed product prices
- EU prices (Cardmarket)
- TCGplayer listings
- Cardmarket listings
- eBay sold listings
- Commercial use

