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

← Black & White Promos
Umbreon

Umbreon

Promo #188 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
The Pokémon Company Art Team
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

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/bwp_ja-188?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-188",
    "name": "Umbreon",
    "number": "188",
    "printed_number": "188",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White 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/bwp_ja/188.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188.large.webp"
          }
        ]
      }
    ],
    "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": "Promo",
    "artist": "The Pokémon Company Art Team",
    "pricing": {
      "currency": "USD",
      "market": 1222,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1222
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 504,
          "low": 428.4,
          "high": 579.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 479.7,
          "low": 549,
          "high": 549,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 629.01,
          "low": 415.39,
          "high": 658.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 843,
          "low": 248.6,
          "high": 1288.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-07-28T21:32:19.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}