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 #115 Pokémon Stage 1 HP 100
Types
Darkness
Illustrator
Kouki Saitou
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Confuse Ray 20
Colorless

The Defending Pokémon is now Confused.

Shadow Shutdown 60
Darkness · Colorless · Colorless

Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bwp_ja-115?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-115",
    "name": "Umbreon",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/115.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/115.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/115.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/115.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/115.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/115.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Shutdown",
        "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 31.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 31.06
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 553.5,
          "low": 402.75,
          "high": 704.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 842.58,
          "low": 865,
          "high": 985,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 77.39,
          "low": 80,
          "high": 80,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 35.25,
          "low": 32.87,
          "high": 37.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 52.1,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 106.5,
          "low": 102.25,
          "high": 110.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 129.38,
          "low": 109.3,
          "high": 137.87,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:05:12.764Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}