Loading
Loading
https://api.apifreaks.com/v1.0/swift-code/finder
1. Open the Authorizations dropdown and Verify your API key.
2. Click Run to see the live response here.
$ pip install requestsimport requests
url = "https://api.apifreaks.com/v1.0/swift-code/finder"
payload = {}
headers = {
'X-apiKey': ''
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
Finder API Response:
| Field | Type | Requirement | Description |
|---|---|---|---|
| response | Array<String> | Mandatory | Array of strings. The content varies based on parameters: list of countries (no params), list of banks (country only), list of cities (country + bank), or list of SWIFT codes (country + bank + city). |