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

← Amazing Volt Tackle
Electrode

Electrode

Rare #33 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
sui
Expansion
Amazing Volt Tackle · Sword & Shield
Language
Japanese
TCGplayer
568859

Attacks

Electric Ball 100
Lightning · Lightning · Colorless
GET /api/v1/pokemon/cards/swsh4_ja-33vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4_ja-33vh",
    "name": "Electrode",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/33vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/33vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/33vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4_ja",
      "name": "Amazing Volt Tackle",
      "total": 121,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4",
      "printed_total": 100,
      "release_date": "2020/09/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Amazing Volt Tackle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568859",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/33vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/33vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/33vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Buzzap Generator",
        "text": "Once during your turn, if this Pokémon is on your Bench, you may search your deck for up to 2 Lightning Energy cards and attach them to your Lightning Pokémon in any way you like. Then, shuffle your deck. If you searched your deck in this way, this Pokémon is Knocked Out.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electric Ball",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:24:22.637Z",
      "trend_7d": {
        "direction": "down",
        "percent": -69.23
      }
    }
  }
}