GTFS Realtime
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]