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

← Mysterious Treasures
Exeggutor

Exeggutor

Rare #24 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
85360

Attacks

String Bomb 30
Colorless

Flip a coin for each basic Energy card attached to Exeggutor and to the Defending Pokémon. This attack does 30 damage times the number of heads.

Nutritional Support
Grass

Search your deck for up to 2 Grass Energy cards and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/dp2-24?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-24",
    "name": "Exeggutor",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/24.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85360",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "String Bomb",
        "text": "Flip a coin for each basic Energy card attached to Exeggutor and to the Defending Pokémon. This attack does 30 damage times the number of heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Nutritional Support",
        "text": "Search your deck for up to 2 Grass Energy cards and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        },
        {
          "condition": "LP",
          "price": 0.9
        },
        {
          "condition": "MP",
          "price": 0.8
        },
        {
          "condition": "HP",
          "price": 0.42
        },
        {
          "condition": "DMG",
          "price": 0.52
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 8.75,
          "low": 8.75,
          "high": 10,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5.7,
          "low": 9,
          "high": 9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}