URL: /api/timer/status
Method: GET
Body:
{ }
Responses:
{ "status": "success", "data": { "timerStatus": 'not_started' | 'in_battle' | 'ended'", "timeRemainingSeconds": "string", "startTimeUtc": "string" "startTimeUtc": "string" }, }
{ "error": "Error message" }
URL: /api/timer/event/status
Method: GET
Body:
{ }
Responses:
{ "status": "success", "data": { "timerStatus": 'not_started' | 'in_battle' | 'ended'", "timeRemainingSeconds": "string", "startTimeUtc": "string" "startTimeUtc": "string" }, }
{ "error": "Error message" }