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

You may do 40 damage plus 60 more damage. If you do, discard all Lightning Energy attached to Electrode.
/api/v1/pokemon/cards/hgss4-34?include=prices 200 16ms{
"success": true,
"data": {
"id": "hgss4-34",
"name": "Electrode",
"number": "34",
"printed_number": "34",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/34.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/34.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/34.large.webp"
}
],
"expansion": {
"id": "hgss4",
"name": "HS—Triumphant",
"total": 103,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "TM",
"printed_total": 102,
"release_date": "2010/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85159",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/34.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/34.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/34.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Rollout",
"damage": "20"
},
{
"cost": [
"Lightning",
"Lightning",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Lightning Strike",
"text": "You may do 40 damage plus 60 more damage. If you do, discard all Lightning Energy attached to Electrode.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.36,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.36
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.19
},
{
"condition": "DMG",
"price": 0.11
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 127.6,
"low": 108.46,
"high": 146.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 99.98,
"low": 84.98,
"high": 114.98,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:15:00.976Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}