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 Fini Gx

Tapu Fini Gx

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

Attacks

Aqua Ring 20
Colorless

You may switch this Pokémon with 1 of your Benched Pokémon.

Hydro Shot
Colorless · Colorless · Colorless

Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)

Tapu Storm-GX
Colorless

Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/cn-golden-energy-049?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-golden-energy-049",
    "name": "Tapu Fini Gx",
    "number": "049/045",
    "printed_number": "049/045",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-049.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-049.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-049.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-049.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-049.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-049.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Aqua Ring",
        "text": "You may switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Shot",
        "text": "Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tapu Storm-GX",
        "text": "Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "rarity": "None",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.25,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:24:38.617Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}