Skip to content

GTFS Realtime

GTFS-RT version 3.0 is now available!

This new feed offers additional cancellations and improved performance. The GTFS-RT version 2.0 is deprecated and will no longer be available after December 2, 2024.


GTFS Realtime is a feed specification that allows public transportation agencies to provide real-time updates about their fleet to application developers. It is an extension to GTFS (General Transit Feed Specification), an open data format for public transportation schedules and associated geographic information. GTFS Realtime was designed around ease of implementation, good GTFS interoperability and a focus on passenger information.

Please visit Google's GTFS Realtime page for more information.


Open API Reference

Trip Update

Get GTFS Realtime feed. See Google's GTFS Realtime page for more information.

Parameters

  • ApiKey (string): Your API Key

Examples

  • https://gtfsapi.translink.ca/v3/gtfsrealtime?apikey=[ApiKey]

Position Update

Get GTFS Realtime position feed. See Google's GTFS Realtime page for more information.

Parameters

  • ApiKey (string): Your API Key

Examples

  • https://gtfsapi.translink.ca/v3/gtfsposition?apikey=[ApiKey]

Service Alerts

Get GTFS Realtime service alerts. Visit Google's GTFS Realtime page for more information.

Parameters

  • ApiKey (string): Your API Key

Examples

  • https://gtfsapi.translink.ca/v3/gtfsalerts?apikey=[ApiKey]