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

← Psycho Drive
Mewtwo-EX

Mewtwo-EX

Rare #28 Pokémon BasicEX HP 170
Types
Psychic
Illustrator
Shizurow
Expansion
Psycho Drive · Black & White
Language
Japanese
TCGplayer
601004

Attacks

X Ball 20×
Colorless · Colorless

Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon.

Psydrive 120
Psychic · Psychic · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw3p_ja-28vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3p_ja-28vh",
    "name": "Mewtwo-EX",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/28vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/28vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/28vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3p_ja",
      "name": "Psycho Drive",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW3",
      "printed_total": 52,
      "release_date": "2011/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Psycho Drive"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601004",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/28vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/28vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/28vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "X Ball",
        "text": "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon.",
        "damage": "20×"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psydrive",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 14.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.95
        },
        {
          "condition": "LP",
          "price": 11.97
        },
        {
          "condition": "MP",
          "price": 7.3
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 255.15,
          "low": 211.2,
          "high": 460.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.35,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:27:03.912Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}