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

Greninja ex

Promo #99 Pokémon Stage 2ex HP 300
Types
Water
Illustrator
5ban Graphics
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713268

Attacks

Stealthy Slash
Water

This attack does 30 damage to 1 of your opponent's Pokémon for each damage counter on that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Aqua Edge 160
Water · Water
GET /api/v1/pokemon/cards/mep-99vh?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-99vh",
    "name": "Greninja ex",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-99vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-99vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-99vh.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": "713268",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-99vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-99vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-99vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Water"
    ],
    "hp": "300",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Stealthy Slash",
        "text": "This attack does 30 damage to 1 of your opponent's Pokémon for each damage counter on that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Aqua Edge",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.8,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:57:46.786Z"
    }
  }
}