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

← Blue Shock
Vanilluxe

Vanilluxe

Non #20 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Ayaka Yoshida
Expansion
Blue Shock · XY
Language
Japanese
TCGplayer
604053

Attacks

Frigid Breath 30
Water · Colorless

Until the end of your next turn, each player can't play any Supporter or Stadium cards from his or her hand.

Deep Freeze 70
Water · Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xy8b_ja-20?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8b_ja-20",
    "name": "Vanilluxe",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/20.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8b_ja",
      "name": "Blue Shock",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Shock"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604053",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Frigid Breath",
        "text": "Until the end of your next turn, each player can't play any Supporter or Stadium cards from his or her hand.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Deep Freeze",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Confused.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 5.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 208,
          "low": 176.8,
          "high": 239.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T03:44:34.134Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}