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

← TAG TEAM GX: Tag All Stars
Mewtwo

Mewtwo

Common #54 Pokémon Basic HP 120
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
TAG TEAM GX: Tag All Stars · Sun & Moon
Language
Japanese
TCGplayer
572708

Attacks

Psyshock 70
Psychic · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm12a_ja-54vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12a_ja-54vh",
    "name": "Mewtwo",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja-54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja-54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja-54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12a_ja",
      "name": "TAG TEAM GX: Tag All Stars",
      "total": 226,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12a",
      "printed_total": 173,
      "release_date": "2019/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "TAG TEAM GX: Tag All Stars"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572708",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja-54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja-54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja-54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Mind Report",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may put a Supporter card from your discard pile on top of your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psyshock",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.11
        },
        {
          "condition": "LP",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 35.74,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.5,
          "low": 17.49,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8.98,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.75,
          "low": 7.06,
          "high": 10.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 93,
          "low": 66.74,
          "high": 197.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13,
          "trend": {
            "direction": "down",
            "percent": -18.1
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.5,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.12,
          "low": 20.42,
          "high": 43.22,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:55:57.489Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.21
      }
    }
  }
}