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/ex8-89?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex8-89",
"name": "Meteor Falls",
"number": "89",
"printed_number": "89",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/89.large.webp"
}
],
"expansion": {
"id": "ex8",
"name": "Deoxys",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "DX",
"printed_total": 107,
"release_date": "2005/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87392",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/89.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Stadium"
],
"rarity": "Uncommon",
"artist": "Ryo Ueda",
"pricing": {
"currency": "USD",
"market": 0.55,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.55
},
{
"condition": "LP",
"price": 0.49
},
{
"condition": "MP",
"price": 0.4
},
{
"condition": "HP",
"price": 0.31
},
{
"condition": "DMG",
"price": 0.19
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 15.75,
"low": 15.5,
"high": 16,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 135,
"low": 114.75,
"high": 155.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 41,
"low": 34.85,
"high": 47.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-11T02:27:43.651Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}