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

← Guardians Rising
Tapu Lele-GX

Tapu Lele-GX

Rare Holo GX #60a Pokémon BasicGX HP 170
Types
Psychic
Illustrator
5ban Graphics
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130968

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
Psychic

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/sm2-60a?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-60a",
    "name": "Tapu Lele-GX",
    "number": "60a",
    "printed_number": "60a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/60a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/60a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/60a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130968",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/60a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/60a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/60a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Wonder Tag",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "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": [
          "Psychic"
        ],
        "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": "Rare Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 7.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.05
        },
        {
          "condition": "LP",
          "price": 6.17
        },
        {
          "condition": "MP",
          "price": 4.53
        },
        {
          "condition": "HP",
          "price": 5.88
        },
        {
          "condition": "DMG",
          "price": 3.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T17:52:44.943Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.14
      }
    }
  }
}