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

Alcremie Vmax

Triple Rare #070/115 Pokémon VMAX HP 310
Types
Psychic
Illustrator
5ban Graphics
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Adornment
Colorless

For each of your Benched Pokémon, search your deck for a Psychic Energy card and attach it to that Pokémon. Then, shuffle your deck.

G-Max Whisk 60
Colorless · Colorless

Discard any amount of Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/vpi-070vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-070vh",
    "name": "Alcremie Vmax",
    "number": "070/115",
    "printed_number": "070/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-070vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-070vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-070vh.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-070vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-070vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-070vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "310",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Adornment",
        "text": "For each of your Benched Pokémon, search your deck for a Psychic Energy card and attach it to that Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "G-Max Whisk",
        "text": "Discard any amount of Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:06:16.269Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}