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

← Hail Blizzard
Zapdos

Zapdos

Rare #25 Pokémon Basic HP 120
Types
Lightning
Illustrator
Ryo Ueda
Expansion
Hail Blizzard · Black & White
Language
Japanese
TCGplayer
601109

Attacks

Random Spark
Lightning · Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Thundering Hurricane 50×
Lightning · Colorless · Colorless · Colorless

Flip 4 coins. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/bw3h_ja-25vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3h_ja-25vh",
    "name": "Zapdos",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/25vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/25vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/25vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3h_ja",
      "name": "Hail Blizzard",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Hail Blizzard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601109",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/25vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/25vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/25vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Random Spark",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Thundering Hurricane",
        "text": "Flip 4 coins. This attack does 50 damage times the number of heads.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 9.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.78
        },
        {
          "condition": "HP",
          "price": 3.66
        },
        {
          "condition": "DMG",
          "price": 3.49
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 52,
          "low": 44.2,
          "high": 59.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 68,
          "low": 55,
          "high": 84.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59.95,
          "low": 57.59,
          "high": 79.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:15:47.730Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.27
      }
    }
  }
}