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

← Brave Stars (Courage)
Melmetal Vmax

Melmetal Vmax

Triple Rare #104/128 Pokémon VMAX HP 330
Types
Metal
Illustrator
PLANETA Tsuji
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

G-Max Juggernaut 160
Colorless · Colorless · Colorless

This attack does 60 more damage for each extra Metal Energy attached to this Pokémon (in addition to this attack's cost). You can't add more than 120 damage in this way.

GET /api/v1/pokemon/cards/bsco-104vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-104vh",
    "name": "Melmetal Vmax",
    "number": "104/128",
    "printed_number": "104/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-104vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-104vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "330",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "G-Max Juggernaut",
        "text": "This attack does 60 more damage for each extra Metal Energy attached to this Pokémon (in addition to this attack's cost). You can't add more than 120 damage in this way.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:35:24.379Z"
    }
  }
}