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

← Tag Bolt
Alolan Exeggutor

Alolan Exeggutor

Non #61 Pokémon Stage 1 HP 160
Types
Dragon
Illustrator
Sanosuke Sakuma
Expansion
Tag Bolt · Sun & Moon
Language
Japanese
TCGplayer
572595

Attacks

Paradise Draw

You may discard any number of cards from your hand. Then, draw cards until you have 6 cards in your hand.

Egg Splat 60×
Grass · Colorless

Discard any number of Exeggcute from your hand. This attack does 60 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/sm9_ja-61?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9_ja-61",
    "name": "Alolan Exeggutor",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/61.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9_ja",
      "name": "Tag Bolt",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9",
      "printed_total": 95,
      "release_date": "2018/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tag Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572595",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Paradise Draw",
        "text": "You may discard any number of cards from your hand. Then, draw cards until you have 6 cards in your hand."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Egg Splat",
        "text": "Discard any number of Exeggcute from your hand. This attack does 60 damage for each card you discarded in this way.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 0.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.88
        },
        {
          "condition": "LP",
          "price": 0.7
        },
        {
          "condition": "MP",
          "price": 0.7
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:56:59.448Z",
      "trend_7d": {
        "direction": "up",
        "percent": 35.38
      }
    }
  }
}