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 V

Alcremie V

Rare #126/115 Pokémon Basic HP 170
Types
Psychic
Illustrator
Ayaka Yoshida
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Sugary Sprinkles
Colorless

Heal 30 damage from each of your Benched Pokémon.

Sweet Splash 100
Colorless · Colorless · Colorless

If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/vpi-126?include=prices 200 48ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-126",
    "name": "Alcremie V",
    "number": "126/115",
    "printed_number": "126/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-126.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-126.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-126.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-126.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-126.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-126.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sugary Sprinkles",
        "text": "Heal 30 damage from each of your Benched Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sweet Splash",
        "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:06:16.269Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}