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

← 30th Celebration
Solgaleo-GX

Solgaleo-GX

Common #158 Pokémon Stage 2GX HP 250
Types
Metal
Illustrator
PLANETA
Expansion
30th Celebration · Mega Evolution
Language
Japanese
TCGplayer
716994

Attacks

Sunsteel Strike 230
Metal · Metal · Colorless

Discard all Energy from this Pokémon.

Sol Burst-GX
Metal

Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/m6a_ja-158vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m6a_ja-158vh",
    "name": "Solgaleo-GX",
    "number": "158",
    "printed_number": "158",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-158vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-158vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-158vh.large.png"
      }
    ],
    "expansion": {
      "id": "m6a_ja",
      "name": "30th Celebration",
      "total": 176,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M6a",
      "printed_total": 103,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "30th Celebration"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "716994",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-158vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-158vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-158vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "250",
    "abilities": [
      {
        "name": "Ultra Road",
        "text": "Once during your turn (before your attack), you may switch your Active Pokémon with 1 of your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sunsteel Strike",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "230"
      },
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Sol Burst-GX",
        "text": "Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 4.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.46
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T16:49:28.026Z"
    }
  }
}