AltSportsLeagues

Health Check

Check API health status and uptime

Health Check

GET /v1/health

Check the API health status and uptime. This endpoint does not require authentication.

Request

cURL
curl -X GET "https://api.altsportsleagues.ai/v1/health"

Response

200 OK
{
  "data": {
    "status": "healthy",
    "uptime": 864000,
    "version": "2.1.0",
    "database": "connected",
    "cache": "connected"
  },
  "meta": {
    "api_version": "v1",
    "timestamp": "2026-03-07T21:00:00Z"
  }
}

On this page