---
title: "Health check"
method: GET
path: "/health"
tags: ["Free"]
---

# Health check

`GET /health`

Returns API health status, uptime, and basic statistics.

## Response `200`

Health status

- HealthResponse
  - `status` 'ok', required
  - `version` string, required
  - `uptime_seconds` number, required
  - `bic_database_entries` integer, required — Number of BIC entries currently loaded (refreshed monthly from public sources)
  - `bic_data_last_updated` string — Last update timestamp of BIC data

## Other responses

- `500` — Internal error. Safe to retry: this endpoint is read-only and changes nothing.

---

[API](https://skmtc.dev/ibanforge/apis/ibanforge-api.md) · [All operations](https://skmtc.dev/ibanforge/apis/ibanforge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibanforge/ibanforge-api/revisions/9499dba434ea/schema)
