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/tk2a-9?include=prices 200 17ms{
"success": true,
"data": {
"id": "tk2a-9",
"name": "Potion",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/9.large.webp"
}
],
"expansion": {
"id": "tk2a",
"name": "EX Trainer Kit 2 Plusle",
"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/tk2a.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88340",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/9.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Common",
"artist": "Keiji Kinebuchi",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.17
},
{
"condition": "MP",
"price": 0.03
}
],
"graded": [],
"market_updated_at": "2026-07-28T16:52:34.684Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}