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

← Ancient Origins
Volcarona

Volcarona

Rare #18 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Kagemaru Himeno
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101439

Attacks

Burning Scales 20
Fire

Flip 2 coins. This attack does 20 more damage for each heads.

Wind Wheel 80
Fire · Colorless · Colorless

Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.

GET /api/v1/pokemon/cards/xy7-18vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-18vrh",
    "name": "Volcarona",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/18vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/18vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/18vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101439",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/18vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/18vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/18vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Burning Scales",
        "text": "Flip 2 coins. This attack does 20 more damage for each heads.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wind Wheel",
        "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.22
        },
        {
          "condition": "LP",
          "price": 1.82
        },
        {
          "condition": "MP",
          "price": 1.23
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 0.72
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 162.25,
          "low": 13,
          "high": 200,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 180,
          "low": 153,
          "high": 207,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.32,
          "low": 19.5,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 14,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.29
      }
    }
  }
}