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

← Hail Blizzard
Vanillite

Vanillite

usually #16 Pokémon Basic HP 60
Types
Water
Illustrator
Kanako Eo
Expansion
Hail Blizzard · Black & White
Language
Japanese
TCGplayer
601105

Attacks

Beat 10
Colorless
Icy Snow 20
Water · Colorless
GET /api/v1/pokemon/cards/bw3h_ja-16?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3h_ja-16",
    "name": "Vanillite",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3h_ja",
      "name": "Hail Blizzard",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Hail Blizzard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601105",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Beat",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Icy Snow",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 2.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.12
        },
        {
          "condition": "LP",
          "price": 1
        },
        {
          "condition": "MP",
          "price": 0.85
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-06-18T02:38:17.383Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}