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
Morpeko ex

Morpeko ex

Ultra Rare #102 Pokémon Basicex HP 180
Types
Darkness
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704859

Attacks

Wheely Draw
Darkness

Shuffle your hand into your deck. Then, draw 6 cards.

Hangry Blaster 40
Darkness · Darkness

This attack does 40 more damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/me5-102vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-102vh",
    "name": "Morpeko ex",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-102vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-102vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-102vh.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": "704859",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-102vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-102vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-102vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Wheely Draw",
        "text": "Shuffle your hand into your deck. Then, draw 6 cards."
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Hangry Blaster",
        "text": "This attack does 40 more damage for each damage counter on this Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.24
        },
        {
          "condition": "HP",
          "price": 3.49
        },
        {
          "condition": "DMG",
          "price": 3.87
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 40.12,
          "low": 67.33,
          "high": 67.33,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 188.5,
          "low": 160.23,
          "high": 216.77,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 421.88,
          "low": 343.75,
          "high": 500,
          "confidence": "med",
          "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
        },
        {
          "company": "PSA",
          "grade": "9",
          "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": -26.77
      }
    }
  }
}