Hi i try to reverse strett to gps coordinate in openstreetmap i try to do that with this string
<code>curl "https://nominatim.openstreetmap.org/search?q=Via+Bruno+Buozzi+18,+Fucecchio+Firenze&format=json"
</code>
<code>curl "https://nominatim.openstreetmap.org/search?q=Via+Bruno+Buozzi+18,+Fucecchio+Firenze&format=json"
</code>
curl "https://nominatim.openstreetmap.org/search?q=Via+Bruno+Buozzi+18,+Fucecchio+Firenze&format=json"
but not work,not return nothing, but i read a manual and i suppose i compose a string correctly
i try also with out a province curl
<code>"https://nominatim.openstreetmap.org/search?q=Via+Bruno+Buozzi+18,+Fucecchio&format=json"
</code>
<code>"https://nominatim.openstreetmap.org/search?q=Via+Bruno+Buozzi+18,+Fucecchio&format=json"
</code>
"https://nominatim.openstreetmap.org/search?q=Via+Bruno+Buozzi+18,+Fucecchio&format=json"
but nothing anyone have idea how compose that ?