From version 1.1 >
edited by admin admin
on 2019/11/11 05:34
To version < 1.2
edited by admin admin
on 2023/09/13 12:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,11 +6,11 @@
6 6  
7 7  It is accessible at the following URLs:
8 8  
9 -http://bustime.mta.info/api/siri/stop-monitoring.json
9 +https://bustime.mta.info/api/siri/stop-monitoring.json
10 10  
11 11  with the following GET parameters:
12 12  
13 -* **key** - your MTA Bus Time developer API key (required). Go {{html}}<a href="http://spreadsheets.google.com/viewform?hl=en&formkey=dG9kcGIxRFpSS0NhQWM4UjA0V0VkNGc6MQ#gid=0">here</a>{{/html}} to get one.
13 +* **key** - your MTA Bus Time developer API key (required). Go {{html}}<a href="https://spreadsheets.google.com/viewform?hl=en&formkey=dG9kcGIxRFpSS0NhQWM4UjA0V0VkNGc6MQ#gid=0">here</a>{{/html}} to get one.
14 14  
15 15  * **version** - which version of the SIRI API to use (1 or 2). Defaults to 1, but 2 is preferrable.
16 16  
... ... @@ -34,8 +34,8 @@
34 34  
35 35  * **MinimumStopVisitsPerLine** - a lower bound on the number of buses to return in the results per line/route (assuming that many are available)
36 36  
37 -An example URL, incorporating some of these GET parameters, is {{html}}<a class="wikimodel-freestanding" href="http://bustime.mta.info/api/siri/stop-monitoring.json?key=##KEY##&OperatorRef=MTA&MonitoringRef=308209&LineRef=MTA%20NYCT_B63">
38 -<span class="wikigeneratedlinkcontent">http://bustime.mta.info/api/siri/stop-monitoring.xml?key=##KEY##&OperatorRef=MTA&MonitoringRef=308209&LineRef=MTA NYCT_B63</span>
37 +An example URL, incorporating some of these GET parameters, is {{html}}<a class="wikimodel-freestanding" href="https://bustime.mta.info/api/siri/stop-monitoring.json?key=##KEY##&OperatorRef=MTA&MonitoringRef=308209&LineRef=MTA%20NYCT_B63">
38 +<span class="wikigeneratedlinkcontent">https://bustime.mta.info/api/siri/stop-monitoring.xml?key=##KEY##&OperatorRef=MTA&MonitoringRef=308209&LineRef=MTA NYCT_B63</span>
39 39  </a>{{/html}}
40 40  
41 41