A simple API to proxy requests to a self-hosted Nominatim instance.
Rename the template.env
file to .env
, and replace the preset values with your own.
Send a POST
request to /latlng
, with the addresses to lookup in the JSON body.
POST /latlng
Body:
{
"addresses": [
"10 Downing Street, London, UK",
"1600 Pennsylvania Avenue NW, Washington DC, USA",
"1 Molesworth Street, Wellington, NZ"
]
}