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 Sun
Dusk Mane Necrozma-GX

Dusk Mane Necrozma-GX

Hyper Rare #74 Pokémon BasicGX HP 190
Types
Metal
Illustrator
5ban Graphics
Expansion
Ultra Sun · Sun & Moon
Language
Japanese
TCGplayer
572133
GET /api/v1/pokemon/cards/sm5s_ja-74vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5s_ja-74vh",
    "name": "Dusk Mane Necrozma-GX",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/74vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/74vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/74vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5s_ja",
      "name": "Ultra Sun",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5S",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572133",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/74vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/74vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/74vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "190",
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 11.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:45.928Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.8
      }
    }
  }
}