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.
Authorize every request with your API key, passed either as a header or as a query parameter:
X-apiKeyapiKeyThis is version v1.0 of the API.
The following optional parameter can be used to filter results.
formatoptionalStringdefault: jsonResponse format: 'json' (default) or 'xml'.
typeoptionalStringType of supported country. Supported values: IBAN, SWIFT, VAT. By default, returns all supported countries for all types.
A successful request returns a 200 OK response. The response structure depends on the type parameter.
countryName (Object)
countryCode (String), name (String)
name (String), countryCode (String)
Besides the response body, every response carries custom headers you can use to track credit usage, and concurrency usage on endpoints that enforce a concurrency limit. See the Custom Response Headers documentation and the endpoints with concurrency limits for more details.
X-Concurrent-Threadsheaderconcurrency-limited endpointsSpecifies the maximum number of concurrent requests allowed.
X-Concurrent-Threads-Activeheaderconcurrency-limited endpointsIndicates the number of active concurrent requests being processed.
X-AF-Credits-Costheaderall responsesSpecifies the number of credits consumed by the current request.