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

← SM Black Star Promos
Solgaleo-GX

Solgaleo-GX

Promo #SM104a Pokémon Stage 2GX HP 250
Types
Metal
Illustrator
PLANETA Igarashi
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
202637

Attacks

Turbo Strike 120
Colorless · Colorless

Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.

Prominence-GX
Colorless · Colorless

Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/smp-SM104avh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM104avh",
    "name": "Solgaleo-GX",
    "number": "SM104a",
    "printed_number": "SM104a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM104avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM104avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM104avh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "202637",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM104avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM104avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM104avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "250",
    "abilities": [
      {
        "name": "Shining Mane",
        "text": "Your Pokémon in play have no Weakness.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Turbo Strike",
        "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Prominence-GX",
        "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Igarashi",
    "pricing": {
      "currency": "USD",
      "market": 12.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.39
        },
        {
          "condition": "LP",
          "price": 9.64
        },
        {
          "condition": "MP",
          "price": 7.85
        },
        {
          "condition": "HP",
          "price": 7.4
        },
        {
          "condition": "DMG",
          "price": 6.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.51,
          "low": 10.63,
          "high": 14.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.16
      }
    }
  }
}