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

← XY Black Star Promos
White Kyurem (Staff Stamp)

White Kyurem (Staff Stamp)

Promo #XY128 Pokémon Basic HP 130
Types
Water
Illustrator
kawayoo
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
118866

Attacks

Burning Icicles 40
Water · Colorless

If this Pokémon has any Fire Energy attached to it, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Blizzard Burn 130
Water · Water · Colorless

This Pokémon can't attack during your next turn.

GET /api/v1/pokemon/cards/xyp-XY128vs?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY128vs",
    "name": "White Kyurem (Staff Stamp)",
    "number": "XY128",
    "printed_number": "XY128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY128vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY128vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY128vs.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "118866",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY128vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY128vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY128vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Burning Icicles",
        "text": "If this Pokémon has any Fire Energy attached to it, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard Burn",
        "text": "This Pokémon can't attack during your next turn.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 119.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 119.58
        },
        {
          "condition": "LP",
          "price": 44.63
        },
        {
          "condition": "MP",
          "price": 17
        },
        {
          "condition": "HP",
          "price": 25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 62.4,
          "low": 53.04,
          "high": 71.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:34:42.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}