Get a player's wishlist
get_wishlistList a player's Steam wishlist appids sorted by priority using their SteamID64. Requires a public wishlist and profile; use resolve_vanity_url for vanity names.
Instructions
List the appids on a player's Steam wishlist (sorted by their priority) by SteamID64. Works without a key, but only if that player's wishlist/profile is public — otherwise it returns found:false. Items carry no names; use get_game per appid for details. Convert a vanity name with resolve_vanity_url first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steamid | No | 17-digit SteamID64. Omit to use the STEAM_ID configured on the server. Convert a vanity/custom URL name with resolve_vanity_url first. |