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

← Ruler of the Black Flame
Eelektross

Eelektross

Non #35 Pokémon Stage 2 HP 160
Types
Lightning
Illustrator
Masakazu Fukuda
Expansion
Ruler of the Black Flame · Scarlet & Violet
Language
Japanese
TCGplayer
566989

Attacks

Suction Shock
Lightning

Switch in 1 of your opponent's Benched Pokémon to the Active Spot. If you do, this attack does 60 damage to the new Active Pokémon, and then flip a coin. If heads, that Pokémon is now Paralyzed.

Head Bolt 130
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/sv3_ja-35?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3_ja-35",
    "name": "Eelektross",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/35.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3_ja",
      "name": "Ruler of the Black Flame",
      "total": 141,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3",
      "printed_total": 108,
      "release_date": "2023/07/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ruler of the Black Flame"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566989",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Suction Shock",
        "text": "Switch in 1 of your opponent's Benched Pokémon to the Active Spot. If you do, this attack does 60 damage to the new Active Pokémon, and then flip a coin. If heads, that Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Head Bolt",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:50:33.115Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}