Get current arrivals and departures for stops identified by location
<response> <version>2</version> <code>200</code> <text>OK</text> <currentTime>1270614730908</currentTime> <data class="listWithReferences"> <references>...</references> <entry class="stopsWithArrivalsAndDepartures"> <stopIds> <string>1_75403</string> </stopIds> <arrivalsAndDepartures> <arrivalAndDeparture>...</arrivalAndDeparture> <arrivalAndDeparture>...</arrivalAndDeparture> <arrivalAndDeparture>...</arrivalAndDeparture> </arrivalsAndDepartures> <nearbyStopIds> <stopWithDistance> <stopId>1_75414</stopId> <distanceFromQuery>63.30975615515593</distanceFromQuery> </stopWithDistance> </nearbyStopIds> <limitExceeded>false</limitExceeded> </entry> </data> </response>
The response is primarily composed of <arrivalAndDeparture/> elements, so see the element documentation for specific details.
The nearby stop list is designed to capture stops that are very close by (like across the street) for quick navigation. This is sorted by distance and truncated to maxCount.
Trips will not show up in the results if the schedule_relationship is SKIPPED.