Skip to content
Revadike edited this page Feb 26, 2022 · 1 revision

GET /dlc/:appid/ajaxgetdlclist

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: store.steampowered.com

Path: /dlc/:appid/ajaxgetdlclist

Variables:

Name Type Description
:appid string The Steam AppID

Query Parameters:

Name Type Required Description
cc string TODO TODO
l string TODO TODO
origin string TODO TODO

Response

200 OK

Name Type Description
success number TODO
dlcs[] array TODO
dlcs[].appid string TODO
dlcs[].name string TODO

Example

GET https://store.steampowered.com/dlc/440/ajaxgetdlclist?cc=NL&l=english&origin=https:%2F%2Fstore.steampowered.com
{
    "success": 1,
    "dlcs": [
        {
            "appid": "629330",
            "name": "Fight Songs: The Music Of Team Fortress 2"
        }
    ]
}
Clone this wiki locally