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

← PPP Promos
Darkrai

Darkrai

Common #7 Pokémon Basic
Types
Darkness
Illustrator
Mitsuhiro Arita
Expansion
PPP Promos · Other
Language
Japanese
TCGplayer

Attacks

Dark Slumber 10
Darkness

At the end of your opponent's next turn, the Defending Pokémon is now Asleep.

Dark Resolve 40
Darkness · Darkness · Colorless

If the Defending Pokémon is Asleep, remove 4 damage counters from Darkrai.

GET /api/v1/pokemon/cards/miscppp_ja-7?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscppp_ja-7",
    "name": "Darkrai",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/7.large.webp"
      }
    ],
    "expansion": {
      "id": "miscppp_ja",
      "name": "PPP Promos",
      "total": 7,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 7,
      "release_date": "2007/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PPP Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "abilities": [
      {
        "name": "Darkness Shade",
        "text": "Once during your turn, when you put Darkrai from your hand onto your Bench, you may choose 1 of the Defending Pokémon. That Pokémon is now Asleep.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Dark Slumber",
        "text": "At the end of your opponent's next turn, the Defending Pokémon is now Asleep.",
        "damage": "10"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Resolve",
        "text": "If the Defending Pokémon is Asleep, remove 4 damage counters from Darkrai.",
        "damage": "40"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 329,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 329
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 12893.89,
          "low": 10700,
          "high": 10700,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 702,
          "low": 596.7,
          "high": 807.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 212.5,
          "low": 103,
          "high": 284,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 59.99,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 477.5,
          "low": 452.2,
          "high": 514,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "TAG",
          "grade": "7",
          "value": 260,
          "low": 260,
          "high": 260,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.5,
          "low": 25,
          "high": 33.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-22T02:38:28.460Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}