Skip to content

Suggests regions that are likely responsible for a location, best match first.

GET
/api/regions/suggestions

Regions are ranked by the stores, food share points and region pins within 30 km of the location. The list is empty if there are none. Requires login (401); a missing or out of range lat or lon results in 404.

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

lat*
Typenumber
Required
Format"float"
lon*
Typenumber
Required
Format"float"

Responses

Success

application/json
JSON
[
{
"id": 0,
"name": ""
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python