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

← Darkness Ablaze
Volcarona

Volcarona

Rare #30 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
NC Empire
Expansion
Darkness Ablaze · Sword & Shield
Language
English
TCGplayer
219244

Attacks

Cauterize 80
Fire

If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.

Fire Wing 110
Fire · Fire · Colorless
GET /api/v1/pokemon/cards/swsh3-30vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3-30vrh",
    "name": "Volcarona",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3",
      "name": "Darkness Ablaze",
      "total": 201,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "DAA",
      "printed_total": 189,
      "release_date": "2020/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "219244",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/30vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Cauterize",
        "text": "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.",
        "damage": "80"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Wing",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "NC Empire",
    "pricing": {
      "currency": "USD",
      "market": 0.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.42
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:05:27.427Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5
      }
    }
  }
}