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

← Eevee Heroes
Morgrem

Morgrem

Non #53 Pokémon Stage 1Single Strike HP 90
Types
Darkness
Illustrator
tetsuya koizumi
Expansion
Eevee Heroes · Sword & Shield
Language
Japanese
TCGplayer
570516

Attacks

Bite 20
Darkness
Crushing Blow 40
Darkness · Darkness

Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh6a_ja-53?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6a_ja-53",
    "name": "Morgrem",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/53.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6a_ja",
      "name": "Eevee Heroes",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6a",
      "printed_total": 69,
      "release_date": "2021/05/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Eevee Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570516",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/53.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Single Strike"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Crushing Blow",
        "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "tetsuya koizumi",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T05:20:33.050Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}