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