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

← VMAX Climax
Centiskorch V

Centiskorch V

Double Rare #22 Pokémon BasicV HP 210
Types
Fire
Illustrator
5ban Graphics
Expansion
VMAX Climax · Sword & Shield
Language
Japanese
TCGplayer
571275

Attacks

Radiating Heat 20
Fire

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

Burning Train 180
Fire · Fire · Fire · Fire
GET /api/v1/pokemon/cards/swsh8b_ja-22vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8b_ja-22vh",
    "name": "Centiskorch V",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/22vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/22vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/22vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8b_ja",
      "name": "VMAX Climax",
      "total": 293,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8b",
      "printed_total": 184,
      "release_date": "2021/12/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Climax"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571275",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/22vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/22vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/22vh.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 attached to 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.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "MP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 14.99,
          "low": 11.8,
          "high": 15,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.25,
          "low": 6,
          "high": 10,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50.41,
          "low": 42.85,
          "high": 57.97,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:44:35.947Z",
      "trend_7d": {
        "direction": "down",
        "percent": -63.92
      }
    }
  }
}