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

← Gem Pack Vol. 6
Crabominable

Crabominable

Common #1402/07 Pokémon Stage 1 HP 160
Types
Water
Illustrator
nagimiso
Expansion
Gem Pack Vol. 6 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Haymaker 250
Colorless · Colorless · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/cn-gem-pack-vol-6-1402?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-6-1402",
    "name": "Crabominable",
    "number": "1402/07",
    "printed_number": "1402/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1402.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1402.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1402.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-6",
      "name": "Gem Pack Vol. 6",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/08/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-6.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 6"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1402.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1402.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-6-1402.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "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": "Common",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:29.080Z"
    }
  }
}