Create Age Gate Cookie - Revadike/InternalSteamWebAPI GitHub Wiki
GET /api/createagegatecookie
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GETHost:
store.steampowered.comPath:
/api/createagegatecookieQuery Parameters:
Name Type Required Description monthstring TODOTODOdaystring TODOTODOyearstring TODOTODO
Response
200 OK
Name Type Description successboolean TODOcookiestring TODO
Example
GET https://store.steampowered.com/api/createagegatecookie?month=1&day=1&year=1970
{
"success": true,
"cookie": "1-January-1970"
}