Loading
Loading
Retrieve the full list of countries supported by APIFreaks Financial APIs including IBAN, VAT, and SWIFT/BIC lookup coverage.
Returns supported countries for IBAN validation, VAT validation, and SWIFT code lookup. Optionally filter by type.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following optional parameter can be used to filter results.
typeoptionalStringType of supported country. Supported values: iban, swift, vat. By default returns all.
A successful request returns a 200 OK response. The response structure depends on the type parameter.
VAT_Supported_Countries_And_StatesAn array of objects, each representing a country supported for VAT validation. Each object is keyed by the country name in snake_case.
VAT_Supported_Countries_And_States[].[countryName]An object keyed by the snake_case country name (e.g., "united_states"), containing the country code and optionally a states map.
VAT_Supported_Countries_And_States[].[countryName].codeThe ISO 3166-1 alpha-2 country code in lowercase (e.g., "us", "de", "fr").
VAT_Supported_Countries_And_States[].[countryName].statesAn optional map of states/provinces, present only for countries that have state-level VAT (e.g., United States, Canada, Spain). Each key is the state name in snake_case and the value is the state code in the format "[countryCode]:[stateCode]" (e.g., "us:ca").
IBAN_Supported_CountriesAn array of country objects that support IBAN (International Bank Account Number) validation.
IBAN_Supported_Countries[].countryCodeThe ISO 3166-1 alpha-2 country code in uppercase (e.g., "DE", "FR", "GB").
IBAN_Supported_Countries[].nameThe full name of the country (e.g., "Germany", "France").
SWIFT_Supported_CountriesAn array of country objects that support SWIFT (Society for Worldwide Interbank Financial Telecommunication) code validation.
SWIFT_Supported_Countries[].nameThe full name of the country (e.g., "United States", "Japan").
SWIFT_Supported_Countries[].countryCodeThe ISO 3166-1 alpha-2 country code in uppercase (e.g., "US", "JP").