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 (Supreme)
Solgaleo And Lunala Gx

Solgaleo And Lunala Gx

Rare #168/150 Pokémon Basic HP 270
Types
Psychic
Illustrator
Hideki Ishikawa
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Cosmic Burn 230
Colorless · Colorless · Colorless · Colorless

This Pokémon can't use Cosmic Burn during your next turn.

Light of the Protector-GX 200
Colorless · Colorless · Colorless

If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-168?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-168",
    "name": "Solgaleo And Lunala Gx",
    "number": "168/150",
    "printed_number": "168/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-168.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-168.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-168.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-168.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-168.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-168.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Cosmic Burn",
        "text": "This Pokémon can't use Cosmic Burn during your next turn.",
        "damage": "230"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Light of the Protector-GX",
        "text": "If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.079Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}