Pokémon TCG API
Global TCG Price Hub - Live & Historical Pricing API for Pokemon Cards & Products
940 subscribers
9.9/10 popularity
939 ms avg latency
100% success rate
27 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Pokémon TCG API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cards | ||
| GET |
List Cards by Expansion /episodes/{episodeId}/cards |
Get all cards from a specific expansion/episode. |
| GET |
List Cards /cards |
Get a paginated list of Pokemon cards with powerful filtering options. **Quick Examples:** - Find by CardMarket ID: `/cards?cardmarket_id=362170` - Find by PokemonTCG ID:… |
| GET |
Get Card Detail /cards/{cardId} |
Get detailed information for a specific card including abilities, attacks, and flavor text. **Response includes:** name, hp, rarity, supertype, tcgid, card_number, flavor_text,… |
| Products | ||
| GET |
List Products by Expansion /episodes/{episodeId}/products |
Get all sealed products from a specific expansion/episode. |
| GET |
Get Product Detail /products/{productId} |
Get detailed information for a specific product. |
| GET |
List Products /products |
Get a paginated list of sealed products (booster boxes, ETBs, bundles, etc). **Quick Example:** Find by CardMarket ID: `/products?cardmarket_id=357063` |
| Episodes | ||
| GET |
List Episodes /episodes |
Get all Pokemon TCG expansions/sets. |
| GET |
Get Episode Detail /episodes/{episodeId} |
Get detailed information for a specific expansion. |
| Artists | ||
| GET |
List Cards by Artist /artists/{artistId}/cards |
Get all cards by a specific artist. |
| GET |
List Artists /artists |
Get all card artists. |
| GET |
Get Artist Detail /artists/{artistId} |
Get artist information. |
| History Prices | ||
| GET |
Get Historical Prices /history-prices |
Get historical prices for a card or product by ID, Cardmarket ID, or TCG ID. Returns daily price data with Cardmarket Low and TCG Player Market prices. By default Cardmarket… |
| eBay Sold Prices | ||
| GET |
Get eBay Sold Prices /ebay-sold-prices |
Get median graded prices from recent eBay sold listings for a card. Each entry represents a grading company + grade combination (e.g. PSA 10, BGS 9) with the median price… |
| GET |
List eBay Sold Offers /ebay-sold-offers |
Get a paginated list of individual eBay sold listings (graded cards) for a card. Sorted by ended_at date (newest first). Optionally filter by grading company and/or grade.… |
| Inventory | ||
| GET |
Get Inventory Stats /inventories/{id}/stats |
Get comprehensive statistics and chart data for the inventory. |
| PUT |
Update Inventory Item /inventories/{inventoryId}/items/{itemId} |
Update quantity, price, or language of an inventory item. |
| POST |
Add Item to Inventory /inventories/{id}/items |
Add a card or product to your inventory. |
| GET |
Get Inventory Detail /inventories/{id} |
Get detailed information for a specific inventory with paginated items. |
| GET |
List Inventories /inventories |
Get a paginated list of your inventories with financial summary. **Authentication:** Requires Inventory API Key (pass in `rapidapi_tcggo_key` parameter) |
| DELETE |
Remove Item from Inventory /inventories/{inventoryId}/items/{itemId} |
Remove an item entry from the inventory. |
| Health | ||
| GET |
Health Check /healthcheck |
Check API availability. |
| Deprecated | ||
| GET |
Search Episodes /episodes/search |
**Deprecated:** Use `/episodes?search=query` instead. Search for episodes/expansions by name. |
| GET |
Search Products /products/search |
**Deprecated:** Use `/products?search=query` instead. Search for products by name. |
| GET |
Search Cards /cards/search |
**Deprecated:** Use `/cards?search=query` instead. Search for cards by name. |
| GET |
Product History Prices /products/{productId}/history-prices |
**Deprecated:** Use `/history-prices?id={productId}` instead. Get historical prices for a specific product. |
| GET |
Card History Prices /cards/{cardId}/history-prices |
**Deprecated:** Use `/history-prices?id={cardId}` instead. Get historical prices for a specific card. |
| GET |
Search Artists /artists/search |
**Deprecated:** Use `/artists?search=query` instead. Search for artists by name. |
Pokémon TCG API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $9.9 / month | 300 / minute |
|
| ULTRA Recommended | $24.9 / month | 300 / minute |
|
| MEGA | $49.5 / month | 600 / minute |
|