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

← Cosmic Eclipse
Ultra Necrozma

Ultra Necrozma

Rare Holo #164 Pokémon BasicUltra Beast HP 110
Types
Dragon
Illustrator
Hasuno
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201648

Attacks

Luster of Downfall 170
Psychic · Metal

Discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm12-164vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-164vh",
    "name": "Ultra Necrozma",
    "number": "164",
    "printed_number": "164",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/164vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/164vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/164vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201648",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/164vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/164vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/164vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Ultra Burst",
        "text": "This Pokémon can't attack unless your opponent has 2 or fewer Prize cards remaining.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Luster of Downfall",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 3.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.35
        },
        {
          "condition": "LP",
          "price": 2.98
        },
        {
          "condition": "MP",
          "price": 2.97
        },
        {
          "condition": "HP",
          "price": 2.37
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}