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

← Plasma Storm
Vanilluxe

Vanilluxe

Rare #37 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Shin Nagasawa
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
90275

Attacks

Enefountain 30
Colorless

Attach 2 basic Energy cards from your hand to 1 of your Pokémon.

Blizzard 70
Water · Water · Colorless

Does 10 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/bw8-37?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-37",
    "name": "Vanilluxe",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/37.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90275",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Enefountain",
        "text": "Attach 2 basic Energy cards from your hand to 1 of your Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard",
        "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.09
        },
        {
          "condition": "LP",
          "price": 0.71
        },
        {
          "condition": "MP",
          "price": 0.61
        },
        {
          "condition": "HP",
          "price": 0.81
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.49
      }
    }
  }
}