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.
A reliable API backed by a PostgreSQL database, Redis caching, and tiered plans that scale with your usage.
22,000+ cards across 190+ sets with rarity, artist, images, and pricing data from multiple sources.
Find cards by name, set, or number with fuzzy matching powered by PostgreSQL trigram indexes.
Interactive dashboard to browse cards, view prices, filter by set and rarity, and explore the full catalog.
Create and manage multiple API keys per account with per-key usage tracking and rate limits.
Monitor your API consumption with daily usage breakdowns, quota alerts, and detailed request logs.
Free tier to get started, with Starter, Business, and Enterprise plans as you scale.
Get up and running in minutes with our straightforward REST API.
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
}
]
}Create a free account to get API access and explore the Data Studio.
Create Account