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

Search your deck for a Lightning Energy card and attach it to Voltorb. Shuffle your deck afterward.
/api/v1/pokemon/cards/ex5-80vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex5-80vrh",
"name": "Voltorb",
"number": "80",
"printed_number": "80",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/80vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/80vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/80vrh.large.webp"
}
],
"expansion": {
"id": "ex5",
"name": "Hidden Legends",
"total": 102,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "HL",
"printed_total": 101,
"release_date": "2004/06/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90413",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/80vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/80vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/80vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Recharge",
"text": "Search your deck for a Lightning Energy card and attach it to Voltorb. Shuffle your deck afterward."
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rolling Attack",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kyoko Umemoto",
"pricing": {
"currency": "USD",
"market": 7.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.2
},
{
"condition": "LP",
"price": 0.46
},
{
"condition": "MP",
"price": 0.38
},
{
"condition": "HP",
"price": 0.36
},
{
"condition": "DMG",
"price": 0.32
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 63.3,
"low": 53.81,
"high": 72.79,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 64.99,
"low": 55.24,
"high": 74.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 325,
"low": 325,
"high": 503.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 20,
"low": 13.5,
"high": 20.63,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 15,
"low": 15,
"high": 57,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "9",
"value": 55,
"low": 46.75,
"high": 63.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-13T23:52:40.783Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}