iban.pizza
API reference

List the countries in the IBAN registry.

GET
/v2/countries

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    }  ]}