Health Check

GET /healthz

View the health of the Canister API

Responses

GET /healthz
curl \
 -X GET https://api.canister.me/v2/healthz
Response examples (200)
{
  "status": "200 OK",
  "date": "2024-05-04T09:42:00+00:00",
  "data": {
    "healthy": true,
    "service_data": {
      "healthy": true,
      "typesense_healthy": true,
      "postgres_healthy": true
    },
    "route_data": {
      "package": {
        "healthy": true,
        "lookup_healthy": true,
        "multi_lookup_healthy": true,
        "search_healthy": true
      },
      "repository": {
        "healthy": true,
        "lookup_healthy": true,
        "packages_healthy": true,
        "safety_healthy": true,
        "search_healthy": true
      },
      "download": {
        "healthy": true,
        "ingest_healthy": true
      }
    }
  }
}