Create Age Gate Cookie - Revadike/InternalSteamWebAPI GitHub Wiki
GET /api/createagegatecookie
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GET
Host:
store.steampowered.com
Path:
/api/createagegatecookie
Query Parameters:
Name Type Required Description month
string TODO
TODO
day
string TODO
TODO
year
string TODO
TODO
Response
200 OK
Name Type Description success
boolean TODO
cookie
string TODO
Example
GET https://store.steampowered.com/api/createagegatecookie?month=1&day=1&year=1970
{
"success": true,
"cookie": "1-January-1970"
}