Christian Helbling
Christian Helbling
We from timetable.search.ch are still developing the gtfsrt integration. This turned out to be quite complicated. We expect it to be ready soon. Cancelled connections are supported. They even have...
Yes, we are using this gtfsrt api. Cancelled trains are specified in "trip updates" as well (don't know if they have them for all the transport companies they support in...
hi I have enabled track changes as experimental opt-in on the timetable.search.ch API. If you add &show_trackchanges=1 changed tracks are considered. Changed tracks are returned in the same field normal...
We from timetable.search.ch (which ist the new backend for the transport api) are still working to properly integrate the gtfs-rt data. It is almost ready but we found some big...
I reactivated the show_delays parameter in the timetable.search.ch API. Look for arr_delay / dep_delay keys in the result to see the expected delays. If its value is set to 'X'...
Delays are not disabled but in Zurich not all lines have realtime information. See https://fahrplan.search.ch/realtime_companies You can try different stations like "Zürich Hardbrücke" or "Zürich Hardbrücke, Bahnhof".
can be fixed by adding &stoponly=1 to the search.ch subrequest
corresponding api call: http://fahrplan.search.ch/api/route.json?from=Ch%C3%A2teau-d%27Oex,%20Rte%20du%20Mont%20137&to=vevey ``` [..] "legs": [ { "departure": "2020-04-27 10:08:00", "isaddress": true, "name": "Château-d'Oex, Rte du Mont 137", "type": "walk", "terminal": "Château-d'Oex", "runningtime": 3900, "exit": { "arrival": "2020-04-27...
Corresponding upstream API Url would be something like: https://fahrplan.search.ch/api/stationboard.json?stop=Altdorf+UR,Spital&show_tracks=1 And more visual: https://fahrplan.search.ch/Altdorf-UR,Spital.mobile.html As you can see, operator Postauto provides the departure edges, but Auto AG Uri doesn't. The edges...
The issue was reported to Auto AG Uri and they provide the platforms via INFO+ now. The tracks seem to be fine in the fahrplan.search.ch API.