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

← GX Ultra Shiny
Ultra Necrozma-GX

Ultra Necrozma-GX

Double Rare #104 Pokémon BasicGX HP 190
Types
Dragon
Illustrator
PLANETA Otani
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574723

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/sm8b_ja-104vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-104vh",
    "name": "Ultra Necrozma-GX",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574723",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "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": "Double Rare",
    "artist": "PLANETA Otani",
    "pricing": {
      "currency": "USD",
      "market": 3.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.25
        },
        {
          "condition": "LP",
          "price": 2.95
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 84,
          "low": 71.4,
          "high": 96.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.04,
          "low": 17.95,
          "high": 33.54,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:32.168Z",
      "trend_7d": {
        "direction": "up",
        "percent": 400
      }
    }
  }
}