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

← Abyss Eye
Centiskorch

Centiskorch

usually #9 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
Kouki Saitou
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695060

Attacks

Controlled Burn
Fire

Discard 2 cards from your opponent's deck.

Heat Tackle 160
Fire · Colorless · Colorless · Colorless

This Pokemon also does 30 damage to itself.

GET /api/v1/pokemon/cards/m5_ja-9?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-9",
    "name": "Centiskorch",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-9.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695060",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Controlled Burn",
        "text": "Discard 2 cards from your opponent's deck."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Tackle",
        "text": "This Pokemon also does 30 damage to itself.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "水",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:03:05.123Z",
      "trend_7d": {
        "direction": "down",
        "percent": -15
      }
    }
  }
}