# Pokemon Price Tracker API > Real-time Pokemon card prices, grading analytics, and market data for 50,000+ English and Japanese cards. Covers TCGPlayer market prices, eBay graded sales (PSA/CGC/BGS/SGC), Cardmarket EUR prices, and GemRate population data. Credit-based REST API with JSON responses. ## Documentation - [API Reference](https://www.pokemonpricetracker.com/api-reference): Full endpoint reference with parameters and examples - [Docs](https://www.pokemonpricetracker.com/docs): Guides, integration patterns, and SDK usage - [OpenAPI Spec](https://www.pokemonpricetracker.com/api/openapi): Machine-readable OpenAPI 3.0 specification - [Parse Title API](https://www.pokemonpricetracker.com/parse-title-api): eBay listing title parser documentation - [Full LLM Documentation](https://www.pokemonpricetracker.com/llms-full.txt): Complete inline docs for LLMs (all endpoints, parameters, response fields, examples) ## Quick Reference - Base URL: `https://www.pokemonpricetracker.com/api/v2` - Auth: `Authorization: Bearer YOUR_API_KEY` (required on all requests) - Free: 100 credits/day, 60 calls/min - Pro ($9.99/mo): 20,000 credits/day, 60 calls/min - Business ($99/mo): 200,000 credits/day, 500 calls/min - Credit cost: 1 base + 1 per optional data type (history, eBay, Cardmarket) ## Endpoints - `GET /cards` — Search and filter Pokemon cards with TCGPlayer pricing, optional price history and eBay graded sales - `GET /sets` — List Pokemon TCG sets; use `tcgPlayerNumericId` from this endpoint as the `setId` filter for `/cards` - `GET /sealed-products` — Booster boxes, ETBs, and sealed products with pricing - `GET /population` — GemRate grading population data by grade and grader (Business plan only, 2 credits/card) - `POST /parse-title` — Extract card name, set, grade, and condition from eBay listing titles - `GET /export` — Daily price dump CSV for all cards, eBay sales, or population data (Business plan only)