Function gtfs_server::routes::api::trips::trips_stopid[][src]

pub fn trips_stopid(
    rh: State<RoutesHandler>,
    stop_id: String
) -> Json<ResultArray<Trip>>

/trips/by-stop/<stop_id>, returns the Trips associated to the specified Stop UID, parametrized as <stop_id>. Returns a ResultArray <Trip>