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

← Shining Synergy (Shower)
Lucario And Melmetal Gx

Lucario And Melmetal Gx

Rare #171/150 Pokémon Basic HP 260
Types
Metal
Illustrator
5ban Graphics
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Steel Fist 50
Colorless · Colorless

Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck.

Heavy Impact 150
Colorless · Colorless · Colorless · Colorless
Full Metal Wall-GX
Colorless

For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssh-171?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-171",
    "name": "Lucario And Melmetal Gx",
    "number": "171/150",
    "printed_number": "171/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-171.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-171.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-171.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-171.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-171.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-171.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Steel Fist",
        "text": "Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heavy Impact",
        "damage": "150"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Full Metal Wall-GX",
        "text": "For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.414Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}