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

← Ultra Sun
Solgaleo ◇

Solgaleo ◇

Prism Rare #43 Pokémon BasicPrism Star HP 160
Types
Metal
Illustrator
Shin Nagasawa
Expansion
Ultra Sun · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Radiant Star
Metal

For each of your opponent's Pokémon in play, attach a Metal Energy card from your discard pile to your Pokémon in any way you like.

Corona Impact 160
Metal · Metal · Metal · Metal

This Pokémon can't attack during your next turn.

GET /api/v1/pokemon/cards/sm5s_ja-43vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5s_ja-43vh",
    "name": "Solgaleo ◇",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5s_ja",
      "name": "Ultra Sun",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5S",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/43vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Prism Star"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Radiant Star",
        "text": "For each of your opponent's Pokémon in play, attach a Metal Energy card from your discard pile to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 4,
        "name": "Corona Impact",
        "text": "This Pokémon can't attack during your next turn.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Prism Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 3.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.25,
          "low": 11.5,
          "high": 17,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.5,
          "low": 21.9,
          "high": 37.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T04:02:45.928Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.73
      }
    }
  }
}