Loading
Loading
https://api.apifreaks.com/v1.0/geo/subregions
$ pip install requestsimport requests
url = "https://api.apifreaks.com/v1.0/geo/subregions"
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!
| Field | Type | Requirement | Description |
|---|---|---|---|
| subregions | Array | Mandatory | An array of strings representing the subregions within the specified region. |
| subregions[] | String | Mandatory | A subregion name (e.g., "Southern Asia", "Western Europe", "Eastern Africa"). |