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

Mega Dragonite ex

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

Attacks

Ryuno Glide 330
Water · Lightning · Lightning

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/mep-91vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-91vh",
    "name": "Mega Dragonite ex",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-91vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-91vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-91vh.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-91vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-91vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-91vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "MEGA",
      "ex"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "370",
    "abilities": [
      {
        "name": "Sky Transport",
        "text": "Once during your turn, you may use this Ability. Switch your Active Pokémon with 1 of your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Ryuno Glide",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "330"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}