List the countries in the IBAN registry.
Response Body
application/json
curl -X GET "https://example.com/v2/countries"{ "count": 0, "countries": [ { "code": "string", "name": "string", "ibanLength": 0, "bbanStructure": "string", "hasBankData": true } ]}Render the bank's monogram. GET
Returns a generated monogram built from the institution's own name and a colour derived from its BIC, so the same bank always renders identically. Bank logos are trademarks of their owners and no third party artwork is served here by default.
What the service is answering from. GET
The provenance of the loaded data: which national registry is loaded for which country, when each was retrieved, how many records it holds, and whether it counts as stale. Also whether the EPC scheme register is loaded and how many participants each scheme has. Use this to judge answers. "Bank code valid" means something different against a register that is two days old than against one that is two years old. The same dates appear per answer as `dataAsOf`.