Currently the AreaButler Location-Index API supports the search of the existing statistical indices around a certain point. The point could be specified either by providing its coordinates or the known address.

The GET request should be sent to fetch the indices:

URL: <https://app.areabutler.de/api/location-index-ext/query?par1=val1&par2=val2…>
Header: KEY: X-Api-Key | VALUE: provided-api-key
Parameters:
  Mandatory:
    address=Schadowstraße 55, Düsseldorf
    // OR
    lat=51.2265311&lng=6.7842183

The response contains the following body:

{
  "input": {
    "coordinates": {
      "lat": 51.2265311,
      "lng": 6.7842183
    }
  },
  "result": {
    "evening_entertainment": 0.9880553698207701,
    "health": 0.868502660088976,
    "near_supply": 0.9848158529959031,
    …
}

Erklärung der Logik

Bildschirmfoto 2023-07-25 um 08.22.16.png

Bei der Berechnung fließen seit Aug 2023 auf die Flächenbedeckungen der Umgebung mit ein. z.B.haben viele Grünflächen postiven Einfluss auf den Index Gesundheit”

Auszug und mögliche Darstellung, wird für jede Adresse berechnet:

Bildschirmfoto 2023-07-25 um 08.20.02.png