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

← Storming Emergence (Verdant)
Umbreon

Umbreon

Uncommon #082/151 Pokémon Stage 1 HP 110
Types
Darkness
Illustrator
Ryota Murayama
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Retaliate 30
Colorless

If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage.

Dark Cutter 60
Colorless · Colorless
GET /api/v1/pokemon/cards/sev-082?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-082",
    "name": "Umbreon",
    "number": "082/151",
    "printed_number": "082/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-082.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-082.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-082.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-082.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-082.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-082.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Retaliate",
        "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dark Cutter",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.595Z"
    }
  }
}