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

← Ultra Prism
Dusk Mane Necrozma-GX

Dusk Mane Necrozma-GX

Rare Rainbow #163 Pokémon BasicGXUltra Beast HP 190
Types
Metal
Illustrator
5ban Graphics
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157779

Attacks

Claw Slash 60
Colorless · Colorless · Colorless
Meteor Tempest 220
Metal · Metal · Metal · Colorless

Discard 3 Energy from this Pokémon.

Sun's Eclipse-GX 250
Metal · Metal · Metal

You can use this attack only if you have more Prize cards remaining than your opponent. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm5-163vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-163vh",
    "name": "Dusk Mane Necrozma-GX",
    "number": "163",
    "printed_number": "163",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/163vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/163vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/163vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157779",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/163vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/163vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/163vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX",
      "Ultra Beast"
    ],
    "types": [
      "Metal"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Claw Slash",
        "damage": "60"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Meteor Tempest",
        "text": "Discard 3 Energy from this Pokémon.",
        "damage": "220"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Sun's Eclipse-GX",
        "text": "You can use this attack only if you have more Prize cards remaining than your opponent. (You can't use more than 1 GX attack in a game.)",
        "damage": "250"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 25.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.07
        },
        {
          "condition": "LP",
          "price": 22.17
        },
        {
          "condition": "MP",
          "price": 18.98
        },
        {
          "condition": "HP",
          "price": 15.32
        },
        {
          "condition": "DMG",
          "price": 15.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 249,
          "low": 192.3,
          "high": 339.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 10.5,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.62,
          "low": 40.69,
          "high": 65,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.65
      }
    }
  }
}