← Back to Dashboard

Transport for London, England

TransportationActiveCORS ReadyFreeAuth: API KeyDoc: Swagger/OpenAPI
Visit Website ↗

Description

TfL API

✨ AI Summary

Access real-time public transport data for London, including accident stats, air quality, bike points, journeys, and road information.

Code Example

import requests

app_id = "YOUR_APP_ID"
app_key = "YOUR_APP_KEY"
url = f"http://api.tfl.gov.uk/BikePoint"
params = {
    "app_id": app_id,
    "app_key": app_key
}
response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)