Pokémon Card Price Tracking API Documentation
Access real-time Pokémon TCG card prices, historical data, and market trends programmatically using our comprehensive REST API.
API Overview
The PokemonPriceTracker API provides developers with programmatic access to comprehensive Pokémon card pricing data, market trends, and set information. Our API is RESTful, returns JSON responses, and is designed for developers building Pokémon TCG collection trackers, marketplace applications, or investment analysis tools.
Base URL
https://api.pokemonpricetracker.com/v1
Authentication
How to authenticate with the Pokémon card price API using your API key
All API requests to the PokéPrice Tracker API require authentication with an API key to access Pokémon card data. API keys are used to secure your requests and track your usage limits.
You can manage your API keys in the API Keys Dashboard section of your PokéPrice Tracker account.
Authentication Method
# Include your API key in the Authorization header curl -X GET \ https://www.pokemonpricetracker.com/api/v1/prices?name=Charizard \ -H "Authorization: Bearer YOUR_API_KEY"
Rate Limits
Pokémon card API request limits and quotas based on your subscription plan
The PokéPrice Tracker API has rate limits to ensure fair usage and system stability. These limits vary based on your subscription plan.
Subscription Plans and Limits
200
requests per day
20000
requests per day
200000
requests per day
All plans have a limit of 60 requests per minute
This per-minute throttling helps prevent abuse and ensures fair usage of the Pokémon card price API for all users.
Rate Limit Headers
Every API response includes headers with your current rate limit status:
Card Prices API
Access real-time and historical Pokémon card prices with comprehensive market data
The Card Prices API provides detailed pricing information for Pokémon TCG cards, including current market prices, historical trends, and related market data. This endpoint allows you to search and filter cards by various parameters.
/api/v1/prices
Query Parameters
Customize your Pokémon card price API requests with these query parameters:
Query Parameters
Parameter | Type | Description | Example |
---|---|---|---|
name | string | Filter Pokémon cards by name (case-insensitive) | Charizard |
setId | string | Filter cards by set ID (e.g., 'swsh4') | sv4 |
number | string | Filter by card number within a set | 20 |
id | string | Get a specific card by its unique ID | swsh4-20 |
limit | integer | Number of results per page (default: 50) | 100 |
page | integer | Page number for pagination (default: 1) | 2 |
Sets API
Retrieve comprehensive information about Pokémon TCG card sets, releases, and series
The Sets API provides access to detailed information about all Pokémon TCG card sets, including release dates, card counts, legality information, and associated images. This endpoint allows you to retrieve comprehensive set data for building set browsers, collection trackers, and more.
/api/v1/sets
Query Parameters
Customize your Pokémon TCG sets API requests with these parameters:
Query Parameters
Parameter | Type | Description | Example |
---|---|---|---|
name | string | Filter Pokémon card sets by name (case-insensitive) | Scarlet & Violet |
sortBy | string | Sort by field (default: 'releaseDate', options: 'name', 'releaseDate') | releaseDate |
sortOrder | string | Sort order (default: 'desc', options: 'asc', 'desc') | desc |
Developer Support
Need help integrating our Pokémon card price API into your application? Our development team is here to help!
Contact Developer Support