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

← Lost Thunder
Zeraora-GX

Zeraora-GX

Rare Holo GX #86 Pokémon BasicGX HP 190
Types
Lightning
Illustrator
PLANETA Otani
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178895

Attacks

Plasma Fists 160
Lightning · Lightning · Colorless

This Pokémon can't attack during your next turn.

Full Voltage-GX
Lightning

Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm8-86vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-86vh",
    "name": "Zeraora-GX",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178895",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Thunderclap Zone",
        "text": "Each of your Pokémon that has any Lightning Energy attached to it has no Retreat Cost.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Plasma Fists",
        "text": "This Pokémon can't attack during your next turn.",
        "damage": "160"
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Full Voltage-GX",
        "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "PLANETA Otani",
    "pricing": {
      "currency": "USD",
      "market": 7.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.92
        },
        {
          "condition": "LP",
          "price": 6.54
        },
        {
          "condition": "MP",
          "price": 5.34
        },
        {
          "condition": "HP",
          "price": 5.18
        },
        {
          "condition": "DMG",
          "price": 3.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 129.85,
          "low": 148,
          "high": 148,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.75,
          "low": 17.55,
          "high": 25.94,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:52:07.627Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.99
      }
    }
  }
}