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

← Dark Explorers
Umbreon (Staff Stamp)

Umbreon (Staff Stamp)

Uncommon #60 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
TOKIYA
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
224857

Attacks

Shadow Drain 30
Colorless · Colorless

Heal from this Pokémon the same amount of damage you did to the Defending Pokémon.

Slashing Strike 80
Darkness · Colorless · Colorless

This Pokémon can't use Slashing Strike during your next turn.

GET /api/v1/pokemon/cards/bw5-60vs?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-60vs",
    "name": "Umbreon (Staff Stamp)",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-60vs.small.jpeg?v=1777696546092",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-60vs.small.jpeg?v=1777696546092",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-60vs.small.jpeg?v=1777696546092"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "224857",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-60vs.small.jpeg?v=1777696546092",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-60vs.small.jpeg?v=1777696546092",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-60vs.small.jpeg?v=1777696546092"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Shadow Drain",
        "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Slashing Strike",
        "text": "This Pokémon can't use Slashing Strike during your next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 1450,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1450
        },
        {
          "condition": "MP",
          "price": 650
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}