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

← Brave Stars (Charm)
Zeraora Vmax

Zeraora Vmax

Rare #153/127 Pokémon VMAX HP 320
Types
Lightning
Illustrator
aoki
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Reactive Pulse 60
Colorless · Colorless

This attack does 60 damage for each of your opponent's Pokémon in play that has an Ability.

Max Fist 240
Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/bsch-153?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-153",
    "name": "Zeraora Vmax",
    "number": "153/127",
    "printed_number": "153/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-153.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-153.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-153.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-153.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-153.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-153.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reactive Pulse",
        "text": "This attack does 60 damage for each of your opponent's Pokémon in play that has an Ability.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Max Fist",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "aoki",
    "pricing": {
      "currency": "USD",
      "market": 10.5,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.6,
          "low": 8.16,
          "high": 11.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:26:46.344Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.38
      }
    }
  }
}