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

← Crimson Invasion
Regigigas

Regigigas

Rare Holo #84a Pokémon Basic HP 180
Types
Colorless
Illustrator
Hasuno
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149109

Attacks

Giant Stomp 160
Colorless · Colorless · Colorless · Colorless · Colorless

Discard any Stadium card in play.

GET /api/v1/pokemon/cards/sm4-84avh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-84avh",
    "name": "Regigigas",
    "number": "84a",
    "printed_number": "84a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84avh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149109",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Seal of Antiquity",
        "text": "This Pokémon can't attack unless Regirock, Regice, and Registeel are on your Bench.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Giant Stomp",
        "text": "Discard any Stadium card in play.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 0.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.52
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.96
      }
    }
  }
}