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

← 30th Celebration Premium Deck Set: Espeon & Umbreon
Mewtwo

Mewtwo

Common #10 Pokémon Basic HP 130
Types
Psychic
Illustrator
Nisota Niso
Expansion
30th Celebration Premium Deck Set: Espeon & Umbreon · Mega Evolution
Language
Japanese
TCGplayer
716783

Attacks

Empower
Psychic

Attach up to 2 Basic Energy cards from your discard pile to 1 of your Pokémon.

Psydrive 120
Psychic · Psychic · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/mf_ja-10vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mf_ja-10vh",
    "name": "Mewtwo",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-10vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-10vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-10vh.large.png"
      }
    ],
    "expansion": {
      "id": "mf_ja",
      "name": "30th Celebration Premium Deck Set: Espeon & Umbreon",
      "total": 49,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MF",
      "printed_total": 40,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mf_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mf_ja.symbol.png",
      "translation": {
        "en": {
          "name": "30th Celebration Premium Deck Set: Espeon & Umbreon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "716783",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-10vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-10vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-10vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Empower",
        "text": "Attach up to 2 Basic Energy cards from your discard pile to 1 of your Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psydrive",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T16:49:23.779Z"
    }
  }
}