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

← TAG TEAM GX: Tag All Stars
Zeraora

Zeraora

Common #50 Pokémon Basic HP 120
Types
Lightning
Illustrator
kawayoo
Expansion
TAG TEAM GX: Tag All Stars · Sun & Moon
Language
Japanese
TCGplayer
572704

Attacks

Crushing Claw 20
Lightning

Discard a Special Energy from your opponent's Active Pokémon.

Discharge 50×
Lightning · Colorless · Colorless

Discard all Lightning Energy from this Pokémon. This attack does 50 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/sm12a_ja-50vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12a_ja-50vrh",
    "name": "Zeraora",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/50vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/50vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/50vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12a_ja",
      "name": "TAG TEAM GX: Tag All Stars",
      "total": 226,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12a",
      "printed_total": 173,
      "release_date": "2019/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "TAG TEAM GX: Tag All Stars"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572704",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/50vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/50vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/50vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Crushing Claw",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Discharge",
        "text": "Discard all Lightning Energy from this Pokémon. This attack does 50 damage for each card you discarded in this way.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 1.77,
          "low": 1.5,
          "high": 2.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 53.03,
          "low": 50.49,
          "high": 54.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.1,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:05:18.749Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.93
      }
    }
  }
}