Skip to content

API Documentation

We are trying to provide useful APIs to help federations and service providers to integrate better. We also try to be as open as possible with the data, while respecting GDPR and the integrity of the results and meetings.

We have had a few implementations of our APIs over the years. Going forward, we intend to support one approach using Django Rest Framework, based on URL patterns prefixed with api, such as https://data.opentrack.run/api/hello/

All of our code examples are in Python.


Where you just need to fetch data, and it is not sensitive, we also provide a number of "json URLs", which you can simply fetch and view in a browser. These do not use the same API framework.