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

← Shining Darkness
Darkrai LV.X

Darkrai LV.X

ホロ #1003 ポケモン レベルアップ HP 100
Types
Illustrator
Ryo Ueda
Expansion
Shining Darkness · Diamond & Pearl
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/dp3_ja-1003vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3_ja-1003vh",
    "name": "Darkrai LV.X",
    "number": "1003",
    "printed_number": "1003",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-1003vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-1003vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-1003vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3_ja",
      "name": "Shining Darkness",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP3",
      "printed_total": 119,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Darkness"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-1003vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-1003vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-1003vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "レベルアップ"
    ],
    "types": [
      "悪"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Dark Shadow",
        "text": "Each basic Darkness Energy card attached to your Darkness Pokémon now has the effect \"If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance).\" You can't use more than 1 Dark Shadow Poké-Body each turn.",
        "type": "ポケボディ"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "ホロ",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 2900,
          "low": 2475.5,
          "high": 4599.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "down",
            "percent": -10.8
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 148.75,
          "low": 119.5,
          "high": 171,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 437.5,
          "low": 315.02,
          "high": 485,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ]
    }
  }
}