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

← Shining Fates
Volcanion

Volcanion

Rare #25 Pokémon Basic HP 130
Types
Water
Illustrator
nagimiso
Expansion
Shining Fates · Sword & Shield
Language
English
TCGplayer
232427

Attacks

Hammer In 50
Water · Colorless
Dynamite Steam 120
Water · Water · Water · Colorless

Flip 2 coins. This attack does 120 damage for each heads.

GET /api/v1/pokemon/cards/swsh45-25?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh45-25",
    "name": "Volcanion",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/25.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh45",
      "name": "Shining Fates",
      "total": 73,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SHF",
      "printed_total": 72,
      "release_date": "2021/02/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232427",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hammer In",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dynamite Steam",
        "text": "Flip 2 coins. This attack does 120 damage for each heads.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 99,
          "low": 84.15,
          "high": 113.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T18:38:00.089Z",
      "trend_7d": {
        "direction": "up",
        "percent": 50
      }
    }
  }
}