Transport for Manchester, England
APIFree API for Manchester's multi-modal transport network data (TfGM)
Overview
The Transport for Manchester (TfGM) API provides real-time and static data for Manchester’s transport network, including buses, trams, trains, and cycling infrastructure. Key endpoints offer real-time vehicle positions, timetable details, route information, service disruptions, and stop locations. Responses are formatted in JSON. Use cases include building commuter apps with live arrival times, integrating transport data into navigation tools, creating disruption alerts, or conducting urban transport analysis. It follows RESTful principles and requires an API key for authentication.
Example Integration (JavaScript)
fetch('https://developer.tfgm.com/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful
- JSON support
- Real-time transport data
- Static timetable access
- Multi-modal coverage (buses, trams, trains)
- API key authentication
Frequently Asked Questions
? Is Transport for Manchester API free to use?
Yes, it offers a free tier with rate limits; paid plans may be available for higher usage needs.
? Does it require an API Key?
Yes, you need to register on the TfGM developer portal to obtain an API key for authentication.
? What is the response format?
All responses are in JSON format, making integration into applications straightforward.
Top Alternatives
People Also Ask about Transport for Manchester, England
Tool Info
Pros
- ⊕ Comprehensive multi-modal transport data
- ⊕ Real-time and static data availability
- ⊕ Well-documented endpoints
- ⊕ Suitable for commuter apps and urban analysis
Cons
- ⊖ Rate-limited free tier
- ⊖ Requires API key
- ⊖ Regional focus (Manchester only)
- ⊖ Limited historical data access