Get App Age Gates Bypassed - Revadike/InternalSteamWebAPI GitHub Wiki
GET /profiles/:steamid/ajaxgetappagegatesbypassed
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
GETHost:
steamcommunity.comPath:
/profiles/:steamid/ajaxgetappagegatesbypassedQuery Parameters:
Name Type Required Description sessionidstring Yes TODOvstring No TODOappids[]array Yes TODOsteamidstring No TODO
Response
200 OK
Name Type Description successnumber TODOapps[]array TODOapps[].appidnumber TODOapps[].bypassednumber TODO
Example
GET https://steamcommunity.com/my/ajaxgetappagegatesbypassed?sessionid=a0b1c2d3e4f5g6h7i8j9klmn&appids[0]=440
{
"success": 1,
"apps": [
{
"appid": 440,
"bypassed": 1
}
]
}