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

← VMAX Climax
Mimikyu VMAX

Mimikyu VMAX

Ultra-premium character #234 Pokémon VMAX HP 300
Types
Psychic
Illustrator
Naoki Saito
Expansion
VMAX Climax · Sword & Shield
Language
Japanese
TCGplayer
571486

Attacks

Occult Number
Colorless · Colorless

Put 4 damage counters on your opponent's Pokémon in any way you like. If you played Acerola's Premonition from your hand during this turn, put 13 damage counters on your opponent's Pokémon in any way you like instead.

Max Shadow 120
Psychic · Psychic

Discard a random card from your opponent's hand.

GET /api/v1/pokemon/cards/swsh8b_ja-234vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8b_ja-234vh",
    "name": "Mimikyu VMAX",
    "number": "234",
    "printed_number": "234",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-234vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-234vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-234vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8b_ja",
      "name": "VMAX Climax",
      "total": 293,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8b",
      "printed_total": 184,
      "release_date": "2021/12/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Climax"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571486",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-234vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-234vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-234vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "300",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Occult Number",
        "text": "Put 4 damage counters on your opponent's Pokémon in any way you like. If you played Acerola's Premonition from your hand during this turn, put 13 damage counters on your opponent's Pokémon in any way you like instead."
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Max Shadow",
        "text": "Discard a random card from your opponent's hand.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Ultra-premium character",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 52.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 52.17
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 83.75,
          "low": 49.99,
          "high": 93.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 143,
          "low": 80.99,
          "high": 149.1,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "up",
            "percent": 11.2
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 118.69,
          "low": 131.36,
          "high": 174.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 38.67,
          "low": 32.87,
          "high": 44.47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:50.008Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.57
      }
    }
  }
}