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

← Champion Road
Electrode-GX

Electrode-GX

Super Rare #68 Pokémon Stage 1GX HP 190
Types
Lightning
Illustrator
5ban Graphics
Expansion
Champion Road · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Electro Ball 50
Lightning · Colorless
Crush and Burn-GX 30+
Lightning · Colorless

Discard any amount of Energy from your Pokémon. This attack does 50 more damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm6b_ja-68vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6b_ja-68vh",
    "name": "Electrode-GX",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/68vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/68vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/68vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6b_ja",
      "name": "Champion Road",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6b",
      "printed_total": 66,
      "release_date": "2018/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Champion Road"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/68vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/68vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6b_ja/68vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Extra Energy Bomb",
        "text": "Once during your turn (before your attack), you may attach 5 Energy cards from your discard pile to your Pokémon, except Pokémon-GX or Pokémon-EX, in any way you like. If you do, this Pokémon is Knocked Out.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Electro Ball",
        "damage": "50"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crush and Burn-GX",
        "text": "Discard any amount of Energy from your Pokémon. This attack does 50 more damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 20.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.35
        },
        {
          "condition": "LP",
          "price": 6.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.18,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:07.680Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.88
      }
    }
  }
}