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
Necrozma (Staff Stamp)

Necrozma (Staff Stamp)

Promo #SM204 Pokémon Basic HP 130
Types
Psychic
Illustrator
Hasuno
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
199622

Attacks

Barrier Attack 30
Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Special Laser 100+
Psychic · Psychic · Colorless

If this Pokémon has any Special Energy attached to it, this attack does 60 more damage.

GET /api/v1/pokemon/cards/smp-SM204vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM204vs",
    "name": "Necrozma (Staff Stamp)",
    "number": "SM204",
    "printed_number": "SM204",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM204vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM204vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM204vs.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": "199622",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM204vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM204vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp-SM204vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Barrier Attack",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Special Laser",
        "text": "If this Pokémon has any Special Energy attached to it, this attack does 60 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 76.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 76.74
        },
        {
          "condition": "LP",
          "price": 49.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T17:54:06.632Z",
      "trend_7d": {
        "direction": "up",
        "percent": 49.07
      }
    }
  }
}