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
Registeel

Registeel

Rare #437 Pokémon Basic HP 90
Types
Metal
Illustrator
Kazuaki Aihara
Expansion
Temple of Anger · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Rotating Claws 50
Metal · Colorless · Colorless

You may discard an Energy card attached to Registeel. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Registeel.

GET /api/v1/pokemon/cards/dp5t_ja-437?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-437",
    "name": "Registeel",
    "number": "437",
    "printed_number": "437",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-437.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-437.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-437.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-437.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-437.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-437.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Regi Heal",
        "text": "Once during your turn (before your attack), you may discard 2 cards from your hand. Then, remove 3 damage counters from Registeel. This power can't be used if Registeel is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rotating Claws",
        "text": "You may discard an Energy card attached to Registeel. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Registeel.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuaki Aihara",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "HP",
          "price": 1.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:48:48.695Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}