Loading
Loading
Retrieve a complete list of all world regions. Returns all standard geographic regions as a flat array of strings.
Returns all geographical regions supported in the GeoDB system. No parameters are required.
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 following optional parameter controls the response format.
formatoptionalStringdefault: jsonResponse format: 'json' (default) or 'xml'.
A successful request returns a 200 OK response with a JSON object containing the regions array.
regionsAn array of region names representing all geographical regions supported by the service, such as "Africa", "Americas", "Asia", "Europe", "Oceania", and "Polar".
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.