Loading
Loading
https://api.apifreaks.com/v1.0/swift-code/finder
$ 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)
Click Test it to start the request and see the response here!
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). |