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

← Stellar Miracle
Melmetal

Melmetal

Non #71 Pokémon Stage 1 HP 160
Types
Metal
Illustrator
Takumi Wada
Expansion
Stellar Miracle · Scarlet & Violet
Language
Japanese
TCGplayer
567926

Attacks

Wrack Down 50
Colorless · Colorless
Reforged Axe 250
Metal · Colorless · Colorless

Before doing damage, discard all Pokémon Tools from this Pokémon. If you can't discard any, this attack does nothing.

GET /api/v1/pokemon/cards/sv7_ja-71?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7_ja-71",
    "name": "Melmetal",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/71.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7_ja",
      "name": "Stellar Miracle",
      "total": 135,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7",
      "printed_total": 102,
      "release_date": "2024/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Stellar Miracle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567926",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wrack Down",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reforged Axe",
        "text": "Before doing damage, discard all Pokémon Tools from this Pokémon. If you can't discard any, this attack does nothing.",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Takumi Wada",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:43:20.375Z",
      "trend_7d": {
        "direction": "down",
        "percent": -48.48
      }
    }
  }
}