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

← Pokémon GO
Melmetal V

Melmetal V

Rare Ultra #75 Pokémon BasicV HP 220
Types
Metal
Illustrator
sadaji
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
277005

Attacks

Arm Charge 50
Metal · Metal

You may attach a Metal Energy card from your hand to this Pokémon.

Mega Punch 140
Metal · Metal · Metal
GET /api/v1/pokemon/cards/pgo-75vh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-75vh",
    "name": "Melmetal V",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/75vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "277005",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Metal"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Arm Charge",
        "text": "You may attach a Metal Energy card from your hand to this Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Mega Punch",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "sadaji",
    "pricing": {
      "currency": "USD",
      "market": 1.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.57
        },
        {
          "condition": "MP",
          "price": 1.36
        },
        {
          "condition": "DMG",
          "price": 0.98
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 29.96,
          "low": 25.47,
          "high": 34.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 14,
          "high": 24.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.24,
          "low": 7.7,
          "high": 7.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.56,
          "low": 35.2,
          "high": 68.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.95,
          "low": 9.31,
          "high": 12.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.75,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 15.99,
          "high": 20.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.63
      }
    }
  }
}