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

← 30th Celebration
Pikachu & Zekrom-GX

Pikachu & Zekrom-GX

Rare Holo GX #33 Pokémon BasicGXTAG TEAM HP 240
Types
Lightning
Illustrator
Mitsuhiro Arita
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
714373

Attacks

Full Blitz 150
Lightning · Lightning · Lightning

Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.

Tag Bolt-GX 200
Lightning · Lightning · Lightning

If this Pokémon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/me55c-33vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55c-33vh",
    "name": "Pikachu & Zekrom-GX",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-33vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-33vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-33vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "714373",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-33vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-33vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-33vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX",
      "TAG TEAM"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Full Blitz",
        "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.",
        "damage": "150"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Tag Bolt-GX",
        "text": "If this Pokémon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 39.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 39.01
        },
        {
          "condition": "LP",
          "price": 0.65
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 94.5,
          "low": 80.33,
          "high": 108.68,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}