API Health Check

API EndpointsUpdated 5/4/2026
GET
https://solver.solverify.net/

The Solverify API Health Check endpoint returns server health and uptime. Use GET / for lightweight monitoring, uptime checks, and service availability probes.

Request

GET /

Success Response

{
  "status": "ok",
  "uptime": "2h30m15s",
  "uptime_seconds": 9015
}

Response Fields

FieldTypeDescription
statusstringHealth status. ok means the API server is responding.
uptimestringHuman-readable uptime.
uptime_secondsnumberAPI server uptime in seconds.