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

← Steam Siege
Spiritomb

Spiritomb

Rare #62 Pokémon Basic HP 70
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Steam Siege · XY
Language
English
TCGplayer
121192

Attacks

Nightmare 10
Darkness

Your opponent's Active Pokémon is now Asleep.

Damage Play
Darkness · Colorless

Move as many damage counters on your opponent's Benched Pokémon as you like to any of your opponent's other Pokémon in any way you like.

GET /api/v1/pokemon/cards/xy11-62?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-62",
    "name": "Spiritomb",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/62.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121192",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Nightmare",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "10"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Damage Play",
        "text": "Move as many damage counters on your opponent's Benched Pokémon as you like to any of your opponent's other Pokémon in any way you like."
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "LP",
          "price": 0.23
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.33
      }
    }
  }
}