Results 4 comments of penguin242

Why not using this link: https://nominatim.openstreetmap.org/reverse?format=json&lat=xxx&lon=xxxx&zoom=12

What service do you need and how can we set it up on our own?

This link is still working https://nominatim.openstreetmap.org/reverse?format=xml&lat=51.082333&lon=10.366229&zoom=12

I've got it working again. ins admin_tag.php I used following $osm_url = "https://nominatim.openstreetmap.org/reverse?format=json&lat=". $image['latitude'] ."&lon=". $image['longitude'] ."&zoom=12"; replaced if (isset($response) and isset($response['success']) and isset($response['success'][0]) and isset($response['success'][0]['result']) and isset($response['success'][0]['result']['address']) and is_array($response['success'][0]['result']['address']))...