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

← Legendary Heartbeat
Metang

Metang

usually #48 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
Kazuma Koda
Expansion
Legendary Heartbeat · Sword & Shield
Language
Japanese
TCGplayer
571953

Attacks

Metal Claw 30
Metal · Colorless
Magnetic Blast 60
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh3a_ja-48?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3a_ja-48",
    "name": "Metang",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3a_ja",
      "name": "Legendary Heartbeat",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3a",
      "printed_total": 76,
      "release_date": "2020/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Heartbeat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571953",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Metal Claw",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magnetic Blast",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Kazuma Koda",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T05:18:23.984Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}