---
title: "health check endpoint"
method: GET
path: "/health"
tags: ["public"]
---

# health check endpoint

`GET /health`

The health check endpoint will return a status of 200 if the api is up and ready to recieve connections. It will tell the uptime, and total requests served since last restart. It also has a field for version which corresponds to the versioned release from the github repo.

## Response `200`

Default Health check response

- Healthcheck
  - `data` HealthcheckData
    - `uptime` string
    - `version` string
    - `requests` integer

---

[API](https://skmtc.net/wh-iterabb-it/apis/meow-facts-api-get-a-random-cat-fact.md) · [All operations](https://skmtc.net/wh-iterabb-it/apis/meow-facts-api-get-a-random-cat-fact/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wh-iterabb-it/meow-facts-api-get-a-random-cat-fact/revisions/36d35247be3e/schema)
