-
Notifications
You must be signed in to change notification settings - Fork 18
Get DLC List
Revadike edited this page Feb 26, 2022
·
1 revision
No known rate limit
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
Name Type Description success
number TODO
dlcs[]
array TODO
dlcs[].appid
string TODO
dlcs[].name
string TODO
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"
}
]
}