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/mcd22-8?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd22-8",
"name": "Chinchou",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/8.large.webp"
}
],
"expansion": {
"id": "mcd22",
"name": "McDonald's Collection 2022",
"total": 15,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 15,
"release_date": "2022/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd22.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "281491",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd22/8.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "70",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Electro Ball",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "sowsow",
"pricing": {
"currency": "USD",
"market": 0.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.28
},
{
"condition": "LP",
"price": 0.25
},
{
"condition": "MP",
"price": 0.16
},
{
"condition": "HP",
"price": 0.14
},
{
"condition": "DMG",
"price": 0.21
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:53:22.152Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}