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

← Journey Together
Alolan Golem

Alolan Golem

Uncommon #46 Pokémon Stage 2 HP 180
Types
Lightning
Illustrator
Takeshi Nakamura
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623473

Attacks

Electromagnetic Catapult 70×
Lightning

Flip a coin until you get tails. This attack does 70 damage for each heads.

Megaton Fall 160
Lightning · Colorless

This Pokémon also does 40 damage to itself.

GET /api/v1/pokemon/cards/sv9-46?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-46",
    "name": "Alolan Golem",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/46.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623473",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electromagnetic Catapult",
        "text": "Flip a coin until you get tails. This attack does 70 damage for each heads.",
        "damage": "70×"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Megaton Fall",
        "text": "This Pokémon also does 40 damage to itself.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.95,
          "low": 12.71,
          "high": 17.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T05:33:11.977Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}