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

← Astral Radiance
Regigigas (Play Pokemon Stamp)

Regigigas (Play Pokemon Stamp)

Rare Holo #130 Pokémon Basic HP 150
Types
Colorless
Illustrator
Yuya Oka
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
520718

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/swsh10-130vpp?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-130vpp",
    "name": "Regigigas (Play Pokemon Stamp)",
    "number": "130",
    "printed_number": "130",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-130vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-130vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-130vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "520718",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-130vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-130vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10-130vpp.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, and Regidrago in play, you may attach up to 3 Energy cards from your discard pile 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 Holo",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.3
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:50:29.227Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}