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
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-188vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-188vh",
    "name": "Umbreon",
    "number": "188",
    "printed_number": "188",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/188vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "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"
      }
    ],
    "rarity": "Promo",
    "artist": "The Pokémon Company Art Team",
    "pricing": {
      "currency": "USD",
      "market": 1222,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1222
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 348.86,
          "low": 415.15,
          "high": 415.15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 375,
          "low": 318.75,
          "high": 431.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 724.6,
          "low": 1180,
          "high": 1180,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 71.18,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 5800,
          "low": 1431.99,
          "high": 6120,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 259.99,
          "low": 220.99,
          "high": 298.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 201.66,
          "low": 171.41,
          "high": 231.91,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 569.99,
          "low": 569.99,
          "high": 849.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 592.5,
          "low": 204.37,
          "high": 673.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 548.5,
          "low": 466.23,
          "high": 630.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T21:32:19.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}