Integrate comprehensive Pokemon TCG pricing with our developer-friendly API. Access daily-updated TCGPlayer prices, PSA graded values, and historical data for English and Japanese cards. Free tier available.
Seamlessly integrate daily updated Pokémon card pricing data into your applications, websites, and tools.
Access pricing from TCGPlayer, eBay, and CardMarket with filtering by set, name, and card number.
GET https://www.pokemonpricetracker.com/api/prices?setId=base1&name=charizard
Retrieve complete set information with customizable sorting and filtering options.
GET https://www.pokemonpricetracker.com/api/sets?sortBy=releaseDate&sortOrder=desc
Compare prices between raw and PSA graded cards with detailed grade-specific data.
GET https://www.pokemonpricetracker.com/api/prices?id=base1-4&includeGraded=true
Up to 20,000 API calls per day with our API plan and 60 requests per minute throughput.
X-API-Key: pokeprice_pro_YOUR_API_KEY
Get started with the Pokemon Card Price API in minutes
Sign up for an account and subscribe to one of our API plans to receive your API key.
// Example: Fetch price data for Base Set Charizard
const apiKey = 'YOUR_API_KEY';
const response = await fetch('https://www.pokemonpricetracker.com/api/prices?setId=base1&number=4', {
headers: {
'X-API-Key': apiKey
}
});
const data = await response.json();
console.log(data);// Example response
{
"card": {
"id": "base1-4",
"name": "Charizard",
"number": "4",
"rarity": "Rare Holo",
"setName": "Base Set",
"setId": "base1",
"imageUrl": "https://images.pokemontcg.io/base1/4.png"
},
"prices": {
"tcgplayer": {
"market": 399.99,
"low": 275.00,
"mid": 375.00,
"high": 575.00,
"lastUpdated": "2023-06-15T12:30:45Z"
},
"ebay": {
"average": 405.75,
"low": 269.99,
"high": 599.99,
"lastUpdated": "2023-06-15T14:22:10Z"
},
"cardmarket": {
"average": 352.45,
"low": 249.50,
"trend": 370.25,
"lastUpdated": "2023-06-15T10:15:30Z"
}
},
"gradedPrices": {
"psa10": 15750.00,
"psa9": 1850.00,
"psa8": 750.00,
"psa7": 425.00
}
}RESTful endpoints for Pokemon card data and pricing
Retrieve current prices for specific cards with filtering options.
GET /api/prices?setId=base1&number=4Get historical price data with customizable date ranges.
GET /api/cards/base1-4/history?startDate=2025-01-01&endDate=2025-01-31List all Pokemon card sets with detailed information.
GET /api/sets?sortBy=releaseDateSearch for cards with powerful filtering options.
GET /api/prices?name=charizard&limit=50Flexible pricing for hobbyists, developers, and businesses
For developers and collectors
For businesses and power users
Common questions about our Pokemon TCG API
Our API provides comprehensive Pokemon TCG data including daily-updated prices from TCGPlayer, historical price trends, PSA graded card values from eBay sales, card images, set information, rarity data, and support for both English and Japanese Pokemon cards. All pricing data updates every 24 hours.
Card prices are updated daily from TCGPlayer and other marketplaces. Our system refreshes all pricing data every 24 hours to ensure you always have access to current market values. Historical price data is maintained with daily granularity going back 90+ days.
Yes! Our API fully supports both English and Japanese Pokemon cards. You can filter by language using the language parameter in your API requests. Japanese card pricing, set data, and images are all available through the same endpoints.
Rate limits depend on your subscription tier: Free tier allows 100 API calls per day, Standard tier allows 20,000 calls per day, and Business tier allows 200,000 calls per day. Rate limits reset daily at midnight UTC. All plans include burst allowances for traffic spikes.
Yes! Commercial use is allowed on our Standard and Business plans. The Free tier is for personal and testing purposes only. Business plans include commercial licensing, priority support, and higher rate limits suitable for production applications.
PSA graded prices are included in the card details endpoint. We provide historical sales data for PSA 8, 9, and 10 grades sourced from eBay completed listings. This data is available on all paid plans and updates based on recent market sales.
Yes! Our free tier includes 100 API calls per day with access to basic price data and card information. This is perfect for testing, hobby projects, and evaluating the API before upgrading to a paid plan. No credit card required to start.
The API uses API key authentication via the Authorization header with Bearer token format. After signing up, you'll receive an API key that should be included in all requests: Authorization: Bearer YOUR_API_KEY. Keys can be regenerated anytime from your dashboard.
Have more questions about our API? Contact our API support team
Join thousands of collectors using our powerful tools to track market trends, analyze PSA grades, and make profitable trading decisions. Your competitive edge in Pokémon card collecting starts here.
No credit card required. Free plan includes essential tracking features.