Wiki source code of GTFS-Realtime
Version 1.1 by admin admin on 2024/07/23 03:07
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = GTFS-Realtime Support = | ||
2 | |||
3 | MTA Bus Time now supports {{html}}<a href="https://github.com/google/transit/tree/master/gtfs-realtime/spec/en"> GTFS-Realtime</a>{{/html}} | ||
4 | |||
5 | |||
6 | |||
7 | |||
8 | TripUpdates, VehiclePositions, and Alerts are available at the following URLs | ||
9 | |||
10 | |||
11 | |||
12 | |||
13 | https://gtfsrt.prod.obanyc.com/tripUpdates?key=<YOUR_KEY> | ||
14 | |||
15 | https://gtfsrt.prod.obanyc.com/vehiclePositions?key=<YOUR_KEY> | ||
16 | |||
17 | https://gtfsrt.prod.obanyc.com/alerts?key=<YOUR_KEY> | ||
18 | |||
19 | |||
20 | Where **key** is 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. |