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 any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.
/api/v1/pokemon/cards/xy2-70vrh?include=prices 200 30ms{
"success": true,
"data": {
"id": "xy2-70vrh",
"name": "Druddigon",
"number": "70",
"printed_number": "70",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/70vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/70vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/70vrh.large.webp"
}
],
"expansion": {
"id": "xy2",
"name": "Flashfire",
"total": 110,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FLF",
"printed_total": 106,
"release_date": "2014/05/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "91207",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/70vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/70vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/70vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "110",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Revenge",
"text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.",
"damage": "20"
},
{
"cost": [
"Fire",
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Dragon Claw",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "Ryota Murayama",
"pricing": {
"currency": "USD",
"market": 0.86,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.86
},
{
"condition": "LP",
"price": 0.67
},
{
"condition": "MP",
"price": 0.75
},
{
"condition": "HP",
"price": 0.29
},
{
"condition": "DMG",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:37:40.580Z",
"trend_7d": {
"direction": "up",
"percent": 1.18
}
}
}
}