reverse geocode

Reverse Geocode #


Endpoint Info #

method:     POST
path:       /api/v1/reverse-geocode/
body:       GeoJSON Point Geometry

Notes #

Reverse geocode endpoint returns lowest available GADM level contains a given point as a GeoJSON Feature

Request body must include valid GeoJSON Point Geometry

Example #

curl -X POST -H "Authorization: Bearer $TOKEN"\
    -H "Content-Type: application/json" \
    -d '{"type": "Point", "coordinates": [ -0.017369731082479873, 44.12916742279152]}' \
    "api.worldlines.org/api/v1/reverse-geocode/"