You can fetch all the report data (well, any data in Discourse) via the API. Check out
For the report data, you can just add .json to the URL. For example /admin/reports/topics.json?end_date=2020-01-26&start_date=2019-12-26 will get you all the data for the topics report.