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

← Guardians Rising
Vanilluxe

Vanilluxe

Rare #35 Pokémon Stage 2 HP 140
Types
Water
Illustrator
kawayoo
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130935

Attacks

Hail
Water

This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Frozen Breath 80
Water · Water · Water

You may discard 2 Water Energy from this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/sm2-35?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-35",
    "name": "Vanilluxe",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/35.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130935",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Hail",
        "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Frozen Breath",
        "text": "You may discard 2 Water Energy from this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "HP",
          "price": 0.16
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.7
      }
    }
  }
}