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

← Vivid Portrayals (Indigo)
Galarian Darmanitan Vmax

Galarian Darmanitan Vmax

Hyper Rare #135/115 Pokémon VMAX HP 320
Types
Water
Illustrator
5ban Graphics
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Max Whiteout 200
Colorless · Colorless · Colorless · Colorless

This attack also does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/vpi-135vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-135vh",
    "name": "Galarian Darmanitan Vmax",
    "number": "135/115",
    "printed_number": "135/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-135vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-135vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-135vh.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "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/vpi-135vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-135vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-135vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Water"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Max Whiteout",
        "text": "This attack also does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:20.515Z"
    }
  }
}