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

← Mega Evolution Black Star Promos
Espeon ex

Espeon ex

Promo #108 Pokémon Stage 1ex HP 260
Types
Psychic
Illustrator
REND
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713258

Attacks

Solar Beatdown 30×
Psychic · Colorless

This attack does 30 damage for each of your Pokémon in play.

GET /api/v1/pokemon/cards/mep-108vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-108vh",
    "name": "Espeon ex",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-108vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-108vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-108vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "713258",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-108vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-108vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-108vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Solar Beatdown",
        "text": "This attack does 30 damage for each of your Pokémon in play.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "REND",
    "pricing": {
      "currency": "USD",
      "market": 499.98,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-16T18:28:33.606Z"
    }
  }
}