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

Does 10 damage to 2 of your opponent's Benched Pokémon (1 if there is only 1). (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/ex12-34vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex12-34vrh",
"name": "Graveler",
"number": "34",
"printed_number": "34",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/34vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/34vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/34vrh.large.webp"
}
],
"expansion": {
"id": "ex12",
"name": "Legend Maker",
"total": 93,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "LM",
"printed_total": 92,
"release_date": "2006/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85891",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/34vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/34vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/34vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "70",
"abilities": [
{
"name": "Exoskeleton",
"text": "Any damage done to Graveler by attacks is reduced by 10 (after applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rock Slide",
"text": "Does 10 damage to 2 of your opponent's Benched Pokémon (1 if there is only 1). (Don't apply Weakness and Resistance for Benched Pokémon.)",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 66.03,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 66.03
},
{
"condition": "LP",
"price": 31.86
},
{
"condition": "MP",
"price": 24.26
},
{
"condition": "HP",
"price": 14
},
{
"condition": "DMG",
"price": 8.88
}
],
"graded": [
{
"company": "BGS",
"grade": "8.5",
"value": 99.99,
"low": 84.99,
"high": 114.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 138.5,
"low": 100,
"high": 150,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7",
"value": 29.99,
"low": 25.49,
"high": 34.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 99.99,
"low": 84.99,
"high": 114.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 22.5,
"low": 19.13,
"high": 25.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 430,
"low": 314.5,
"high": 2441,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "4",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 50,
"low": 26,
"high": 50,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 62.5,
"low": 89.99,
"high": 89.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 73,
"low": 48,
"high": 129.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:06:41.530Z",
"trend_7d": {
"direction": "up",
"percent": 8.16
}
}
}
}