Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Promo Card Pack 25th Anniversary Edition
Mew ex

Mew ex

#014/025 Pokémon Basic HP 90
Types
Psychic
Expansion
Promo Card Pack 25th Anniversary Edition
Language
Japanese
TCGplayer
594632

Attacks

Power Move
Psychic · Colorless

Search your deck for an Energy card and attach it to Mew ex. Shuffle your deck afterward. Then, you may switch Mew ex with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/swsh8ap_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8ap_ja-14vh",
    "name": "Mew ex",
    "number": "014/025",
    "printed_number": "014/025",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/594632_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/594632_200w.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/594632_200w.jpg"
      }
    ],
    "expansion": {
      "id": "swsh8ap_ja",
      "name": "Promo Card Pack 25th Anniversary Edition",
      "total": 25,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2021/10/22",
      "translation": {
        "en": {
          "name": "Promo Card Pack 25th Anniversary Edition"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "594632",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/594632_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/594632_200w.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/594632_200w.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Versatile",
        "text": "Mew ex can use the attacks of all Pokémon in play as its own. (You still need the necessary Energy to use each attack.)",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Power Move",
        "text": "Search your deck for an Energy card and attach it to Mew ex. Shuffle your deck afterward. Then, you may switch Mew ex with 1 of your Benched Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "pricing": {
      "currency": "USD",
      "market": 49.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:59:07.865Z"
    }
  }
}