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

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

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-16vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2a_ja-16vh",
    "name": "Centiskorch V",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/16vh.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": "570289",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/16vh.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": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.6,
          "low": 15.6,
          "high": 15.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:36:56.204Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.62
      }
    }
  }
}