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
Mew

Mew

Common #11 Pokémon Basic HP 60
Types
Psychic
Illustrator
Cona Nitanda
Expansion
30th Celebration Premium Deck Set: Espeon & Umbreon · Mega Evolution
Language
Japanese
TCGplayer
716784

Attacks

Psychic 10+
Psychic · Psychic

This attack does 40 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/mf_ja-11vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mf_ja-11vh",
    "name": "Mew",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-11vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-11vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-11vh.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": "716784",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-11vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-11vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-11vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic",
        "text": "This attack does 40 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Cona Nitanda",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:12:24.682Z"
    }
  }
}