Content API

Developers can access the content of this website through a public API delivering JSON feeds for various object types of this website like events, participants or documents.

The API content can be accessed by using an API endpoint and adding ?format=json as a parameter, e.g.:

/api/v0.1/events/?format=json

Single objects can be accessed like this:

/api/v0.1/events/{id}/?format=json
/api/v0.1/events/set/{id};{id}/?format=json
Current version of the API: v0.1