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.
Authorize every request with your API key, passed either as a header or as a query parameter:
X-apiKeyapiKeyThis 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".
Besides the response body, every response carries custom headers you can use to track credit usage, and concurrency usage on endpoints that enforce a concurrency limit. See the Custom Response Headers documentation and the endpoints with concurrency limits for more details.
X-Concurrent-Threadsheaderconcurrency-limited endpointsSpecifies the maximum number of concurrent requests allowed.
X-Concurrent-Threads-Activeheaderconcurrency-limited endpointsIndicates the number of active concurrent requests being processed.
X-AF-Credits-Costheaderall responsesSpecifies the number of credits consumed by the current request.
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.