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

← Shining Synergy (Shower)
Celesteela Gx

Celesteela Gx

Rare #178/150 Pokémon Basic HP 200
Types
Colorless
Illustrator
aky CG Works
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Power Cyclone 110
Colorless · Colorless · Colorless

Move an Energy from this Pokémon to 1 of your Benched Pokémon.

Discovery-GX
Colorless

Count your Prize cards and put them into your hand. Then, take that many cards from the top of your deck and put them face down as your Prize cards. If you don't have that many cards in your deck, this attack does nothing. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssh-178?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-178",
    "name": "Celesteela Gx",
    "number": "178/150",
    "printed_number": "178/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-178.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-178.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-178.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "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/sssh-178.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-178.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-178.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Cyclone",
        "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "110"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Discovery-GX",
        "text": "Count your Prize cards and put them into your hand. Then, take that many cards from the top of your deck and put them face down as your Prize cards. If you don't have that many cards in your deck, this attack does nothing. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.809Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}