Get DLC List - Revadike/InternalSteamWebAPI GitHub Wiki
GET /dlc/:appid/ajaxgetdlclist
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GETHost:
store.steampowered.comPath:
/dlc/:appid/ajaxgetdlclistVariables:
Name Type Description :appidstring The Steam AppID Query Parameters:
Name Type Required Description ccstring TODOTODOlstring TODOTODOoriginstring TODOTODO
Response
200 OK
Name Type Description successnumber TODOdlcs[]array TODOdlcs[].appidstring TODOdlcs[].namestring 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"
}
]
}