> For the complete documentation index, see [llms.txt](https://docs.podkrepi.bg/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podkrepi.bg/development/rest-api/endpoints/healthcheck.md).

# Healthcheck

## Health check

<mark style="color:blue;">`GET`</mark> `https://api.podkrepi.localhost/api/v1/healthcheck`

{% tabs %}
{% tab title="200 " %}

```javascript
{
  "status": 200
}
```

{% endtab %}

{% tab title="500 " %}

```javascript
{
  "status": 500
}
```

{% endtab %}
{% endtabs %}
