Get wishlist details of a user.

get_wishlist(steamid)

Arguments

steamid

SteamID of a user. The SteamID must be in a format that can be converted by convert_steamid. This includes vanity, Steam64, Steam2, and Steam3 IDs.

Value

A list of apps where each field contains information about name, reviews, release dates, platforms, screenshots, discounts, tags, and compatibility.

Examples

get_wishlist("76561198092541763")
#> Error in httr2::req_perform(req): HTTP 200 OK.