Loading
Loading
Retrieve all subregions within a specified world region. Given a region name, returns all geographic subdivisions belonging to that region.
The region parameter is required. Use exact region names returned by the Regions endpoint to avoid a 400 error.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The region parameter is required to specify the region.
formatoptionalStringdefault: jsonResponse format: 'json' (default) or 'xml'.
regionrequiredStringdefault: All RegionsName of the region.
A successful request returns a 200 OK response with a JSON object containing the subregions array.
subregionsAn array of subregion names within the specified region. Each value represents a geographical subdivision, such as "Central Asia", "Eastern Asia", "Southeastern Asia", "Southern Asia", or "Western Asia".
See the HTTP Status Codes documentation for a complete reference of common API errors and HTTP status codes.
Please provide a valid region name.
The requested resource could not be found. Please verify the URL and try again.