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