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

← Roaring Skies
Zapdos

Zapdos

Rare #23 Pokémon Basic HP 120
Types
Lightning
Illustrator
Hitoshi Ariga
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98059

Attacks

Drill Peck 20
Lightning
Raging Thunder 120
Lightning · Lightning · Colorless

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

GET /api/v1/pokemon/cards/xy6-23vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-23vrh",
    "name": "Zapdos",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/23vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/23vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/23vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98059",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/23vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/23vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/23vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Drill Peck",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Raging Thunder",
        "text": "This attack does 40 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        },
        {
          "condition": "LP",
          "price": 1.36
        },
        {
          "condition": "MP",
          "price": 0.81
        },
        {
          "condition": "HP",
          "price": 0.61
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22,
          "low": 19.49,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 17,
          "high": 18.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}