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

← BW Black Star Promos
Volcarona

Volcarona

Promo #BW40 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Shin Nagasawa
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
90403

Attacks

Burning Wind 70
Fire · Colorless · Colorless

You may discard an Energy attached to this Pokémon. If you do, the Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/bwp-BW40vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW40vh",
    "name": "Volcarona",
    "number": "BW40",
    "printed_number": "BW40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90403",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Scorching Scales",
        "text": "Put 4 damage counters instead of 2 on your opponent's Burned Pokémon between turns.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Burning Wind",
        "text": "You may discard an Energy attached to this Pokémon. If you do, the Defending Pokémon is now Burned.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 30.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.91
        },
        {
          "condition": "LP",
          "price": 15.87
        },
        {
          "condition": "MP",
          "price": 13.36
        },
        {
          "condition": "HP",
          "price": 16
        },
        {
          "condition": "DMG",
          "price": 11.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 45.57,
          "low": 74.99,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 215.82,
          "low": 183.45,
          "high": 248.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.92
      }
    }
  }
}