Third-party VBB API
A third-party REST API providing real-time public transport data for Berlin (VBB) in Germany.
import requests
url = "https://vbb-rest.derhuerst.de/stations"
params = {
"query": "Alexanderplatz"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)