CardMarket API TCG
Card Market API - The Ultimate Global Pricing API for Pokémon, Lorcana, and Star Wars TCG
1.1k subscribers
9.9/10 popularity
1241 ms avg latency
100% success rate
25 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
CardMarket API TCG endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cards | ||
| GET |
List Cards by Expansion /{game}/episodes/{id}/cards |
Get cards from expansion |
| GET |
Search for Cards /{game}/cards/search |
Search by card name |
| GET |
List All Cards /{game}/cards |
Get card list |
| GET |
Get Card /{game}/cards/{id} |
Get card data |
| GET |
List Cards by Artist /{game}/artists/{id}/cards |
Get cards from artist |
| GET |
History Prices NEW /{game}/history-prices |
Get list of history prices |
| GET |
History Prices /{game}/cards/{id}/history-prices |
Get list of history prices |
| Products | ||
| GET |
Search for Products /{game}/products/search |
Search by product name |
| GET |
List All Products /{game}/products |
Get product list |
| GET |
List Products by Expansion /{game}/episodes/{id}/products |
Get products from expansion |
| GET |
Get Product /{game}/products/{id} |
Get card data |
| GET |
Product History Prices /{game}/products/{id}/history-prices |
Get list of history prices |
| GET |
History Prices products NEW /{game}/history-prices |
Get list of history prices |
| Expansions | ||
| GET |
Search for Expansions /{game}/episodes/search |
Search by expansion name |
| GET |
List All Expansions /{game}/episodes |
Get list of expansions |
| eBay Sold Prices | ||
| GET |
Get eBay Sold Prices /{game}/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 /{game}/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 |
List Inventories /inventories |
et a paginated list of the authenticated user's inventories with financial summary. Authentication: Requires Inventory API Key Where to get your Inventory API Key: Go to your… |
| GET |
Get Inventory Detail /inventories/{id} |
Get detailed information for a specific inventory, including paginated items with pricing data. |
| GET |
Get Inventory Stats /inventories/{id}/stats |
Get comprehensive statistics and chart data for the inventory. Includes total value, bought value, profit/loss, item counts, and price changes. |
| POST |
Add Item to Inventory /inventories/{id}/items |
Add a single card or sealed product to the inventory. |
| PUT |
Update Inventory Item /inventories/{inventoryId}/items/{itemId} |
Update an existing item in the inventory (quantity, price, language). Authentication: Requires Inventory API Key (see controller description above) |
| DELETE |
Remove Item from Inventory /inventories/{inventoryId}/items/{itemId} |
Remove a specific item entry from the inventory. Authentication: Requires Inventory API Key (see controller description above) |
| Artists | ||
| GET |
Search for Artists /{game}/artists/search |
Search by artist name |
| GET |
List All Artists /{game}/artists |
Get list of artists |
CardMarket API TCG 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 |
|