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/g1-RC7?include=prices 200 18ms{
"success": true,
"data": {
"id": "g1-RC7",
"name": "Snorunt",
"number": "RC7",
"printed_number": "RC7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC7.large.webp"
}
],
"expansion": {
"id": "g1",
"name": "Generations",
"total": 117,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "GEN",
"printed_total": 83,
"release_date": "2016/02/22",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "113749",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Icy Snow",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Common",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 8.58,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.58
},
{
"condition": "LP",
"price": 6.86
},
{
"condition": "MP",
"price": 5.33
},
{
"condition": "HP",
"price": 3.38
},
{
"condition": "DMG",
"price": 4.14
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 189.54,
"low": 299,
"high": 299,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 35,
"low": 29.75,
"high": 40.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 200,
"low": 170,
"high": 230,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 7.46,
"low": 6.5,
"high": 6.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 15.33,
"low": 20,
"high": 20,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 11.75,
"low": 8,
"high": 25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T04:00:11.003Z",
"trend_7d": {
"direction": "up",
"percent": 3.13
}
}
}
}