Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

/api/v1/pokemon/cards/tk1a-10?include=prices 200 15ms{
"success": true,
"data": {
"id": "tk1a-10",
"name": "Fire Energy",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/10.large.webp"
}
],
"expansion": {
"id": "tk1a",
"name": "EX Trainer Kit Latias",
"total": 10,
"language": "English",
"language_code": "en",
"series": "EX",
"printed_total": 10,
"release_date": "2004/06/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85457",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/10.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Basic"
],
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 1.69,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.69
},
{
"condition": "LP",
"price": 0.25
},
{
"condition": "MP",
"price": 0.12
},
{
"condition": "HP",
"price": 0.12
},
{
"condition": "DMG",
"price": 0.08
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 149.99,
"low": 149.99,
"high": 149.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 1980,
"low": 1683,
"high": 2277,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-11T16:14:40.729Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}