> ## Documentation Index
> Fetch the complete documentation index at: https://www.thestatsapi.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /health

> API health check endpoint for The Stats API.

API health check.

## Endpoint

```text theme={null}
GET https://api.thestatsapi.com/api/health
```

## Response (200)

```json theme={null}
{
  "status": "healthy",
  "timestamp": "2026-06-29T12:00:00.000Z"
}
```

<Note>
  This page is generated from the live API contract at `https://api.thestatsapi.com/llms.txt`.
</Note>
