← Back to Dashboard

Transport for Switzerland

TransportationActiveFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Official Swiss Public Transport Open Data

✨ AI Summary

Provides official open data for public transport information in Switzerland.

Code Example

import requests

# NOTE: Actual API endpoints and parameters are not provided in the description.
# This is a generic placeholder URL.
url = "https://api.opentransportdata.swiss/v1/data"

response = requests.get(url)
response.raise_for_status() # Raise an HTTPError for bad responses (4xx or 5xx)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)