Skip to content

Report API

The report API is a collection of reports generated as CSV files. The main use-case is to download data for manual analyzes and verification. The CSV files should not be used as a service by another programs, the report can be changed at any time - without any notice.

Feel free to add more reports and to add your organization to the contact info list.

Contact Info

Changelog

  • 2021-05-19: Initial version of the report API. Support listing all transfers as a CSV text file.
  • 2021-07-19: Add report that exports the bicycle safety factors as CSV and an interactive HTML table view.

Documentation

This module mounts an endpoint for generating reports under otp/report. Available reports:

Configuration

The report API is turned off by default. To turn it on enable the ReportApi feature.

// otp-config.json
{
  "otpFeatures": {
    "ReportApi": true
  }
}