Back to catalog
🚌

Transport for London, England

API Key

TfL API

🚌TransportationHTTPS

Transport for London

5 items

Bakerloo

Good Service

0

Central

Minor Delays

6

Elizabeth

Good Service

0

Northern

Part Suspended

8

Victoria

Good Service

0

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Bakerloo",
5 "status": "Good Service",
6 "reason": "",
7 "severity": 0,
8 "mode": "Tube"
9 },
10 {
11 "name": "Central",
12 "status": "Minor Delays",
13 "reason": "Minor delays due to an earlier signal failure at Holborn",
14 "severity": 6,
15 "mode": "Tube"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://api.tfl.gov.uk" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs