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

Pikachu ex

プロモ #131 Pokémon Basicex HP 190
Types
Lightning
Illustrator
YOSHIROTTEN
Expansion
Mega Evolution Promos · Mega Evolution
Language
Japanese
TCGplayer

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/mp_ja-131vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mp_ja-131vh",
    "name": "Pikachu ex",
    "number": "131",
    "printed_number": "131",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja-131vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja-131vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja-131vh.large.png"
      }
    ],
    "expansion": {
      "id": "mp_ja",
      "name": "Mega Evolution Promos",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "PROMO",
      "printed_total": 133,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Evolution 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/mp_ja-131vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja-131vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mp_ja-131vh.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": "プロモ",
    "artist": "YOSHIROTTEN",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}