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

Mew Vmax

Hyper Rare #162/132 Pokémon VMAX HP 310
Types
Psychic
Illustrator
AKIRA EGAWA
Expansion
Nine Colours Gathering (Origin) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Cross Fusion Strike
Colorless · Colorless

Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack.

Max Miracle 130
Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/ncgo-162vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgo-162vh",
    "name": "Mew Vmax",
    "number": "162/132",
    "printed_number": "162/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-162vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-162vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-162vh.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-162vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-162vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-162vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "310",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cross Fusion Strike",
        "text": "Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Max Miracle",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 113.88,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 83.59,
          "low": 71.05,
          "high": 96.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 259.85,
          "low": 212.94,
          "high": 328.46,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:10:29.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}