TTC
Access Toronto Transit Commission (TTC) station and stop data in JSON or XML format via a simple API.
import requests
url = "https://myttc.ca/finch_station.json"
headers = {"Accept": "application/json"}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)