Skip to content

Get DLC Stats For User

Revadike edited this page Feb 19, 2023 · 1 revision

GET /contenthub/ajaxgetdlcstatsforuser

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: store.steampowered.com

Path: /contenthub/ajaxgetdlcstatsforuser

Query Parameters:

Name Type Required Description
origin string TODO TODO

Response

200 OK

Name Type Description
success number TODO
games_owned number TODO
dlc_owned number TODO
dlc_not_owned number TODO

Example

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
}
Clone this wiki locally