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
Tapu Lele Gx

Tapu Lele Gx

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

Attacks

Energy Drive 20
Colorless · Colorless

This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance.

Tapu Cure-GX
Colorless

Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/cn-golden-energy-052?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-golden-energy-052",
    "name": "Tapu Lele Gx",
    "number": "052/045",
    "printed_number": "052/045",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-052.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-052.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-052.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-052.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-052.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-052.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Drive",
        "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tapu Cure-GX",
        "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "rarity": "None",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.6,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:26.022Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}