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

← Mysterious Treasures
Lairon

Lairon

Uncommon #53 Pokémon Stage 1 HP 80
Types
Metal
Illustrator
Midori Harada
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
86580

Attacks

Mend
Metal

Search your discard pile for a Metal Energy card and attach it to Lairon. If you do, remove 2 damage counters from Lairon.

Confront 50
Metal · Metal · Colorless
GET /api/v1/pokemon/cards/dp2-53vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-53vrh",
    "name": "Lairon",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/53vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/53vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/53vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86580",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/53vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/53vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/53vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Mend",
        "text": "Search your discard pile for a Metal Energy card and attach it to Lairon. If you do, remove 2 damage counters from Lairon."
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Confront",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 5.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.47
        },
        {
          "condition": "LP",
          "price": 1.17
        },
        {
          "condition": "MP",
          "price": 0.82
        },
        {
          "condition": "HP",
          "price": 0.74
        },
        {
          "condition": "DMG",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 5.05,
          "low": 4.29,
          "high": 5.81,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T05:21:40.029Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.18
      }
    }
  }
}