Welcome to the Reverse Geocoder for the Address data released by the Bundesamt für Eich- und Vermessungswesen (BEV) in Austria! This services converts coordinates into an array of address data sets. The source code of the original application can be found here. The source code of my improved version can be found here.
A map view of the BEV address data can be found here.
A list of all streets in the BEV address data can be found here.
https://bev.kolmann.at/reverse-geocode.php?lat=48.20808&lon=16.37236&distance=50&limit=3&epsg=4326
{ "status":"ok", "copyright":"\u00a9 \u00d6sterreichisches Adressregister 2017, N 23806/2017 (Stichtagsdaten vom 01. 10. 2024)", "address_date": "2016-10-02", "results":[ { "address_type:"street", "municipality":"Wien", "locality": "Innere Stadt", "postcode":"1010", "street":"Stephansplatz", "house_name":"", "house_number":"2", "lat":48.208111, "lon":16.372235, "distance":9.909445594, "municipality_has_ambiguous_addresses": false }, { "address_type:"street", "municipality":"Wien", "locality": "Innere Stadt", "postcode":"1010", "street":"Stephansplatz", "house_number":"3A", "house_name":"", "lat":16.372547, "lon":48.20809, "distance":13.943139329, "municipality_has_ambiguous_addresses": false }, { "address_type:"street", "municipality":"Wien", "locality": "Innere Stadt", "postcode":"1010", "street":"Stock-im-Eisen-Platz", "house_number":"1", "house_name":"", "lat":16.372116, "lon":48.208116, "distance":18.571775123, "municipality_has_ambiguous_addresses": false } ] }
These are the parameters that can be passed to the API:
lat
lon
distance
limit
epsg
You are free to use the service without any restrictions, If, however, I notice excessive usage by a service, IP address or IP range, I will not hesitate to block it if it soaks up too much of the server resources. So please be fair when using this service.