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

← Ultra Prism
Alolan Exeggutor

Alolan Exeggutor

Rare #95 Pokémon Stage 1 HP 130
Types
Dragon
Illustrator
Hasuno
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157712

Attacks

Exeggutor's Paradise

For each of your Benched Exeggcute, search your deck for an Alolan Exeggutor or Alolan Exeggutor-GX and put it onto that Exeggcute to evolve it. Then, shuffle your deck.

Draco Meteor Barrage 80
Grass · Colorless · Colorless

Flip a coin for each Grass Energy attached to this Pokémon. This attack does 80 damage for each heads.

GET /api/v1/pokemon/cards/sm5-95vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-95vrh",
    "name": "Alolan Exeggutor",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/95vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/95vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/95vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157712",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/95vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/95vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/95vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Exeggutor's Paradise",
        "text": "For each of your Benched Exeggcute, search your deck for an Alolan Exeggutor or Alolan Exeggutor-GX and put it onto that Exeggcute to evolve it. Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Draco Meteor Barrage",
        "text": "Flip a coin for each Grass Energy attached to this Pokémon. This attack does 80 damage for each heads.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 0.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.77
        },
        {
          "condition": "LP",
          "price": 0.74
        },
        {
          "condition": "MP",
          "price": 0.65
        },
        {
          "condition": "HP",
          "price": 0.53
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 71.99,
          "low": 61.19,
          "high": 82.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.32
      }
    }
  }
}