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

← Sun & Moon Promos
Volcanion

Volcanion

Promo #404 Pokémon Basic HP 120
Types
Fire
Illustrator
Hasuno
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Flare Starter
Fire

Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Fire Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.

High-Heat Blast 50+
Fire · Fire

If you have at least 4 Fire Energy in play, this attack does 60 more damage.

GET /api/v1/pokemon/cards/smp_ja-404vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-404vh",
    "name": "Volcanion",
    "number": "404",
    "printed_number": "404",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/404vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/404vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/404vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/404vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/404vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/404vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flare Starter",
        "text": "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Fire Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "High-Heat Blast",
        "text": "If you have at least 4 Fire Energy in play, this attack does 60 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 9.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.54
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.99,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T08:07:15.665Z",
      "trend_7d": {
        "direction": "up",
        "percent": 22.62
      }
    }
  }
}