I am making an app where I need access to the maxspeed
in the OSM database. I found the api http://overpass-api.de/api/
in the OSM wiki http://wiki.openstreetmap.org/wiki/Overpass_API but I can't find a way to access it and when I search the api online it reaturns the Forbidden
error.
How can I program my app to access the api so I can query the database json to find the maxspeed
for my android app.