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

Put 2 damage counters on your opponent's Pokémon in any way you like.
Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/ex4-33?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex4-33",
"name": "Team Magma's Claydol",
"number": "33",
"printed_number": "33",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/33.large.webp"
}
],
"expansion": {
"id": "ex4",
"name": "Team Magma vs Team Aqua",
"total": 97,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "MA",
"printed_total": 95,
"release_date": "2004/03/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89826",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/33.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Clay Curse",
"text": "Put 2 damage counters on your opponent's Pokémon in any way you like."
},
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Clay Pulse",
"text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Zu-Ka",
"pricing": {
"currency": "USD",
"market": 0.85,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.85
},
{
"condition": "LP",
"price": 0.77
},
{
"condition": "MP",
"price": 0.59
},
{
"condition": "HP",
"price": 0.54
},
{
"condition": "DMG",
"price": 0.33
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 15.6,
"low": 13.26,
"high": 17.94,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 63,
"low": 53.55,
"high": 72.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "4",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 48,
"low": 44.5,
"high": 48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-11T05:01:32.708Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}