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
Mega Greninja ex

Mega Greninja ex

Promo #81 Pokémon Stage 2MEGAex HP 350
Types
Water
Illustrator
5ban Graphics
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Ninja Spinner 120+
Water · Water

You may put a Water Energy attached to this Pokémon into your hand and have this attack do 80 more damage.

GET /api/v1/pokemon/cards/mep-81vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-81vh",
    "name": "Mega Greninja ex",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-81vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-81vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-81vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-81vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-81vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-81vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "MEGA",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "350",
    "abilities": [
      {
        "name": "Mortal Shuriken",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may discard a Basic Water Energy card from your hand in order to use this Ability. Place 6 damage counters on 1 of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Ninja Spinner",
        "text": "You may put a Water Energy attached to this Pokémon into your hand and have this attack do 80 more damage.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}