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

← Scarlet & Violet Black Star Promos
Crabominable (Staff Stamp)

Crabominable (Staff Stamp)

Promo #134 Pokémon Stage 1 HP 160
Types
Water
Illustrator
KEIICHIRO ITO
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer

Attacks

Haymaker 250
Water · Colorless · Colorless · Colorless · Colorless

During your next turn, this Pokémon can't use Haymaker.

GET /api/v1/pokemon/cards/svp-134vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-134vs",
    "name": "Crabominable (Staff Stamp)",
    "number": "134",
    "printed_number": "134",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/134vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/134vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/134vs.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/134vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/134vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/134vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Food Prep",
        "text": "Attacks used by this Pokémon cost Colorless less for each Kofu card in your discard pile.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Haymaker",
        "text": "During your next turn, this Pokémon can't use Haymaker.",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 17.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.73
        },
        {
          "condition": "LP",
          "price": 14.5
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 32.65,
          "low": 27.75,
          "high": 37.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T19:10:49.817Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.11
      }
    }
  }
}