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

← White Flare
Vanillite

Vanillite

Common #27 Pokémon Basic HP 60
Types
Water
Illustrator
cochi8i
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642139

Attacks

Beat 10
Colorless
Ice Edge 20+
Water · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/rsv10pt5-27?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-27",
    "name": "Vanillite",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/27.large.webp"
      }
    ],
    "expansion": {
      "id": "rsv10pt5",
      "name": "White Flare",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "WHT",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642139",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/27.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": "Ice Edge",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "cochi8i",
    "pricing": {
      "currency": "USD",
      "market": 0.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T19:38:45.045Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}