GET
/
v3
/
public
/
systemInfo
curl --request GET \
  --url https://api.woox.io/v3/public/systemInfo
{
  "success": true,
  "timestamp": 123,
  "data": {
    "status": 123,
    "msg": "<string>",
    "estimatedEndTime": 123
  }
}

Limit: 10 requests per 1 second per IP address

Response

200 - application/json

The response is of type object.