Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Miraidon

Miraidon

Rare #28 Pokémon Basic HP 120
Types
Lightning
Illustrator
mashu
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704785

Attacks

Thunder 90
Lightning · Lightning

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/me5-28vh?include=prices 200 81ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-28vh",
    "name": "Miraidon",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-28vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-28vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-28vh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704785",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-28vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-28vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-28vh.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": "Rare",
    "artist": "mashu",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "up",
        "percent": 50
      }
    }
  }
}