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
Dhelmise

Dhelmise

Illustration Rare #91 Pokémon Basic HP 140
Types
Psychic
Illustrator
Nakamura Ippan
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704848

Attacks

Vengeful Anchor 30
Psychic

If you have 4 or more Pokémon that have the Hide 'n' Sneak Ability in your discard pile, this attack does 140 more damage.

GET /api/v1/pokemon/cards/me5-91vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-91vh",
    "name": "Dhelmise",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-91vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-91vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-91vh.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": "704848",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-91vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-91vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-91vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Vengeful Anchor",
        "text": "If you have 4 or more Pokémon that have the Hide 'n' Sneak Ability in your discard pile, this attack does 140 more damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Nakamura Ippan",
    "pricing": {
      "currency": "USD",
      "market": 2.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.3
        },
        {
          "condition": "LP",
          "price": 2.25
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 49.98,
          "low": 42.48,
          "high": 57.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 49.98,
          "low": 42.48,
          "high": 57.48,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.45
      }
    }
  }
}