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

← Explosive Walker
Centiskorch V

Centiskorch V

Super Rare #72 Pokémon BasicV HP 210
Types
Fire
Illustrator
5ban Graphics
Expansion
Explosive Walker · Sword & Shield
Language
Japanese
TCGplayer
570346

Attacks

Radiating Heat 20
Fire

You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.

Burning Train 180
Fire · Fire · Fire · Fire
GET /api/v1/pokemon/cards/swsh2a_ja-72vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2a_ja-72vh",
    "name": "Centiskorch V",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/72vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/72vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/72vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2a_ja",
      "name": "Explosive Walker",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2a",
      "printed_total": 70,
      "release_date": "2020/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Explosive Walker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570346",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/72vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/72vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/72vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Fire"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Radiating Heat",
        "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 4,
        "name": "Burning Train",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:36:56.204Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.23
      }
    }
  }
}