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

← Shining Synergy (Supreme)
Rowlet And Alolan Exeggutor Gx

Rowlet And Alolan Exeggutor Gx

Rare #155/150 Pokémon Basic HP 270
Types
Grass
Illustrator
ConceptLab
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Super Growth

Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck.

Calming Hurricane 150
Colorless · Colorless · Colorless

Heal 30 damage from this Pokémon.

Tropical Hour-GX 200
Colorless · Colorless · Colorless

If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-155?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-155",
    "name": "Rowlet And Alolan Exeggutor Gx",
    "number": "155/150",
    "printed_number": "155/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-155.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-155.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-155.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-155.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-155.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-155.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Super Growth",
        "text": "Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Calming Hurricane",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "150"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tropical Hour-GX",
        "text": "If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "ConceptLab",
    "pricing": {
      "currency": "USD",
      "market": 16.88,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:57.061Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.58
      }
    }
  }
}