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
Exeggutor

Exeggutor

Uncommon #5 Pokémon Stage 1 HP 140
Types
Grass
Illustrator
Kazumasa Yasukuni
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654344

Attacks

Guard Press 30
Grass

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Stomping Wood 60+
Colorless · Colorless · Colorless

This attack does 30 more damage for each Grass Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/me1-5?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-5",
    "name": "Exeggutor",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/5.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654344",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Guard Press",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stomping Wood",
        "text": "This attack does 30 more damage for each Grass Energy attached to this Pokémon.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:28:19.868Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}