Close menu
Explore Plans
Mobile menu Close menu
Steam

Get my wishlist

Pro plus icon This query returns the games on the connected player's Steam wishlist, each enriched with its current store price and discount, so an applet can list or act on what the player wants to buy on demand. Requires your Steam wishlist to be public.

Developer info

API endpoint slug
steam.get_my_wishlist
Runtime method
performQuery("steam.get_my_wishlist"}

Query fields

Country code Dropdown list

Label
Currency
Helper text
Currency for store prices. Defaults to USD.
Slug
country_code
Required
false
Can have default value
true

Ingredients

App Steam appid of a wishlisted game.

Slug
app_id
Filter code
Steam.getMyWishlist.AppId
Type
String
Example
292030

Game name Display name of the wishlisted game (joined from the storefront).

Slug
game_name
Filter code
Steam.getMyWishlist.GameName
Type
String
Example
The Witcher 3: Wild Hunt

Game url Steam store page URL.

Slug
game_url
Filter code
Steam.getMyWishlist.GameUrl
Type
Web URL
Example
https://store.steampowered.com/app/292030

Header image url Wide store header image URL (joined from the storefront).

Slug
header_image_url
Filter code
Steam.getMyWishlist.HeaderImageUrl
Type
Image URL
Example
https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/292030/header.jpg

Price Current price formatted with currency. "Free" for free-to-play; blank for unreleased items.

Slug
price
Filter code
Steam.getMyWishlist.Price
Type
String
Example
$9.99

Original price Pre-discount price formatted with currency. Empty when the item is not on sale.

Slug
original_price
Filter code
Steam.getMyWishlist.OriginalPrice
Type
String
Example
$39.99

Discount percent Discount percent. 0 when not on sale; blank when no price.

Slug
discount_percent
Filter code
Steam.getMyWishlist.DiscountPercent
Type
String
Example
75

Currency ISO 4217 currency code of the joined prices; blank when no price.

Slug
currency
Filter code
Steam.getMyWishlist.Currency
Type
String
Example
USD

Is free Whether the wishlisted game is free-to-play ("true" or "false").

Slug
is_free
Filter code
Steam.getMyWishlist.IsFree
Type
String
Example
false

Wishlist priority The player's wishlist priority/ordering for the item (lower = higher priority).

Slug
wishlist_priority
Filter code
Steam.getMyWishlist.WishlistPriority
Type
String
Example
1

Added at When the game was added to the wishlist.

Slug
added_at
Filter code
Steam.getMyWishlist.AddedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00