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, this attack does 30 more damage.
/api/v1/pokemon/cards/xy0-26?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy0-26",
"name": "Snorlax",
"number": "26",
"printed_number": "26",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/26.large.webp"
}
],
"expansion": {
"id": "xy0",
"name": "Kalos Starter Set",
"total": 39,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "KSS",
"printed_total": 39,
"release_date": "2013/11/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89394",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/26.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Rock Smash",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Strength",
"damage": "70"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 41.79,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 41.79
},
{
"condition": "LP",
"price": 27.52
},
{
"condition": "MP",
"price": 18.02
},
{
"condition": "HP",
"price": 15.18
},
{
"condition": "DMG",
"price": 12.8
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 174.99,
"low": 148.74,
"high": 201.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 113.61,
"low": 96.57,
"high": 130.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:40:57.903Z",
"trend_7d": {
"direction": "flat",
"percent": 0.34
}
}
}
}