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

← Shining Legends
Spiritomb

Spiritomb

Uncommon #47 Pokémon Basic HP 60
Types
Darkness
Illustrator
Kouki Saitou
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146709

Attacks

Cursed Drop
Darkness · Colorless

Put 3 damage counters on your opponent's Pokémon in any way you like.

GET /api/v1/pokemon/cards/sm35-47?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-47",
    "name": "Spiritomb",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146709",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Cursed Whirlpool",
        "text": "As long as this Pokémon is your Active Pokémon, your opponent's Active Pokémon can't retreat.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cursed Drop",
        "text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}