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

← Destined Rivals
Steven's Metang

Steven's Metang

Uncommon #144 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
Anesaki Dynamic
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632951

Attacks

Metal Slash 70
Metal · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/sv10-144?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-144",
    "name": "Steven's Metang",
    "number": "144",
    "printed_number": "144",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/144.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/144.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/144.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632951",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/144.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/144.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/144.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Metal Slash",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.04
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "up",
        "percent": 14.29
      }
    }
  }
}