-
Notifications
You must be signed in to change notification settings - Fork 27
Get Dynamic Store User Data
Revadike edited this page May 7, 2021
·
9 revisions
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)
Name Type Description rgWishlistobject TODOrgOwnedPackagesobject TODOrgOwnedAppsobject TODOrgFollowedAppsobject TODOrgMasterSubAppsobject TODOrgPackagesInCartobject TODOrgAppsInCartobject TODOrgRecommendedTagsobject TODOrgIgnoredAppsobject TODOrgIgnoredPackagesobject TODOrgCuratorsobject TODOrgCuratorsIgnoredobject TODOrgCurationsobject TODObShowFilteredUserReviewScoresboolean TODOrgCreatorsFollowedobject TODOrgCreatorsIgnoredobject TODOrgExcludedTagsobject TODOrgExcludedContentDescriptorIDsobject TODOrgAutoGrantAppsobject TODOrgRecommendedAppsobject TODOrgPreferredPlatformsobject TODOrgPrimaryLanguagenumber TODOrgSecondaryLanguagesobject 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
}