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

← Storming Emergence (Verdant)
Zapdos

Zapdos

Rare #051/151 Pokémon Basic HP 110
Types
Lightning
Illustrator
kawayoo
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Thunderous Assault 10
Colorless

If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 70 more damage. This attack's damage isn't affected by Weakness.

GET /api/v1/pokemon/cards/sev-051?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-051",
    "name": "Zapdos",
    "number": "051/151",
    "printed_number": "051/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-051.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-051.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-051.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-051.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-051.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-051.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Thunderous Assault",
        "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 70 more damage. This attack's damage isn't affected by Weakness.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 15.45,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.404Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}