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

← Time Gazer
Regigigas

Regigigas

Rare #54 Pokémon Basic HP 150
Types
Colorless
Illustrator
Yuya Oka
Expansion
Time Gazer · Sword & Shield
Language
Japanese
TCGplayer
569809

Attacks

Gigaton Break 150+
Colorless · Colorless · Colorless · Colorless · Colorless

If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 150 more damage.

GET /api/v1/pokemon/cards/swsh10d_ja-54vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10d_ja-54vh",
    "name": "Regigigas",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10d_ja",
      "name": "Time Gazer",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10D",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Time Gazer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569809",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Ancient Wisdom",
        "text": "Once during your turn, if you have Regirock, Regice, Registeel, Regieleki, or Regidrago in play, you may search your discard pile for up to 3 basic Energy cards and attach them to 1 of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Gigaton Break",
        "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 150 more damage.",
        "damage": "150+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:05:23.979Z",
      "trend_7d": {
        "direction": "down",
        "percent": -61.86
      }
    }
  }
}