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

← Storming Emergence (Verdant)
Darkrai Prism Star

Darkrai Prism Star

Rare #087/151 Pokémon Basic HP 160
Types
Darkness
Illustrator
Naoki Saito
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Abyssal Sleep 120
Colorless · Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Asleep. Your opponent flips 2 coins instead of 1 between turns. If either of them is tails, that Pokémon is still Asleep.

GET /api/v1/pokemon/cards/sev-087?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-087",
    "name": "Darkrai Prism Star",
    "number": "087/151",
    "printed_number": "087/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-087.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-087.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-087.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-087.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-087.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-087.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Abyssal Sleep",
        "text": "Your opponent's Active Pokémon is now Asleep. Your opponent flips 2 coins instead of 1 between turns. If either of them is tails, that Pokémon is still Asleep.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 15.45,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.407Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}