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

← Team Up
Zapdos

Zapdos

Rare Holo #40 Pokémon Basic HP 110
Types
Lightning
Illustrator
kawayoo
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183813

Attacks

Thunderous Assault 10
Lightning

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/sm9-40vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-40vrh",
    "name": "Zapdos",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/40vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/40vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/40vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183813",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/40vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/40vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/40vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "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 Holo",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 4.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.92
        },
        {
          "condition": "LP",
          "price": 4.09
        },
        {
          "condition": "MP",
          "price": 3.58
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 74.4,
          "low": 63.24,
          "high": 85.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.01
      }
    }
  }
}