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/xy7-78vrh?include=prices 200 27ms{
"success": true,
"data": {
"id": "xy7-78vrh",
"name": "Lysandre",
"number": "78",
"printed_number": "78",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/78vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/78vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/78vrh.large.webp"
}
],
"expansion": {
"id": "xy7",
"name": "Ancient Origins",
"total": 101,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "AOR",
"printed_total": 98,
"release_date": "2015/08/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "101500",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/78vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/78vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/78vrh.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Supporter"
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 0.59,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.59
},
{
"condition": "LP",
"price": 0.51
},
{
"condition": "MP",
"price": 0.58
},
{
"condition": "HP",
"price": 0.48
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:21:33.519Z",
"trend_7d": {
"direction": "down",
"percent": -1.67
}
}
}
}