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

Super Rare #63 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-63vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8r_ja-63vh",
    "name": "M Mewtwo-EX",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/63vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/63vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/63vh.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/63vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/63vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/63vh.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": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 60,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 60
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 229.99,
          "low": 195.49,
          "high": 264.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1600,
          "low": 1519.99,
          "high": 1620,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 103.5,
          "low": 87.98,
          "high": 119.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 56,
          "low": 47.6,
          "high": 64.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 263.51,
          "low": 322.49,
          "high": 391.38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-04-30T05:30:10.851Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}