I'm developing android app which has a functionality to display maxspeed allowed for current location (in other words latitude & longitude). I have came across this solution Query Overpass turbo by latitude longitude which gives maxspeed value for location using overpass turbo but it is not working for all locations. I have created JSON request https://overpass-api.de/api/interpreter?data=[out:json];way[maxspeed](around:1.0,52.004940, 4.369381);out tags; using query & it returns max speed tag within json data but it is not working for all locations .
Here is example of blank data i got from these url : Blank data
Any help would be appreciated . This app is going to be launched in US & Europe so, if solution is specific to these locations also welcome. But hope for generic solution.