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

← Supreme Victors
Zapdos

Zapdos

Rare #48 Pokémon Basic HP 100
Types
Lightning
Illustrator
Kagemaru Himeno
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
90718

Attacks

Drill Peck 30
Lightning · Colorless · Colorless
Lightning Wing 50
Lightning · Lightning · Colorless · Colorless

Flip a coin. If heads, this attack does 50 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pl3-48?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-48",
    "name": "Zapdos",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/48.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90718",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Drill Peck",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Lightning Wing",
        "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 12.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.99
        },
        {
          "condition": "LP",
          "price": 10.52
        },
        {
          "condition": "MP",
          "price": 5.16
        },
        {
          "condition": "HP",
          "price": 5.89
        },
        {
          "condition": "DMG",
          "price": 1.97
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68,
          "low": 57.8,
          "high": 78.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}