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 (Shower)
Alolan Golem

Alolan Golem

Uncommon #060/150 Pokémon Stage 2 HP 180
Types
Lightning
Illustrator
kawayoo
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Electromagnetic Bomb 20

Move any number of Lightning Energy from your Benched Pokémon to this Pokémon. This attack does 20 damage for each Energy card you moved in this way.

Super Zap Cannon 190
Colorless · Colorless · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sssh-060?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-060",
    "name": "Alolan Golem",
    "number": "060/150",
    "printed_number": "060/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-060.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-060.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-060.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "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/sssh-060.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-060.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-060.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Electromagnetic Bomb",
        "text": "Move any number of Lightning Energy from your Benched Pokémon to this Pokémon. This attack does 20 damage for each Energy card you moved in this way.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Super Zap Cannon",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.175Z"
    }
  }
}