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

← Pokémon TCG Classic - Charizard (Fire Deck)
Electrode

Electrode

None #011/032 Pokémon Stage 1 HP 80
Types
Lightning
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591919

Attacks

Electric Shock 50
Lightning · Lightning · Lightning

Flip a coin. If tails, this Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/cll_ja-11vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-11vh",
    "name": "Electrode",
    "number": "011/032",
    "printed_number": "011/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591919_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591919_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591919_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "cll_ja",
      "name": "Pokémon TCG Classic - Charizard (Fire Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Charizard (Fire Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591919",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591919_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591919_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591919_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Electric Shock",
        "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 4.35,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.99,
          "low": 20,
          "high": 44.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 11,
          "trend": {
            "direction": "up",
            "percent": 14.3
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 38.75,
          "high": 51,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}