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

If there is any Stadium card in play, this attack does 30 damage plus 20 more damage. Discard that Stadium card.
Rhydon does 10 damage to itself. Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.
/api/v1/pokemon/cards/dp1-60?include=prices 200 15ms{
"success": true,
"data": {
"id": "dp1-60",
"name": "Rhydon",
"number": "60",
"printed_number": "60",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/60.large.webp"
}
],
"expansion": {
"id": "dp1",
"name": "Diamond & Pearl",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "DP",
"printed_total": 130,
"release_date": "2007/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88734",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/60.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "90",
"attacks": [
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Storm Up",
"text": "If there is any Stadium card in play, this attack does 30 damage plus 20 more damage. Discard that Stadium card.",
"damage": "30"
},
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Crash Impact",
"text": "Rhydon does 10 damage to itself. Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+20"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 0.61,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.61
},
{
"condition": "LP",
"price": 0.41
},
{
"condition": "MP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.27
},
{
"condition": "DMG",
"price": 0.26
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 16.5,
"low": 14.03,
"high": 18.97,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:58:35.862Z",
"trend_7d": {
"direction": "up",
"percent": 8.93
}
}
}
}