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

← Sun & Moon Promos
Regigigas

Regigigas

Promo #391 Pokémon Basic HP 150
Types
Colorless
Illustrator
Ryuta Fuse
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Hammer In 60
Colorless · Colorless · Colorless
Regiblast 180
Water · Fighting · Metal · Colorless · Colorless

Discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/smp_ja-391vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-391vh",
    "name": "Regigigas",
    "number": "391",
    "printed_number": "391",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/391vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/391vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/391vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/391vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/391vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/391vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "60"
      },
      {
        "cost": [
          "Water",
          "Fighting",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Regiblast",
        "text": "Discard the top card of your opponent's deck.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 11.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.45
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T08:07:15.665Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.8
      }
    }
  }
}