wusel@ponder:~$ wget -q -O - 'http://colosses.4830.org:8080/reverse.php?format=json&lat=53.7412971935348&lon=8.931297361850739&zoom=' | json_pp
{
"display_name" : "Dreihausendorf, Ihlienworth, Samtgemeinde Land Hadeln, Landkreis Cuxhaven, Niedersachsen, 21775, Deutschland",
"lon" : "8.9266569",
"boundingbox" : [
"53.739074",
"53.7492497",
"8.9204858",
"8.931265"
],
"place_id" : "7221835",
"address" : {
"village" : "Ihlienworth",
"country" : "Deutschland",
"county" : "Samtgemeinde Land Hadeln",
"state" : "Niedersachsen",
"postcode" : "21775",
"road" : "Dreihausendorf",
"country_code" : "de"
},
"osm_type" : "way",
"osm_id" : "47403498",
"licence" : "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright",
"lat" : "53.746077"
} | wusel@ponder:~$ wget -q -O - 'https://nominatim.openstreetmap.org/reverse.php?format=json&lat=53.7412971935348&lon=8.931297361850739&zoom=' | json_pp
{
"lat" : "53.746077",
"display_name" : "Dreihausendorf, Ihlienworth, Samtgemeinde Land Hadeln, Landkreis Cuxhaven, Niedersachsen, 21775, Deutschland",
"address" : {
"county" : "Samtgemeinde Land Hadeln",
"postcode" : "21775",
"state" : "Niedersachsen",
"country_code" : "de",
"village" : "Ihlienworth",
"country" : "Deutschland",
"road" : "Dreihausendorf"
},
"place_id" : "73803581",
"licence" : "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright",
"lon" : "8.9266569",
"osm_type" : "way",
"osm_id" : "47403498",
"boundingbox" : [
"53.739074",
"53.7492497",
"8.9204858",
"8.931265"
]
} |