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

Ultra Rare #101 Pokémon BasicMEGAex HP 280
Types
Darkness
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704858

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-101vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-101vh",
    "name": "Mega Darkrai ex",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-101vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-101vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-101vh.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": "704858",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-101vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-101vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-101vh.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": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.05
        },
        {
          "condition": "DMG",
          "price": 7
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 43.72,
          "low": 37.18,
          "high": 50.26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 400,
          "low": 340,
          "high": 460,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.94
      }
    }
  }
}