-
Notifications
You must be signed in to change notification settings - Fork 27
Get Dynamic Store User Data
MalikAQayum edited this page Jan 13, 2022
·
9 revisions
No known rate limit
Authenticated: Yes
Method:
GETHost:
store.steampowered.comPath:
/dynamicstore/userdataQuery Parameters:
Name Type Required Description idnumber No The Steam account number ("W"-part in SteamID3) ccstring No The country code of the region (e.g. US)vnumber No Version, used for cache-control (any other key name would suffice too) lstring No Language originstring No The origin URL, changes the Access-Control-Allow-Originheader in response
Name Type Description rgWishlist[]array TODOrgOwnedPackages[]array TODOrgOwnedApps[]array TODOrgFollowedApps[]array TODOrgMasterSubApps[]array TODOrgPackagesInCart[]array TODOrgAppsInCart[]array TODOrgRecommendedTags[]array TODOrgIgnoredApps[]array TODOrgIgnoredPackagesobject TODOrgCuratorsobject TODOrgCuratorsIgnored[]array TODOrgCurationsobject TODObShowFilteredUserReviewScoresboolean TODOrgCreatorsFollowed[]array TODOrgCreatorsIgnored[]array TODOrgExcludedTags[]array TODOrgExcludedContentDescriptorIDs[]array TODOrgAutoGrantApps[]array TODOrgRecommendedApps[]array TODOrgPreferredPlatforms[]array TODOrgPrimaryLanguagenumber TODOrgSecondaryLanguages[]array TODObAllowAppImpressionsboolean TODOnRemainingCartDiscountnumber TODOnTotalCartDiscountnumber 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
}