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

← Red Flash
M Mewtwo-EX

M Mewtwo-EX

Double Rare #28 Pokémon MEGAEX HP 210
Types
Psychic
Illustrator
5ban Graphics
Expansion
Red Flash · XY
Language
Japanese
TCGplayer
604094

Attacks

Psychic Infinity 10+
Colorless · Colorless

This attack does 30 more damage times the amount of Energy attached to both Active Pokémon. This attack's damage isn't affected by Weakness.

GET /api/v1/pokemon/cards/xy8r_ja-28vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8r_ja-28vh",
    "name": "M Mewtwo-EX",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/28vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/28vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/28vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8r_ja",
      "name": "Red Flash",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604094",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/28vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/28vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/28vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Infinity",
        "text": "This attack does 30 more damage times the amount of Energy attached to both Active Pokémon. This attack's damage isn't affected by Weakness.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 80,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 80
        },
        {
          "condition": "LP",
          "price": 72.73
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 47.25,
          "low": 61,
          "high": 61,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 237.5,
          "low": 178.6,
          "high": 316,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13,
          "trend": {
            "direction": "down",
            "percent": -7.6
          }
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 65.9,
          "low": 111,
          "high": 111,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 72.33,
          "low": 71.7,
          "high": 101.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T03:03:42.741Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}