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

← Ascended Heroes
Registeel ex

Registeel ex

Double Rare #145 Pokémon Basicex HP 230
Types
Metal
Illustrator
toriyufu
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675957

Attacks

Regi Charge
Colorless

Attach up to 2 Basic Metal Energy cards from your discard pile to this Pokémon.

Protecting Steel 140
Metal · Colorless · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/me2pt5-145vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-145vh",
    "name": "Registeel ex",
    "number": "145",
    "printed_number": "145",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/145vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/145vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/145vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675957",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/145vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/145vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/145vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Regi Charge",
        "text": "Attach up to 2 Basic Metal Energy cards from your discard pile to this Pokémon."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Protecting Steel",
        "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "toriyufu",
    "pricing": {
      "currency": "USD",
      "market": 0.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.5,
          "low": 20.5,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:44:22.307Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.56
      }
    }
  }
}