-
Notifications
You must be signed in to change notification settings - Fork 18
Get Dynamic Store User Data
MalikAQayum edited this page Jan 13, 2022
·
9 revisions
No known rate limit
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
Path:
/dynamicstore/userdata
Query Parameters:
Name Type Required Description id
number No The Steam account number ("W"-part in SteamID3) cc
string No The country code of the region (e.g. US
)v
number No Version, used for cache-control (any other key name would suffice too) l
string No Language origin
string No The origin URL, changes the Access-Control-Allow-Origin
header in response
Name Type Description rgWishlist[]
array TODO
rgOwnedPackages[]
array TODO
rgOwnedApps[]
array TODO
rgFollowedApps[]
array TODO
rgMasterSubApps[]
array TODO
rgPackagesInCart[]
array TODO
rgAppsInCart[]
array TODO
rgRecommendedTags[]
array TODO
rgIgnoredApps[]
array TODO
rgIgnoredPackages
object TODO
rgCurators
object TODO
rgCuratorsIgnored[]
array TODO
rgCurations
object TODO
bShowFilteredUserReviewScores
boolean TODO
rgCreatorsFollowed[]
array TODO
rgCreatorsIgnored[]
array TODO
rgExcludedTags[]
array TODO
rgExcludedContentDescriptorIDs[]
array TODO
rgAutoGrantApps[]
array TODO
rgRecommendedApps[]
array TODO
rgPreferredPlatforms[]
array TODO
rgPrimaryLanguage
number TODO
rgSecondaryLanguages[]
array TODO
bAllowAppImpressions
boolean TODO
nRemainingCartDiscount
number TODO
nTotalCartDiscount
number TODO
GET https://store.steampowered.com/dynamicstore/userdata
{
"rgWishlist": [],
"rgOwnedPackages": [],
"rgOwnedApps": [],
"rgFollowedApps": [],
"rgMasterSubApps": [],
"rgPackagesInCart": [],
"rgAppsInCart": [],
"rgRecommendedTags": [
{
"tagid": 492,
"name": "Indie"
},
{
"tagid": 19,
"name": "Action"
},
{
"tagid": 21,
"name": "Adventure"
},
{
"tagid": 597,
"name": "Casual"
},
{
"tagid": 599,
"name": "Simulation"
},
{
"tagid": 9,
"name": "Strategy"
},
{
"tagid": 122,
"name": "RPG"
},
{
"tagid": 493,
"name": "Early Access"
},
{
"tagid": 4182,
"name": "Singleplayer"
},
{
"tagid": 113,
"name": "Free to Play"
}
],
"rgIgnoredApps": [],
"rgIgnoredPackages": [],
"rgCurators": [],
"rgCuratorsIgnored": [],
"rgCurations": [],
"bShowFilteredUserReviewScores": true,
"rgCreatorsFollowed": [],
"rgCreatorsIgnored": [],
"rgExcludedTags": [],
"rgExcludedContentDescriptorIDs": [
3,
4
],
"rgAutoGrantApps": [],
"rgRecommendedApps": [],
"rgPreferredPlatforms": [],
"rgPrimaryLanguage": null,
"rgSecondaryLanguages": [],
"bAllowAppImpressions": false,
"nRemainingCartDiscount": 0,
"nTotalCartDiscount": 0
}