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

← Destined Rivals
Marnie's Morgrem

Marnie's Morgrem

Uncommon #135 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
NC Empire
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632943

Attacks

Corkscrew Punch 60
Darkness · Darkness
GET /api/v1/pokemon/cards/sv10-135?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-135",
    "name": "Marnie's Morgrem",
    "number": "135",
    "printed_number": "135",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/135.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/135.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/135.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632943",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/135.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/135.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/135.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Corkscrew Punch",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "NC Empire",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 44.95,
          "low": 38.21,
          "high": 51.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.95,
          "low": 25.46,
          "high": 34.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "up",
        "percent": 26.67
      }
    }
  }
}