Skip to content

Get App Age Gates Bypassed

Revadike edited this page Feb 24, 2022 · 3 revisions

GET /profiles/:steamid/ajaxgetappagegatesbypassed

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: steamcommunity.com

Path: /profiles/:steamid/ajaxgetappagegatesbypassed

Query Parameters:

Name Type Required Description
sessionid string Yes TODO
v string No TODO
appids[] array Yes TODO
steamid string No TODO

Response

200 OK

Name Type Description
success number TODO
apps[] array TODO
apps[].appid number TODO
apps[].bypassed number TODO

Example

GET https://steamcommunity.com/my/ajaxgetappagegatesbypassed?sessionid=a0b1c2d3e4f5g6h7i8j9klmn&appids[0]=440
{
    "success": 1,
    "apps": [
        {
            "appid": 440,
            "bypassed": 1
        }
    ]
}
Clone this wiki locally