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

← Thunder Knuckle
Vanilluxe

Vanilluxe

Non #14 Pokémon Stage 2Team Plasma HP 130
Types
Water
Illustrator
5ban Graphics
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer

Attacks

ChillMAX 60×
Colorless

Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage times the number of heads.

Cold Breath 40
Water · Colorless

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/bw8t_ja-14?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-14",
    "name": "Vanilluxe",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8t_ja",
      "name": "Thunder Knuckle",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunder Knuckle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Team Plasma"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "ChillMAX",
        "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage times the number of heads.",
        "damage": "60×"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cold Breath",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.82
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T04:11:03.133Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}