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
Dawn Wings Necrozma-GX

Dawn Wings Necrozma-GX

Rare Rainbow #161 Pokémon BasicGXUltra Beast HP 180
Types
Psychic
Illustrator
5ban Graphics
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157777

Attacks

Dark Flash 120
Psychic · Psychic · Psychic

This attack's damage isn't affected by Resistance.

Moon's Eclipse-GX 180
Psychic · Psychic · Psychic

You can use this attack only if you have more Prize cards remaining than your opponent. Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm5-161vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-161vh",
    "name": "Dawn Wings Necrozma-GX",
    "number": "161",
    "printed_number": "161",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/161vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/161vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/161vh.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": "157777",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/161vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/161vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/161vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX",
      "Ultra Beast"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Invasion",
        "text": "Once during your turn (before your attack), if this Pokémon is on your Bench, you may switch it with your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Flash",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "120"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Moon's Eclipse-GX",
        "text": "You can use this attack only if you have more Prize cards remaining than your opponent. Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Rainbow",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 27.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 27.15
        },
        {
          "condition": "LP",
          "price": 22.79
        },
        {
          "condition": "MP",
          "price": 20.64
        },
        {
          "condition": "HP",
          "price": 19.99
        },
        {
          "condition": "DMG",
          "price": 10.84
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 55.5,
          "low": 47.18,
          "high": 63.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 187.83,
          "low": 204.6,
          "high": 213.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.9,
          "low": 11.5,
          "high": 34.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38,
          "low": 25.16,
          "high": 38.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.23
      }
    }
  }
}