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

← Legends Awakened
Regigigas

Regigigas

Rare #37 Pokémon Basic HP 100
Types
Colorless
Illustrator
Kouki Saitou
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
88662

Attacks

Gigaton Punch 60
Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 60 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp6-37?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-37",
    "name": "Regigigas",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/37.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88662",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Recover Mechanism",
        "text": "When you attach an Energy card from your hand to Regigigas, remove all Special Conditions from Regigigas.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gigaton Punch",
        "text": "Flip a coin. If heads, this attack does 60 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.78
        },
        {
          "condition": "LP",
          "price": 1.31
        },
        {
          "condition": "MP",
          "price": 1.15
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 500,
          "low": 425,
          "high": 575,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 4.51,
          "low": 3.83,
          "high": 5.19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 23.43,
          "low": 26.5,
          "high": 30.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.2
      }
    }
  }
}