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

← Noble Victories
Volcarona

Volcarona

Rare #21 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Mitsuhiro Arita
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
90402

Attacks

Fiery Dance 30
Fire

Attach a basic Energy card from your discard pile to 1 of your Pokémon.

Heat Wave 60
Fire · Colorless · Colorless

The Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/bw3-21?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-21",
    "name": "Volcarona",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/21.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90402",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fiery Dance",
        "text": "Attach a basic Energy card from your discard pile to 1 of your Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heat Wave",
        "text": "The Defending Pokémon is now Burned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.31
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.65
        },
        {
          "condition": "HP",
          "price": 0.46
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.77
      }
    }
  }
}