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

← P Promos
Mewtwo

Mewtwo

Promo #46 Pokémon Basic HP 70
Types
Psychic
Illustrator
Midori Harada
Expansion
P Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpp_ja-46?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpp_ja-46",
    "name": "Mewtwo",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/46.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpp_ja",
      "name": "P Promos",
      "total": 47,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 47,
      "release_date": "2001/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "P Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Link Charge",
        "text": "Once during your turn (before your attack), if Mewtwo is your Active Pokémon and if you have any Basic Pokémon named Entei on your Bench, you may flip a coin. If heads, put 1 basic Energy card from your discard pile into your hand, if any. This power can't be used if Mewtwo is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 923.07,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 172,
          "low": 146.2,
          "high": 197.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 145,
          "low": 123.25,
          "high": 166.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 3250,
          "low": 2810,
          "high": 4014,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 35,
          "low": 35,
          "high": 84,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 373.5,
          "low": 317.47,
          "high": 429.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 363.5,
          "low": 245,
          "high": 482,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 264,
          "low": 224.4,
          "high": 303.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T14:16:40.502Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}