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
Miraidon

Miraidon

Promo #82 Pokémon Basic HP 120
Types
Lightning
Illustrator
Taira Akitsu
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Thunder 90
Lightning · Lightning

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/mep-82vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-82vh",
    "name": "Miraidon",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-82vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-82vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-82vh.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-82vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-82vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-82vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Photon Cord",
        "text": "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move up to 2 Basic Lightning Energy cards from this Pokémon to 1 of your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Thunder",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 7.91,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:14.084Z"
    }
  }
}