Loading
Loading
Retrieve subregions within a region or country. Navigate the full geographic hierarchy from continent down to subregion level.
Given a region name, returns all subregions within that region.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following parameter is required to specify the region.
regionrequiredStringName of the region.
A successful request returns a 200 OK response with an array of subregion names.
subregionsAn array of strings representing the subregions within the specified region.
subregions[]A subregion name (e.g., "Southern Asia", "Western Europe", "Eastern Africa").
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Please provide a valid region name.
The requested resource could not be found. Please verify the URL and try again.