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

← Storming Emergence (Abundant)
Palkia Gx

Palkia Gx

Double Rare #029/151 Pokémon Basic HP 180
Types
Water
Illustrator
5ban Graphics
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Spatial Control
Colorless

Move any number of Energy from your Benched Pokémon to this Pokémon.

Hydro Pressure 60
Colorless · Colorless · Colorless

This attack does 20 more damage times the amount of Water Energy attached to this Pokémon.

Zero Vanish-GX 150
Colorless · Colorless · Colorless · Colorless · Colorless

Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sea-029vh?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-029vh",
    "name": "Palkia Gx",
    "number": "029/151",
    "printed_number": "029/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-029vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-029vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-029vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-029vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-029vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-029vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spatial Control",
        "text": "Move any number of Energy from your Benched Pokémon to this Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pressure",
        "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Zero Vanish-GX",
        "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:24.151Z"
    }
  }
}