API - nshi/gtfs-rt GitHub Wiki

GetLatestSchedule

Parameters:

  1. trip_id (String)
  2. some

Return: A VoltTable containing stop sequence, stop name, and arrival time sorted by arrival time. Null if the trip doesn't exist.

GetAvgStopDelays

Parameters:

  1. trip_id (String)

Return: A VoltTable containing stop name, average delay for each stop in stop sequence order. Null if the trip doesn't exist.