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

← Nine Colours Gathering (Origin)
Gengar Vmax

Gengar Vmax

Triple Rare #073/132 Pokémon VMAX HP 320
Types
Darkness
Illustrator
5ban Graphics
Expansion
Nine Colours Gathering (Origin) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Fear and Panic 60
Colorless · Colorless

This attack does 60 damage for each of your opponent's Pokémon V and Pokémon-GX in play.

G-Max Swallow Up 250
Colorless · Colorless · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/ncgo-073vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgo-073vh",
    "name": "Gengar Vmax",
    "number": "073/132",
    "printed_number": "073/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-073vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-073vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-073vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgo",
      "name": "Nine Colours Gathering (Origin)",
      "total": 177,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 177,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgo.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Origin)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-073vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-073vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-073vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fear and Panic",
        "text": "This attack does 60 damage for each of your opponent's Pokémon V and Pokémon-GX in play.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "G-Max Swallow Up",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:13.432Z"
    }
  }
}