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

← Temple of Anger
Regigigas

Regigigas

Rare Holo #525 Pokémon Basic HP 120
Types
Colorless
Illustrator
Ryo Ueda
Expansion
Temple of Anger · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Crush Grip 120
Water · Fighting · Metal · Colorless

If the Defending Pokémon already has any damage counters on it, this attack's base damage is 40 instead of 120.

GET /api/v1/pokemon/cards/dp5t_ja-525vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-525vh",
    "name": "Regigigas",
    "number": "525",
    "printed_number": "525",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-525vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-525vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-525vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5t_ja",
      "name": "Temple of Anger",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 64,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Temple of Anger"
        }
      }
    },
    "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/dp5t_ja-525vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-525vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-525vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Slow Start",
        "text": "Regigigas can't attack until your opponent has 3 or less Prize cards left.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Fighting",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Crush Grip",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 40 instead of 120.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 4.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.2,
          "low": 16.32,
          "high": 22.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 140,
          "low": 126,
          "high": 252,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.2,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:44:22.372Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}