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

← Ultradimensional Beasts
Alolan Exeggutor-GX

Alolan Exeggutor-GX

Double Rare #37 Pokémon Stage 1GX HP 220
Types
Dragon
Illustrator
5ban Graphics
Expansion
Ultradimensional Beasts · Sun & Moon
Language
Japanese
TCGplayer
572033

Attacks

Tropical Head
Grass

This attack does 20 damage times the amount of Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Dragon Hammer 120
Grass · Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

Tower-Go-Round-GX 180
Grass · Colorless · Colorless · Colorless

Move any number of Energy from your Pokémon to your other Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm4a_ja-37vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4a_ja-37vh",
    "name": "Alolan Exeggutor-GX",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/37vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/37vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/37vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4a_ja",
      "name": "Ultradimensional Beasts",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4A",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultradimensional Beasts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572033",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/37vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/37vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/37vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Tropical Head",
        "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Hammer",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "120"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Tower-Go-Round-GX",
        "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:05.287Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}