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

← Cyber Judge
Metang

Metang

usually #47 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
Nobuhiro Imagawa
Expansion
Cyber Judge · Scarlet & Violet
Language
Japanese
TCGplayer
566198

Attacks

Beam 60
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/sv5m_ja-47?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5m_ja-47",
    "name": "Metang",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5m_ja",
      "name": "Cyber Judge",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5M",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cyber Judge"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566198",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Metal Maker",
        "text": "Once during your turn, you may look at the top 4 cards of your deck and attach any number of Basic Metal Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards and put them on the bottom of your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Beam",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Nobuhiro Imagawa",
    "pricing": {
      "currency": "USD",
      "market": 0.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.96
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:51:08.844Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.04
      }
    }
  }
}