Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Surging Sparks
Volcarona

Volcarona

Common #25 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
matazo
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590091

Attacks

Leech Life 30
Colorless

Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.

Turbulent Wings 150
Fire · Colorless · Colorless

This Pokémon also does 50 damage to itself.

GET /api/v1/pokemon/cards/sv8-25vrh?include=prices 200 110ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-25vrh",
    "name": "Volcarona",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/25vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/25vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/25vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590091",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/25vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/25vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/25vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Leech Life",
        "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Turbulent Wings",
        "text": "This Pokémon also does 50 damage to itself.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "matazo",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.75,
          "low": 6.59,
          "high": 8.91,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.99,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-29T15:37:53.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.5
      }
    }
  }
}