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)
Zapdos

Zapdos

None #012/032 Pokémon Basic HP 120
Types
Lightning
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591920

Attacks

Thunder Shock 20
Lightning

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Drill Peck 120
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/cll_ja-12vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-12vh",
    "name": "Zapdos",
    "number": "012/032",
    "printed_number": "012/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591920_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591920_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591920_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": "591920",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591920_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591920_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591920_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Shock",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Drill Peck",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 4.92,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 20.75,
          "low": 15.75,
          "high": 25.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 17.9,
          "high": 39.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 15,
          "trend": {
            "direction": "up",
            "percent": 55.6
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.52,
          "low": 12.16,
          "high": 13.44,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 67,
          "low": 34.4,
          "high": 90.05,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 66.75,
          "low": 75,
          "high": 75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}