Speed limits checking with api?

Hallo,

Is it posibel to get a custom code running that send the gps coordination on the first link en than get the osm_id from the respons en using it on the way value of the next link to get on the respons the speed limit for warning the driver en creating log on speeding on the cloud

http://nominatim.openstreetmap.org/reverse?format=json&lat=53.95090&lon=-6.37792
http://overpass-api.de/api/interpreter?data=[out:json];way(144887813);out;

Hi Kevin

Yes that is totally possible, and a really cool idea!

Have you seen this example?

In your case, you’d need to make some modifications so that it can retrieve the GPS position and get the correct speed threshold for the current location, instead of always using 50 km as the threshold.

Best regards
/Malte

Hi Malte,

Thx for your respons.
is there someone with experience to make a script like that?

Best regards
Kevin