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

← Mega Evolution Black Star Promos
Zapdos

Zapdos

Promo #98 Pokémon Basic HP 120
Types
Lightning
Illustrator
SIE NANAHARA
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713266

Attacks

Thundering Lightning 210
Lightning · Lightning · Lightning · Colorless

This Pokémon also does 60 damage to itself.

GET /api/v1/pokemon/cards/mep-98vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-98vh",
    "name": "Zapdos",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-98vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-98vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-98vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "713266",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-98vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-98vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-98vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Flash-Pop Flapping",
        "text": "Once during your turn, if you have Moltres and Articuno in play, you may use this Ability. Attach a Basic Lightning Energy card from your hand to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Thundering Lightning",
        "text": "This Pokémon also does 60 damage to itself.",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "SIE NANAHARA",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:57:46.786Z"
    }
  }
}