Built for Pokémon. Designed for all TCGs.
TCGAPI.net provides powerful APIs for Pokémon card data, market values, comps, and integrations. While optimized for Pokémon, the platform supports all major trading card games including MTG, Yu-Gi-Oh, sports cards, and more.
GET /v1/cards?q=charizard
{
"name": "Charizard",
"set": "Silver Tempest",
"market_value": {
"tcgplayer": 7.42,
"pricecharting": 7.19
},
"recent_sales": [
{
"source":"ebay",
"price":8.50,
"date":"2026-03-01"
}
],
"images":{
"small":"...",
"large":"..."
}
}
Deep Pokémon card coverage including sets, promos, variants, and grading identifiers.
Supports Pokémon, MTG, Yu-Gi-Oh, sports cards and more with a normalized schema.
Aggregate price data across TCGPlayer, PriceCharting, and additional sources.
Recent sold listings from eBay help power comparable sales data.
Track grading submissions and PSA certification data directly from the API.
Fast globally cached images for cards, sets, and graded slabs.
Automatically sync card data, prices, and inventory to Shopify stores.
Pull listings, track comps, and build automated listing tools.
Manage API keys, integrations, usage metrics, and connected platforms in a single dashboard.
Receive real-time notifications when pricing or card data updates.
Pull entire card sets, price tables, or datasets for large applications.
SDKs, request examples, and a clean REST interface designed for fast development.
curl https://api.tcgapi.net/v1/cards?q=pikachu \ -H "Authorization: Bearer API_KEY" curl https://api.tcgapi.net/v1/value/charizard curl https://api.tcgapi.net/v1/comps?q=base+set+charizard