The open API for building cool stuff with transport data
Navitia is an open API offering access to transport data for building various applications.
import requests
url = "https://api.navitia.io/v1/"
headers = {
"Authorization": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)