v4

latestOpenAPI 3.1.02026-08-0117737.6 KB
Free

Health check

Returns API health status, uptime, and basic statistics.

get/health

Response

Health status

status'ok' required
versionstring required
uptime_secondsnumber required
bic_database_entriesinteger required

Number of BIC entries currently loaded (refreshed monthly from public sources)

bic_data_last_updatedstring

Last update timestamp of BIC data

Example response

{
  "version": "1.4.1",
  "bic_database_entries": 121716
}