OVAPI, country-wide public transport
OVAPI provides country-wide public transport data for the Netherlands, offering real-time information.
import requests
url = "https://api.ovapi.nl/v1/status"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)