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
Spiritomb

Spiritomb

Rare Holo #112 Pokémon Basic HP 60
Types
Darkness
Illustrator
Kagemaru Himeno
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189212

Attacks

Anguish Cry 10
Darkness

This attack does 30 more damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/sm10-112vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-112vh",
    "name": "Spiritomb",
    "number": "112",
    "printed_number": "112",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/112vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/112vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/112vh.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": "189212",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/112vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/112vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/112vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Building Spite",
        "text": "Once during your turn (before your attack), you may put 1 damage counter on this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Anguish Cry",
        "text": "This attack does 30 more damage for each damage counter on this Pokémon.",
        "damage": "10"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.26
        },
        {
          "condition": "LP",
          "price": 2.77
        },
        {
          "condition": "MP",
          "price": 2.04
        },
        {
          "condition": "HP",
          "price": 1.51
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.31
      }
    }
  }
}