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

← Pokémon TCG Classic - Blastoise (Water Deck)
Mewtwo

Mewtwo

None #014/032 Pokémon Basic HP 60
Types
Psychic
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591888

Attacks

Psychic 20+
Colorless · Psychic

Does 20 more damage for each Energy attached to your opponent's Active Pokémon.

Barrier
Psychic · Psychic

During your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon. If 1 of your Pokémon used Barrier during your last turn, this attack can't be used.

GET /api/v1/pokemon/cards/clk_ja-14vh?include=prices 200 38ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-14vh",
    "name": "Mewtwo",
    "number": "014/032",
    "printed_number": "014/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591888_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591888_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591888_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clk_ja",
      "name": "Pokémon TCG Classic - Blastoise (Water Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Blastoise (Water Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591888",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591888_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591888_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591888_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic",
        "text": "Does 20 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "20+"
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Barrier",
        "text": "During your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon. If 1 of your Pokémon used Barrier during your last turn, this attack can't be used."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 50.36,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 91.07,
          "low": 91.07,
          "high": 91.07,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 106.5,
          "low": 63.66,
          "high": 176.73,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 22,
          "trend": {
            "direction": "down",
            "percent": -9.4
          }
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 40,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 142.55,
          "low": 128.75,
          "high": 182,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 26,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 49.99,
          "high": 53.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 250,
          "low": 158,
          "high": 289,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T03:30:23.720Z"
    }
  }
}