Again, all good. Now I see that the Trip IDs used in the GTFS-realtime feed aren’t present in the GTFS trips.txt file. I see from another topic in this forum that there’s another GTFS feed (exclusively for buses) which DOES have the correct Trip IDs.
So if I’m looking to have a system that includes real-time for all transport modes, what do I need to do to make this work?
Are there separate GTFS feeds for each transport mode (buses, trains, ferries etc.) that I can use, and each GTFS Trip ID will match the GTFS-realtime Trip ID?
Or do I need to process the ‘full’ GTFS feed first, then remove any and all bus information (stops, trips, routes, shapes, stop times, calendars), then process the ‘buses’ GTFS feed, in order to have GTFS trips that match their GTFS-realtime counterparts?
I found the separate GTFS feeds in the API Explorer - unfortunately I keep hitting 401 errors. Whether using the API key as a query string like below or using an Authorisation header. I’ve made sure my API key is valid for ‘GTFS for realtime’ but that makes no difference.