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

← Mega Evolution Black Star Promos
Mew

Mew

Promo #105 Pokémon Basic HP 60
Types
Psychic
Illustrator
Cona Nitanda
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713288

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/mep-105vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-105vh",
    "name": "Mew",
    "number": "105",
    "printed_number": "105",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-105vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-105vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-105vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "713288",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-105vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-105vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-105vh.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": "Promo",
    "artist": "Cona Nitanda",
    "pricing": {
      "currency": "USD",
      "market": 24.95,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-16T18:29:44.806Z"
    }
  }
}