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

← Cruel Traitor
Spiritomb

Spiritomb

usually #30 Pokémon Basic HP 70
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Cruel Traitor · XY
Language
Japanese
TCGplayer
603312

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/xy11c_ja-30?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11c_ja-30",
    "name": "Spiritomb",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11c_ja",
      "name": "Cruel Traitor",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cruel Traitor"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603312",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/30.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": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-09T03:16:58.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}