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
Pikachu ex

Pikachu ex

Promo #109 Pokémon Basicex HP 190
Types
Lightning
Illustrator
YOSHIROTTEN
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713256

Attacks

Zip-Zap Frenzy
Lightning

You may attach any number of Basic Energy cards from your hand to your Pokémon in any way you like.

Thunder 200
Lightning · Lightning · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/mep-109vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-109vh",
    "name": "Pikachu ex",
    "number": "109",
    "printed_number": "109",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-109vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-109vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-109vh.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": "713256",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-109vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-109vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-109vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Zip-Zap Frenzy",
        "text": "You may attach any number of Basic Energy cards from your hand to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "YOSHIROTTEN",
    "pricing": {
      "currency": "USD",
      "market": 299.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-16T18:29:44.806Z"
    }
  }
}