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 #107 Pokémon Basicex HP 190
Types
Lightning
Illustrator
YOSHIROTTEN
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713257

Attacks

Pika-Pika Parade
Colorless

Search your deck for any number of Basic Pokémon and put them onto your Bench. Then, shuffle your deck.

Thunderbolt 200
Lightning · Lightning · Colorless

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/mep-107vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-107vh",
    "name": "Pikachu ex",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-107vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-107vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-107vh.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": "713257",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-107vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-107vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-107vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pika-Pika Parade",
        "text": "Search your deck for any number of Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunderbolt",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "YOSHIROTTEN",
    "pricing": {
      "currency": "USD",
      "market": 499.98,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-16T18:28:33.606Z"
    }
  }
}