-
Notifications
You must be signed in to change notification settings - Fork 18
Get DLC Stats For User
Revadike edited this page Feb 19, 2023
·
1 revision
No known rate limit
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
Path:
/contenthub/ajaxgetdlcstatsforuser
Query Parameters:
Name Type Required Description origin
string TODO
TODO
Name Type Description success
number TODO
games_owned
number TODO
dlc_owned
number TODO
dlc_not_owned
number TODO
GET https://store.steampowered.com/contenthub/ajaxgetdlcstatsforuser?origin=https:%2F%2Fstore.steampowered.com
{
"success": 1,
"games_owned": 13593,
"dlc_owned": 2276,
"dlc_not_owned": 18636
}