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

← DP Black Star Promos
Darkrai

Darkrai

Promo #DP24 Pokémon Basic HP 80
Types
Darkness
Illustrator
Kouki Saitou
Expansion
DP Black Star Promos · Diamond & Pearl
Language
English
TCGplayer
84701

Attacks

Spacial Rend 10
Water

Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it.

Roar of Time 80
Metal · Metal · Metal

Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)

GET /api/v1/pokemon/cards/dpp-DP24vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp-DP24vh",
    "name": "Darkrai",
    "number": "DP24",
    "printed_number": "DP24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP24vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP24vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP24vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp",
      "name": "DP Black Star Promos",
      "total": 56,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "PR-DPP",
      "printed_total": 56,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dpp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dpp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84701",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP24vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP24vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP24vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Spacial Rend",
        "text": "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it.",
        "damage": "10"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Roar of Time",
        "text": "Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        },
        {
          "condition": "MP",
          "price": 15.73
        },
        {
          "condition": "HP",
          "price": 8.24
        },
        {
          "condition": "DMG",
          "price": 4.85
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 183,
          "low": 122.6,
          "high": 236.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 179.99,
          "low": 87.79,
          "high": 190.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T03:43:21.960Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.27
      }
    }
  }
}