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

← Golden Energy
Eevee And Snorlax Gx

Eevee And Snorlax Gx

None #054/045 Pokémon Basic HP 270
Types
Colorless
Illustrator
5ban Graphics
Expansion
Golden Energy · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Cheer Up
Colorless

Attach an Energy card from your hand to 1 of your Pokémon.

Dump Truck Press 120
Colorless · Colorless · Colorless · Colorless

If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 120 more damage.

Megaton Friends-GX 210
Colorless · Colorless · Colorless · Colorless

If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/cn-golden-energy-054?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-golden-energy-054",
    "name": "Eevee And Snorlax Gx",
    "number": "054/045",
    "printed_number": "054/045",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-054.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-054.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-054.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-golden-energy",
      "name": "Golden Energy",
      "total": 54,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 54,
      "release_date": "2023/09/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-golden-energy.logo.png",
      "translation": {
        "en": {
          "name": "Golden Energy"
        }
      }
    },
    "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/cn-golden-energy-054.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-054.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-054.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cheer Up",
        "text": "Attach an Energy card from your hand to 1 of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dump Truck Press",
        "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 120 more damage.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Megaton Friends-GX",
        "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:26.015Z"
    }
  }
}