Changes for page SIRI API Introduction

Last modified by admin admin on 2026/04/30 02:22

From version 2.1
edited by admin admin
on 2024/07/23 04:55
Change comment: Uploaded new attachment "gtfs-b63.zip", version 1.1
To version 3.1
edited by admin admin
on 2026/04/30 02:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  MTA is dedicated to providing free real-time developer API's to the MTA Bus Time system, but did not want to develop Yet Another real time transit data standard. After some research and consultation with the local developer community, we identified the {{html}}<a href="https://user47094.vs.easily.co.uk/siri/">SIRI</a>{{/html}} standard and are using it in this project.
4 4  
5 -SIRI (Service Interface for Real Time Information) is a standard covering a wide range of types of real-time information for public transportation. This standard has been adopted by the European standards-setting body {{html}}<a href="https://www.cen.eu/">CEN</a>{{/html}}, and is not owned by any one vendor, public transportation agency or operator. It has been implemented in a growing number of different projects by vendors and agencies around Europe.
5 +SIRI (Service Interface for Real Time Information) is a standard covering a wide range of types of real-time information for public transportation. This standard has been adopted by the European standards-setting body {{html}}<a href="https://www.cen.eu/">CEN</a>{{/html}}, and is not owned by any one vendor, public transportation agency or operator. It has been implemented in a growing number of different projects by vendors and agencies around Europe. 
6 6  
7 7  == SIRI for the MTA Bus Time Developer API ==
8 8  
... ... @@ -25,7 +25,7 @@
25 25  
26 26  === GTFS Reference Data ===
27 27  
28 -These two SIRI calls use the MTA's {{html}}<a href="https://mta.info/developers/download.html">GTFS data</a>{{/html}} as a reference, for example for stop ID's and names. The OneBusAway software that powers MTA Bus Time comes with a {{html}}<a href="https://code.google.com/p/onebusaway/wiki/TransformingGtfs">free utility</a>{{/html}} to strip down a GTFS file to only the data relevant to a given route. Developers can use this utility to generate the GTFS for only the routes that are served by Bus Time.
28 +These two SIRI calls use the MTA's {{html}}<a href="https://mta.info/developers">GTFS data</a>{{/html}} as a reference, for example for stop ID's and names. The OneBusAway software that powers MTA Bus Time comes with a {{html}}<a href="https://code.google.com/p/onebusaway/wiki/TransformingGtfs">free utility</a>{{/html}} to strip down a GTFS file to only the data relevant to a given route. Developers can use this utility to generate the GTFS for only the routes that are served by Bus Time.
29 29  
30 30  === SIRI Going Forward ===
31 31