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

← Storming Emergence (Radiant)
Mewtwo Gx

Mewtwo Gx

Double Rare #031/151 Pokémon Basic HP 190
Types
Psychic
Illustrator
5ban Graphics
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Full Burst 30
Colorless

This attack does 30 damage times the amount of Energy attached to this Pokémon.

Super Absorption 60
Colorless · Colorless

Heal 30 damage from this Pokémon.

Psystrike-GX 200
Colorless · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/ser-031vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-031vh",
    "name": "Mewtwo Gx",
    "number": "031/151",
    "printed_number": "031/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-031vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-031vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-031vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-031vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-031vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-031vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Full Burst",
        "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Absorption",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psystrike-GX",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18.99,
          "low": 18.99,
          "high": 18.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 130.72,
          "low": 150,
          "high": 150,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 36.95,
          "low": 31.41,
          "high": 42.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:35:58.977Z"
    }
  }
}