Daily-updated TCGPlayer pricing

Pokemon Card Price API for Developers

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.

Powerful API Integration

Seamlessly integrate daily updated Pokémon card pricing data into your applications, websites, and tools.

Comprehensive Price Data

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

Pokemon Sets Catalog

Retrieve complete set information with customizable sorting and filtering options.

GET https://www.pokemonpricetracker.com/api/sets?sortBy=releaseDate&sortOrder=desc

Raw & PSA Graded Prices

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

Scalable Rate Limits

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

Quick Start Guide

Get started with the Pokemon Card Price API in minutes

1. Get your API Key

Sign up for an account and subscribe to one of our API plans to receive your API key.

2. Make your first request

// 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);

3. Parse the response

// 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
  }
}

Available API Endpoints

RESTful endpoints for Pokemon card data and pricing

GET /prices

Retrieve current prices for specific cards with filtering options.

GET /api/prices?setId=base1&number=4

GET /prices/history

Get historical price data with customizable date ranges.

GET /api/cards/base1-4/history?startDate=2025-01-01&endDate=2025-01-31

GET /sets

List all Pokemon card sets with detailed information.

GET /api/sets?sortBy=releaseDate

GET /cards

Search for cards with powerful filtering options.

GET /api/prices?name=charizard&limit=50

API Pricing Plans

Flexible pricing for hobbyists, developers, and businesses

Free

$0/month

For hobbyists and testing

  • 100 API calls/day
  • Basic price data
  • Community support
Get Started
Popular

Standard

$9.99/month

For developers and collectors

  • 20,000 API calls/day
  • Full price data from all sources
  • Historical price data
  • Email support
Subscribe Now →

Business

$99/month

For businesses and power users

  • 200,000 API calls/day
  • Advanced filtering and sorting
  • Bulk data operations
  • Commercial use licensing
  • Priority support
Contact Sales →

Pokemon Card Price API FAQ

Common questions about our Pokemon TCG API

What data does the Pokemon Card Price API provide?

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.

How often is the Pokemon card pricing data updated?

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.

Does the API support Japanese Pokemon cards?

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.

What are the rate limits for the Pokemon API?

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.

Can I use the Pokemon Card Price API for commercial projects?

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.

How do I get PSA graded card prices from the API?

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.

Is there a free tier for testing the Pokemon API?

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.

What authentication method does the API use?

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

Become a Pokémon Card Trading Expert

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.