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