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

← Pitch Black
Mega Darkrai ex

Mega Darkrai ex

Mega Hyper Rare #120 Pokémon BasicMEGAex HP 280
Types
Darkness
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704877

Attacks

Dusk Raid 110
Darkness · Darkness

If your Benched Pokémon have any damage counters on them, this attack does 110 more damage.

Abyss Eye
Darkness · Darkness · Darkness

If your opponent's Active Pokémon is affected by a Special Condition, it is Knocked Out.

GET /api/v1/pokemon/cards/me5-120vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-120vh",
    "name": "Mega Darkrai ex",
    "number": "120",
    "printed_number": "120",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-120vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-120vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-120vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704877",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-120vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-120vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-120vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "MEGA",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Dusk Raid",
        "text": "If your Benched Pokémon have any damage counters on them, this attack does 110 more damage.",
        "damage": "110"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Abyss Eye",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, it is Knocked Out."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Mega Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 148.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 148.73
        },
        {
          "condition": "HP",
          "price": 140
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 608.58,
          "low": 608.57,
          "high": 608.58,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 201.34,
          "low": 196.37,
          "high": 214.15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 303,
          "low": 257.55,
          "high": 348.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 182.5,
          "low": 182.5,
          "high": 182.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 185.5,
          "low": 185.5,
          "high": 185.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1033,
          "low": 237.5,
          "high": 2130,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 15,
          "trend": {
            "direction": "up",
            "percent": 200
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 390.88,
          "low": 395,
          "high": 395,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 202.75,
          "low": 198,
          "high": 198,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.87
      }
    }
  }
}