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

← Premium Champion Pack
Mewtwo-EX

Mewtwo-EX

Common #50 Pokémon BasicEX
Types
Psychic
Illustrator
PLANETA
Expansion
Premium Champion Pack · XY
Language
Japanese
TCGplayer
605547

Attacks

Photon Wave 30
Colorless · Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance).

Psyburn 120
Psychic · Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/cp4_ja-50?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp4_ja-50",
    "name": "Mewtwo-EX",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/50.large.webp"
      }
    ],
    "expansion": {
      "id": "cp4_ja",
      "name": "Premium Champion Pack",
      "total": 140,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP4",
      "printed_total": 131,
      "release_date": "2016/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Premium Champion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605547",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Photon Wave",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Psyburn",
        "damage": "120"
      }
    ],
    "rarity": "Common",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 9.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45.24,
          "low": 62.4,
          "high": 62.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 31.2,
          "low": 26.52,
          "high": 35.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 178.71,
          "low": 228.75,
          "high": 238.74,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 79.99,
          "low": 67.99,
          "high": 91.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-16T16:35:09.312Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.41
      }
    }
  }
}