Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/ex5-74?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex5-74",
"name": "Spheal",
"number": "74",
"printed_number": "74",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/74.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/74.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/74.large.webp"
}
],
"expansion": {
"id": "ex5",
"name": "Hidden Legends",
"total": 102,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "HL",
"printed_total": 101,
"release_date": "2004/06/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89445",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/74.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/74.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/74.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Freezing Breath",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep."
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 2.1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.1
},
{
"condition": "LP",
"price": 0.99
},
{
"condition": "MP",
"price": 0.97
},
{
"condition": "HP",
"price": 0.7
},
{
"condition": "DMG",
"price": 0.88
}
],
"graded": [
{
"company": "ACE",
"grade": "8",
"value": 20.24,
"low": 20.24,
"high": 20.24,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 17.5,
"low": 17.5,
"high": 40.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 16,
"low": 16,
"high": 45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:23:37.181Z",
"trend_7d": {
"direction": "up",
"percent": 0.96
}
}
}
}