Skip to content

Parse Age Gate Cookie

Revadike edited this page Feb 24, 2022 · 2 revisions

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"
}
Clone this wiki locally