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
Alolan Exeggutor

Alolan Exeggutor

Promo #94 Pokémon Stage 1 HP 150
Types
Grass
Illustrator
yuu
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
713262

Attacks

Mega Drain 150
Grass · Colorless · Colorless · Colorless

Heal 50 damage from this Pokémon

GET /api/v1/pokemon/cards/mep-94vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-94vh",
    "name": "Alolan Exeggutor",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-94vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-94vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-94vh.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": "713262",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-94vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-94vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-94vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Scale Up",
        "text": "If this Pokémon has 6 or more Grass Energy attached, it gets +250 HP.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Mega Drain",
        "text": "Heal 50 damage from this Pokémon",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "yuu",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-18T01:04:55.670Z"
    }
  }
}