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

This attack's damage isn't affected by Weakness or Resistance.
This Pokémon also does 90 damage to itself.
/api/v1/pokemon/cards/swsh8-88?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh8-88",
"name": "Electrode",
"number": "88",
"printed_number": "88",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/88.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/88.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/88.large.webp"
}
],
"expansion": {
"id": "swsh8",
"name": "Fusion Strike",
"total": 284,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "FST",
"printed_total": 264,
"release_date": "2021/11/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "253244",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/88.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/88.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/88.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"Single Strike"
],
"types": [
"Lightning"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Sonic Boom",
"text": "This attack's damage isn't affected by Weakness or Resistance.",
"damage": "40"
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Explosion",
"text": "This Pokémon also does 90 damage to itself.",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.2
},
{
"condition": "LP",
"price": 0.17
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:02:32.489Z",
"trend_7d": {
"direction": "up",
"percent": 17.65
}
}
}
}