Validate IBANs, look up banks and SEPA scheme membership. Bank data is compiled in, no database or configuration needed. Serves the openiban.com routes unchanged.
Parse, check the mod-97 checksum, resolve the bank code and verify the account check digit where a method is known.
Answers come from the live API on this origin. If it is unreachable, the demo falls back to sample data inside the page; the shape is the same either way.
A v2 API with a structured answer per check. The v1 routes are compatible with openiban.com, so existing clients keep working.
https://openiban.com → https://iban.pizzaAn existing client only changes its base URL. Same paths, same query parameters, same JSON.Static binary or container image. A snapshot of every registry is compiled in, so the first request answers without any download.
Anything written against openiban.com keeps working. Point it at your instance.
Download a release or pull the image. No database, no data directory, no configuration.