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)
Gyarados Vmax

Gyarados Vmax

Hyper Rare #159/132 Pokémon VMAX HP 330
Types
Water
Illustrator
Shin Nagasawa
Expansion
Nine Colours Gathering (Origin) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Hyper Beam 120
Colorless · Colorless · Colorless

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

Max Tyrant 240
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/ncgo-159vh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgo-159vh",
    "name": "Gyarados Vmax",
    "number": "159/132",
    "printed_number": "159/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-159vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-159vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-159vh.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-159vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-159vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-159vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Water"
    ],
    "hp": "330",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hyper Beam",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Max Tyrant",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 8.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:10:29.608Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.2
      }
    }
  }
}