Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Surging Sparks
Centiskorch

Centiskorch

Common #28 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
Aliya Chen
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589889

Attacks

Billowing Heat Wave 130
Fire

This attack also does 30 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Heat Blast 80
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sv8-28?include=prices 200 113ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-28",
    "name": "Centiskorch",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/28.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/28.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/28.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589889",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/28.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/28.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/28.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Billowing Heat Wave",
        "text": "This attack also does 30 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "130"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heat Blast",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Aliya Chen",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        },
        {
          "condition": "LP",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T08:51:08.919Z",
      "trend_7d": {
        "direction": "down",
        "percent": -28.57
      }
    }
  }
}