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

← Hidden Fates
Metang

Metang

Rare Shiny #SV31 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
Saya Tsuruta
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197794

Attacks

Ram 20
Colorless
Core Beam 80
Metal · Metal · Colorless

Discard a Metal Energy from this Pokémon.

GET /api/v1/pokemon/cards/sma-SV31vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sma-SV31vh",
    "name": "Metang",
    "number": "SV31",
    "printed_number": "SV31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV31vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV31vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV31vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197794",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV31vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV31vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV31vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Ram",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Core Beam",
        "text": "Discard a Metal Energy from this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Shiny",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 5.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.38
        },
        {
          "condition": "LP",
          "price": 3.47
        },
        {
          "condition": "MP",
          "price": 2.14
        },
        {
          "condition": "HP",
          "price": 1.49
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8,
          "low": 8,
          "high": 9.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13.5,
          "low": 12.75,
          "high": 13.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61,
          "low": 44.6,
          "high": 67.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 15.79,
          "high": 19.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.56
      }
    }
  }
}