Navigation, geolocation and geographical data
OpenStreetMap provides API access for navigation, geolocation, and geographical data.
import requests
url = "https://api.openstreetmap.org/api/0.6/capabilities"
response = requests.get(url)
print(response.text)Last 50 checks (10 min intervals)