Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Abyss Eye
Morpeko ex

Morpeko ex

Double Rare #53 Pokémon Basicex HP 180
Types
Darkness
Illustrator
aky CG Works
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695087

Attacks

Wheel Draw
Darkness

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

Hunger Bomb
Darkness · Darkness

This attack does 40 more damage for each damage counter on this Pokemon.

GET /api/v1/pokemon/cards/m5_ja-53vh?include=prices 200 83ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-53vh",
    "name": "Morpeko ex",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-53vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-53vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-53vh.large.png"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695087",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-53vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-53vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-53vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Wheel Draw",
        "text": "Shuffle your hand into your deck. Then, draw 6 cards."
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Hunger Bomb",
        "text": "This attack does 40 more damage for each damage counter on this Pokemon."
      }
    ],
    "weaknesses": [
      {
        "type": "草",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T09:18:33.643Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}