/health

Get the latest health status of the WEAO API.

Example: https://api.weao.xyz/health

{
    "status": "UP",
    "uptime": "26 minutes, 49 seconds",
    "timestamp": "2024-09-26T05:34:10.925Z",
    "routeStatus": {
        "/versions/current": "UP",
        "/versions/future": "UP",
        "/status/exploits": "UP",
        "/update": "DOWN"
    }
}

Last updated