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

← Shining Fates
Centiskorch

Centiskorch

Rare Shiny #SV019 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
SATOSHI NAKAI
Expansion
Shining Fates · Sword & Shield
Language
English
TCGplayer
232368

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/swsh45sv-SV019vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh45sv-SV019vh",
    "name": "Centiskorch",
    "number": "SV019",
    "printed_number": "SV019",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV019vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV019vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV019vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh45",
      "name": "Shining Fates",
      "total": 73,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SHF",
      "printed_total": 72,
      "release_date": "2021/02/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232368",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV019vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV019vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV019vh.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": "Rare Shiny",
    "artist": "SATOSHI NAKAI",
    "pricing": {
      "currency": "USD",
      "market": 2.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.12
        },
        {
          "condition": "LP",
          "price": 2.08
        },
        {
          "condition": "MP",
          "price": 1.75
        },
        {
          "condition": "DMG",
          "price": 1.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.25,
          "low": 10,
          "high": 16.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.28,
          "low": 4,
          "high": 6.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.5,
          "low": 23.25,
          "high": 23.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.44,
          "low": 7.17,
          "high": 9.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:39:09.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.47
      }
    }
  }
}