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

← Dark Rush
Volcarona

Volcarona

Rare #15 Pokémon Stage 1
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Dark Rush · Black & White
Language
Japanese
TCGplayer
601429

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/bw4_ja-15vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4_ja-15vh",
    "name": "Volcarona",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/15vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/15vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/15vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4_ja",
      "name": "Dark Rush",
      "total": 76,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW4",
      "printed_total": 69,
      "release_date": "2011/12/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Rush"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601429",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/15vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/15vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/15vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "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"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38,
          "low": 37.2,
          "high": 38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 98.4,
          "low": 159.99,
          "high": 159.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 42.5,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.45,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:03:03.403Z",
      "trend_7d": {
        "direction": "up",
        "percent": 30.93
      }
    }
  }
}