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

← LEGEND Promos
Umbreon Prime

Umbreon Prime

Promo #54 Pokémon Stage 1
Types
Darkness
Illustrator
Hideaki Hakozaki
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/lp_ja-54?include=prices 200 39ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-54",
    "name": "Umbreon Prime",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-54.large.webp"
      }
    ],
    "expansion": {
      "id": "lp_ja",
      "name": "LEGEND Promos",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "printed_total": 92,
      "release_date": "2009/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "LEGEND Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "abilities": [
      {
        "name": "Cloud-Covered Moon",
        "text": "Once during your turn (before your attack), if Umbreon is your Active Pokémon, you may flip a coin. If heads, return Umbreon and all cards attached to it to your hand. This power can't be used if Umbreon is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "rarity": "Promo",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 20.82,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 50400,
          "low": 42840,
          "high": 57960,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 20400,
          "low": 17340,
          "high": 23460,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 450,
          "low": 382.5,
          "high": 517.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27600,
          "low": 23460,
          "high": 31740,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-06-09T02:35:33.899Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}