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

← SM Black Star Promos
Crabominable (Staff Stamp)

Crabominable (Staff Stamp)

Promo #SM47 Pokémon Stage 1 HP 140
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
139094

Attacks

Gutsy Hammer 80
Fighting

This Pokémon does 10 damage to itself for each damage counter on it.

Double Stomp 80+
Fighting · Fighting · Fighting

Flip 2 coins. This attack does 40 more damage for each heads.

GET /api/v1/pokemon/cards/smp-SM47vs?include=prices 200 99ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM47vs",
    "name": "Crabominable (Staff Stamp)",
    "number": "SM47",
    "printed_number": "SM47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM47vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM47vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM47vs.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "139094",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM47vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM47vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM47vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Gutsy Hammer",
        "text": "This Pokémon does 10 damage to itself for each damage counter on it.",
        "damage": "80"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Double Stomp",
        "text": "Flip 2 coins. This attack does 40 more damage for each heads.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 32.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 32.23
        },
        {
          "condition": "LP",
          "price": 19.48
        },
        {
          "condition": "MP",
          "price": 22.49
        },
        {
          "condition": "HP",
          "price": 17.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T17:54:06.632Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}