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 Explorers
Volcarona

Volcarona

Rare Holo #22 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
90404

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/bw5-22vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-22vrh",
    "name": "Volcarona",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/22vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/22vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/22vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90404",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/22vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/22vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/22vrh.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": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.51
        },
        {
          "condition": "LP",
          "price": 2.35
        },
        {
          "condition": "MP",
          "price": 1.91
        },
        {
          "condition": "HP",
          "price": 1.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.21
      }
    }
  }
}