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

← SM Black Star Promos
Ultra Necrozma-GX

Ultra Necrozma-GX

Promo #SM126 Pokémon BasicGXUltra Beast HP 190
Types
Dragon
Illustrator
PLANETA
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
179039

Attacks

Photon Geyser 20
Psychic · Metal

Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.

Sky-Scorching Light-GX
Psychic · Metal

You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/smp-SM126vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM126vh",
    "name": "Ultra Necrozma-GX",
    "number": "SM126",
    "printed_number": "SM126",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM126vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM126vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM126vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "179039",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM126vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM126vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM126vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX",
      "Ultra Beast"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Photon Geyser",
        "text": "Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Sky-Scorching Light-GX",
        "text": "You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 10.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.69
        },
        {
          "condition": "LP",
          "price": 6.91
        },
        {
          "condition": "MP",
          "price": 4.89
        },
        {
          "condition": "HP",
          "price": 3.46
        },
        {
          "condition": "DMG",
          "price": 2.57
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.55,
          "low": 23.52,
          "high": 73.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.66
      }
    }
  }
}