Transport for Manchester, England

API

Free API for Manchester's multi-modal transport network data (TfGM)

Visit Website

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)

script.js JS

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

Transport for London (TfL) API Search Google
National Rail Enquiries API Search Google
Stagecoach Manchester API Search Google

People Also Ask about Transport for Manchester, England

Transport for Manchester, England vs Transport for London (TfL) APITransport for Manchester, England vs National Rail Enquiries APITransport for Manchester, England vs Stagecoach Manchester API Transport for Manchester, England 2025 review

Tool Info

Pricing Freemium
Category Transportation
Platform Public API

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

More Transportation Tools