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/tk2b-9?include=prices 200 17ms{
"success": true,
"data": {
"id": "tk2b-9",
"name": "Energy Search",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/9.large.webp"
}
],
"expansion": {
"id": "tk2b",
"name": "EX Trainer Kit 2 Minun",
"total": 12,
"language": "English",
"language_code": "en",
"series": "EX",
"printed_total": 12,
"release_date": "2006/03/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85243",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/9.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Common",
"artist": "Kai Ishikawa",
"pricing": {
"currency": "USD",
"market": 1.17,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.17
},
{
"condition": "LP",
"price": 0.21
},
{
"condition": "MP",
"price": 0.25
},
{
"condition": "HP",
"price": 0.1
}
],
"graded": [],
"market_updated_at": "2026-08-14T02:34:44.418Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}