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

← Rising Rivals
Golem E4

Golem E4

Rare #23 Pokémon BasicSP HP 110
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
85830

Attacks

Rage 20
Fighting · Colorless · Colorless

Does 20 damage plus 10 more damage for each damage counter on Golem GL.

Double-edge 100
Fighting · Colorless · Colorless · Colorless

Golem E4 does 60 damage to itself.

GET /api/v1/pokemon/cards/pl2-23vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-23vrh",
    "name": "Golem E4",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/23vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/23vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/23vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85830",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/23vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/23vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/23vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rage",
        "text": "Does 20 damage plus 10 more damage for each damage counter on Golem GL.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Double-edge",
        "text": "Golem E4 does 60 damage to itself.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 6.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.14
        },
        {
          "condition": "LP",
          "price": 3.26
        },
        {
          "condition": "MP",
          "price": 2.01
        },
        {
          "condition": "HP",
          "price": 2.21
        },
        {
          "condition": "DMG",
          "price": 1.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}