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, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.
This Pokémon does 20 damage to itself.
/api/v1/pokemon/cards/xy5-58vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy5-58vrh",
"name": "Lanturn",
"number": "58",
"printed_number": "58",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/58vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/58vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/58vrh.large.webp"
}
],
"expansion": {
"id": "xy5",
"name": "Primal Clash",
"total": 164,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PRC",
"printed_total": 160,
"release_date": "2015/02/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "95956",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/58vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/58vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/58vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "100",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dive",
"text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
"damage": "40"
},
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Take Down",
"text": "This Pokémon does 20 damage to itself.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 0.59,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.59
},
{
"condition": "LP",
"price": 0.51
},
{
"condition": "MP",
"price": 0.3
},
{
"condition": "HP",
"price": 0.38
},
{
"condition": "DMG",
"price": 0.17
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 74.99,
"low": 63.74,
"high": 86.24,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:31:16.225Z",
"trend_7d": {
"direction": "down",
"percent": -10.61
}
}
}
}