We are developing an application, that needs to find the speed around a specific location... We were planning to use OverPass API to first the speed and tried to follow the article mentioned below.
Overpass api to find the speed limit for a co-ordinate?
The syntax of the around method is shown below.
http://www.overpass-api.de/api/xapi?*[maxspeed=*][around=2500,8.5580957,76.880541]
But we are not getting any results... Can anyone guide us if the syntax is correct?