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
RequiredFormat
"float"lon*
Typenumber
RequiredFormat
"float"Responses
Success
application/json
JSON
[
{
"id": 0,
"name": ""
}
]