v6

latestOpenAPI 3.1.02026-08-0718740.3 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.3",
  "bic_database_entries": 121716
}