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

← Unbroken Bonds
Blacephalon

Blacephalon

Rare #32 Pokémon BasicUltra Beast HP 120
Types
Fire
Illustrator
kawayoo
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189084

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-32?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-32",
    "name": "Blacephalon",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/32.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/32.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/32.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189084",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/32.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/32.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/32.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "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": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 6.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.09
        },
        {
          "condition": "LP",
          "price": 5.17
        },
        {
          "condition": "MP",
          "price": 4.46
        },
        {
          "condition": "HP",
          "price": 3.08
        },
        {
          "condition": "DMG",
          "price": 4.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.33
      }
    }
  }
}