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
Blissey

Blissey

Promo #XY56 Pokémon Stage 1 HP 120
Types
Colorless
Illustrator
Akira Komayama
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
108593

Attacks

Double Slap 40
Colorless · Colorless

Flip 2 coins. This attack does 40 damage times the number of heads.

Nurse's Egg
Colorless · Colorless · Colorless · Colorless

Heal 100 damage from each of your Benched Pokémon. Then, discard 2 Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xyp-XY56vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY56vh",
    "name": "Blissey",
    "number": "XY56",
    "printed_number": "XY56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY56vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY56vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY56vh.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": "108593",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY56vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY56vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY56vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Slap",
        "text": "Flip 2 coins. This attack does 40 damage times the number of heads.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Nurse's Egg",
        "text": "Heal 100 damage from each of your Benched Pokémon. Then, discard 2 Energy attached to this Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 5.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.67
        },
        {
          "condition": "LP",
          "price": 4.29
        },
        {
          "condition": "MP",
          "price": 3.02
        },
        {
          "condition": "HP",
          "price": 1.26
        },
        {
          "condition": "DMG",
          "price": 1.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:02:51.277Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.61
      }
    }
  }
}