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

← 30th Celebration
Mew VMAX

Mew VMAX

Holo Rare VMAX #114 Pokémon VMAX HP 310
Types
Psychic
Illustrator
5ban Graphics
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716207

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
Psychic · Psychic

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

GET /api/v1/pokemon/cards/me55c-114vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55c-114vh",
    "name": "Mew VMAX",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-114vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-114vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-114vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716207",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-114vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-114vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-114vh.large.png"
          }
        ]
      }
    ],
    "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": [
          "Psychic",
          "Psychic"
        ],
        "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": "Holo Rare VMAX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 17.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.32
        },
        {
          "condition": "LP",
          "price": 15.57
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 108.5,
          "low": 92.23,
          "high": 124.78,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 179.99,
          "low": 152.99,
          "high": 206.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}