Pokemon Card
Pricing API

A developer-friendly API for Pokemon TCG card pricing. Search across 22,000+ cards and 190+ sets with fuzzy matching, manage API keys, and explore data through our interactive Data Studio.

Built for developers

A reliable API backed by a PostgreSQL database, Redis caching, and tiered plans that scale with your usage.

Card Database

22,000+ cards across 190+ sets with rarity, artist, images, and pricing data from multiple sources.

Instant Search

Find cards by name, set, or number with fuzzy matching powered by PostgreSQL trigram indexes.

Data Studio

Interactive dashboard to browse cards, view prices, filter by set and rarity, and explore the full catalog.

API Key Management

Create and manage multiple API keys per account with per-key usage tracking and rate limits.

Usage Tracking

Monitor your API consumption with daily usage breakdowns, quota alerts, and detailed request logs.

Tiered Plans

Free tier to get started, with Starter, Business, and Enterprise plans as you scale.

Simple to integrate

Get up and running in minutes with our straightforward REST API.

  • RESTful JSON endpoints
  • API key authentication
  • Fuzzy search with pagination
  • Per-variant pricing
curl https://api.pokeprice.dev/v1/cards/base1-4 \
  -H "Authorization: Bearer pk_live_xxx"

{
  "card_id": "base1-4",
  "card_name": "Charizard",
  "set_id": "base1",
  "set_name": "Base",
  "variants": [
    {
      "variant": "holofoil",
      "price_low": 180.00,
      "price_mid": 250.00,
      "price_high": 420.00,
      "price_market": 275.00
    }
  ]
}

Ready to get started?

Create a free account to get API access and explore the Data Studio.

Create Account