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

← Storming Emergence (Abundant)
Volcanion Prism Star

Volcanion Prism Star

Rare #033/151 Pokémon Basic HP 160
Types
Water
Illustrator
Naoki Saito
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Sauna Blast 100
Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/sea-033?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-033",
    "name": "Volcanion Prism Star",
    "number": "033/151",
    "printed_number": "033/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-033.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-033.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-033.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-033.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-033.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-033.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sauna Blast",
        "text": "This attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 16.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:23.849Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}