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

← Temporal Forces
Melmetal

Melmetal

Rare #117 Pokémon Stage 1 HP 160
Types
Metal
Illustrator
Oswaldo KATO
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542861

Attacks

Hammer In 120
Metal · Metal · Colorless
Iron Bash 230
Metal · Metal · Metal · Metal · Colorless
GET /api/v1/pokemon/cards/sv5-117vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-117vh",
    "name": "Melmetal",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/117vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/117vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/117vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542861",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/117vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/117vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/117vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "120"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Iron Bash",
        "damage": "230"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Oswaldo KATO",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 35.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:35.982Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.67
      }
    }
  }
}