-
Notifications
You must be signed in to change notification settings - Fork 18
Parse Age Gate Cookie
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GET
Host:
store.steampowered.com
Path:
/api/parseagegatecookie/
Query Parameters:
Name Type Required Description cookie
string TODO
TODO
Name Type Description success
boolean TODO
month
number TODO
day
string TODO
year
string TODO
GET https://store.steampowered.com/api/parseagegatecookie/?cookie=1-January-2021
{
"success": true,
"month": 1,
"day": "1",
"year": "2021"
}