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

← Pitch Black
Centiskorch

Centiskorch

Common #10 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
Kouki Saitou
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704767

Attacks

Controlled Burn
Fire

Discard the top 2 cards of your opponent's deck.

Heat Tackle 160
Fire · Colorless · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/me5-10?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-10",
    "name": "Centiskorch",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-10.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-10.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-10.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704767",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-10.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-10.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-10.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Controlled Burn",
        "text": "Discard the top 2 cards of your opponent's deck."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Tackle",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "up",
        "percent": 66.67
      }
    }
  }
}