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

← Shiny Star V
Centiskorch

Centiskorch

Holo #218 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
SATOSHI NAKAI
Expansion
Shiny Star V · Sword & Shield
Language
Japanese
TCGplayer
571133

Attacks

Hundred Foot Flames
Fire

For each Fire Energy attached to this Pokémon, discard the top card of your opponent's deck.

Searing Flame 110
Fire · Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Burned.

GET /api/v1/pokemon/cards/swsh4a_ja-218vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4a_ja-218vh",
    "name": "Centiskorch",
    "number": "218",
    "printed_number": "218",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/218vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/218vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/218vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4a_ja",
      "name": "Shiny Star V",
      "total": 330,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4a",
      "printed_total": 190,
      "release_date": "2020/11/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Star V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571133",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/218vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/218vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/218vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Hundred Foot Flames",
        "text": "For each Fire Energy attached to this Pokémon, discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Searing Flame",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Holo",
    "artist": "SATOSHI NAKAI",
    "pricing": {
      "currency": "USD",
      "market": 2.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.6
        },
        {
          "condition": "LP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 10,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 1.25,
          "low": 1.06,
          "high": 1.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.75,
          "low": 5.5,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25.75,
          "low": 13,
          "high": 31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:09:03.251Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.45
      }
    }
  }
}