Pokemon TCG API

The most comprehensive Pokemon TCG API for developers building Trading Card Game applications. Access complete card data, pricing information, set details, and market analytics for every Pokemon TCG release from Base Set to the latest expansions.

50,000+ Cards
All TCG Sets
Daily Updates
RESTful Design

Complete Card Database

Access detailed information for every Pokemon TCG card including attacks, abilities, types, HP, rarity, and high-resolution images.

Market Pricing Data

Get current and historical pricing from multiple marketplaces including eBay, TCGPlayer, and CardMarket for comprehensive market coverage.

Graded Card Values

Access PSA, BGS, and CGC graded card prices with population data and grade-specific market information for investment analysis.

All TCG Sets

Complete coverage of every Pokemon TCG set from the original Base Set (1998) through the latest releases with set metadata and card lists.

High Performance

Fast API response times with efficient caching and CDN delivery. Built to handle high-volume requests with 99.9% uptime guarantee.

Developer Friendly

RESTful API design with JSON responses, comprehensive documentation, code examples, and SDK support for popular programming languages.

Pokemon TCG API Endpoints

Get Card Information

GET /api/prices?setId=base1&number=4
{
  "id": "base1-4",
  "name": "Charizard",
  "supertype": "Pokémon",
  "subtypes": ["Stage 2"],
  "hp": "120",
  "types": ["Fire"],
  "attacks": [
    {
      "name": "Fire Spin",
      "cost": ["Fire", "Fire", "Fire", "Fire"],
      "damage": "100"
    }
  ],
  "set": {
    "id": "base1",
    "name": "Base Set",
    "releaseDate": "1999/01/09"
  }
}

Get Set Information

GET /api/sets
{
  "data": [
    {
      "id": "sv8",
      "name": "Surging Sparks",
      "series": "Scarlet & Violet",
      "total": 191,
      "releaseDate": "2024/11/08",
      "cardCount": {
        "total": 191,
        "secret": 21
      }
    }
  ]
}

Build Amazing Pokemon TCG Applications

Popular Use Cases

Collection Managers

Build comprehensive collection tracking apps with automatic card identification, portfolio valuation, and wishlist management.

Market Analysis Tools

Create investment platforms that track Pokemon TCG market trends, price predictions, and portfolio performance analytics.

Trading Platforms

Power online marketplaces with real-time pricing, card verification, and automated trade valuations.

Deck Builders

Integrate complete card data into competitive deck building tools with format legality and tournament preparation features.

Quick Integration

// Search for Charizard cards
const response = await fetch(
  'https://pokemonpricetracker.com/api/prices?name=charizard',
  {
    headers: {
      'X-API-Key': 'YOUR_API_KEY'
    }
  }
);

const data = await response.json();
console.log(`Found ${data.data.length} Charizard cards`);

// Get specific card details
const charizard = data.data[0];
console.log(`${charizard.name} - ${charizard.set.name}`);
console.log(`TCGPlayer: $${charizard.tcgplayer.market}`);
View complete documentation →

Choose Your Pokemon TCG API Plan

Start building today with our generous free tier, then scale as your application grows.

Free

$0

Perfect for testing

  • ✓ 100 API calls/day
  • ✓ All Pokemon TCG data
  • ✓ Basic price information
  • ✓ Community support
Most Popular

Standard

$9.99/month

For growing apps

  • ✓ 20,000 API calls/day
  • ✓ Historical price data
  • ✓ Graded card pricing
  • ✓ Email support

Business

$99/month

For high-volume needs

  • ✓ 200,000 API calls/day
  • ✓ Bulk operations
  • ✓ Priority support
  • ✓ Commercial licensing