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

← MEGA Premium Trainer Box
Mew ex

Mew ex

Common #2 Pokémon Basicex
Types
Psychic
Illustrator
aky CG Works
Expansion
MEGA Premium Trainer Box · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Genome Hacking
Colorless · Colorless · Colorless

Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack.

GET /api/v1/pokemon/cards/ma_ja-2?include=prices 200 52ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ma_ja-2",
    "name": "Mew ex",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/2.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/2.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/2.large.png"
      }
    ],
    "expansion": {
      "id": "ma_ja",
      "name": "MEGA Premium Trainer Box",
      "total": 43,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MA",
      "printed_total": 43,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Premium Trainer Box"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/2.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/2.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/2.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Restart",
        "text": "Once during your turn, you may draw cards until you have 3 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Genome Hacking",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack."
      }
    ],
    "rarity": "Common",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 2.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.14
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T09:04:25.586Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.47
      }
    }
  }
}