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

← Double Blaze
Blacephalon

Blacephalon

Non #19 Pokémon Basic HP 120
Types
Fire
Illustrator
kawayoo
Expansion
Double Blaze · Sun & Moon
Language
Japanese
TCGplayer
573617

Attacks

Blazer 10+
Fire

Turn 1 of your face-down Prize cards face up. If it's a Fire Energy card, this attack does 50 more damage. (That Prize card remains face up for the rest of the game.)

Fireball Circus 50×
Fire · Fire · Fire

Discard any number of Fire Energy cards from your hand. This attack does 50 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/sm10_ja-19?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10_ja-19",
    "name": "Blacephalon",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/19.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10_ja",
      "name": "Double Blaze",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM10",
      "printed_total": 95,
      "release_date": "2019/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Double Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573617",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Blazer",
        "text": "Turn 1 of your face-down Prize cards face up. If it's a Fire Energy card, this attack does 50 more damage. (That Prize card remains face up for the rest of the game.)",
        "damage": "10+"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 3,
        "name": "Fireball Circus",
        "text": "Discard any number of Fire Energy cards from your hand. This attack does 50 damage for each card you discarded in this way.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 1.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.59
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:23:51.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 63.92
      }
    }
  }
}