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

← Destined Rivals
Team Rocket's Zapdos (EB Games Stamp)

Team Rocket's Zapdos (EB Games Stamp)

Rare #70 Pokémon Basic HP 120
Types
Lightning
Illustrator
Nurikabe
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
635501

Attacks

Jamming Wing 30
Colorless · Colorless

You may move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon.

Wicked Thunder 60+
Lightning · Colorless · Colorless

If this Pokémon has any Team Rocket's Energy attached, this attack does 60 more damage.

GET /api/v1/pokemon/cards/sv10-70veb?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-70veb",
    "name": "Team Rocket's Zapdos (EB Games Stamp)",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-70veb.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-70veb.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-70veb.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "635501",
    "variants": [
      {
        "name": "ebGamesStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-70veb.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-70veb.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-70veb.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Jamming Wing",
        "text": "You may move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wicked Thunder",
        "text": "If this Pokémon has any Team Rocket's Energy attached, this attack does 60 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 115.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 115.88
        },
        {
          "condition": "MP",
          "price": 95.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 63.21,
          "low": 53.73,
          "high": 72.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 152.7,
          "low": 151.28,
          "high": 155.02,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 71.59,
          "low": 60.85,
          "high": 82.33,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 141.89,
          "low": 120.61,
          "high": 163.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:05:36.204Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.39
      }
    }
  }
}