# Health Check APIs

### Health Check Endpoint

Use the public health check endpoint `GET /api/health/` to automatically verify if the PixieBrix API is operational.

A successful response will return a **200 OK** status code with the following JSON payload:

```
{"status": "ok"}
```

> Note: Any other status code or response indicates that the PixieBrix API may be unavailable.

### Status Page

For more detailed status updates and to subscribe to maintenance and uptime notifications, visit the [PixieBrix Status Page](https://pixiebrix.statuspage.io/).
