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.

Real-time PricesHistorical DataSet InformationMarket Trends

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

Headers
Include your API key in the Authorization header
# 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

Free

200

requests per day

Pro

20000

requests per day

Enterprise

200000

requests per day

Important

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:

X-RateLimit-Daily-Limit:
200
X-RateLimit-Daily-Remaining:
199
X-RateLimit-Daily-Reset:
1621036800
X-RateLimit-Minute-Limit:
60
X-RateLimit-Minute-Remaining:
59
X-RateLimit-Minute-Reset:
1621036860

Card Prices API

Access real-time and historical Pokémon card prices with comprehensive market data

GET

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

ParameterTypeDescriptionExample
namestringFilter Pokémon cards by name (case-insensitive)Charizard
setIdstringFilter cards by set ID (e.g., 'swsh4')sv4
numberstringFilter by card number within a set20
idstringGet a specific card by its unique IDswsh4-20
limitintegerNumber of results per page (default: 50)100
pageintegerPage number for pagination (default: 1)2

Sets API

Retrieve comprehensive information about Pokémon TCG card sets, releases, and series

GET

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

ParameterTypeDescriptionExample
namestringFilter Pokémon card sets by name (case-insensitive)Scarlet & Violet
sortBystringSort by field (default: 'releaseDate', options: 'name', 'releaseDate')releaseDate
sortOrderstringSort 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