Aggregated APC Data
Reporting API v1.8
Getting Started
- Use the Reporting REST-API to easily and securely retrieve Automatic Passenger Counting (APC) Data. The Reporting API contains resource collections for retrieval of stops, waypoints, door opening times, device lists and Microsoft® Excel® reports.
New Feature
Aggregated APC Data
- The API comes with new /reports/sum/{operator} method that returns aggregated counting data of the whole fleet for the purpose of connecting the API to powerful BI Cloud backends such as Microsoft Power BI. The method accepts a time range as parameter and returns passenger counts by date and by GPS-matched stops
- Please see the Aggregated APC Data for further details.
Raw Data for bulk operations
- For loading bigger sets of counting data into BI backends, the new /stops/range/{operator} method has been introduced. It returns passenger counting data of the whole fleet by the specified time period.
Change
Status Messages
- Vehicles with no status messages in the requested time range do not appear in the result list of the /events/{operator} API call anymore.
GTFS Stops Data - The optional GTFS field “stop_desc” (Stop description) will be exported from now on.
GTFS Stops Data - If stop matching is not enabled, the API call will return an empty file containing only the header.
GTFS Stops Data - GTFS files can be extended with up to 6 custom columns to store project specific content. The new parameter withGtfsExt manages whether the additional data is exported with the API.