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

← Storming Emergence (Verdant)
Alolan Exeggutor

Alolan Exeggutor

Rare #005/151 Pokémon Stage 1 HP 160
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Tropical Shake 20
Colorless

This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way.

GET /api/v1/pokemon/cards/sev-005?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-005",
    "name": "Alolan Exeggutor",
    "number": "005/151",
    "printed_number": "005/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-005.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-005.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-005.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-005.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-005.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-005.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tropical Shake",
        "text": "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 15.5,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 541.52,
          "low": 270.37,
          "high": 695.82,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:40:56.614Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.32
      }
    }
  }
}