2. API

The software contains an application programming interface (API) to get information out of the database, to use it in your own application, make certain changes to the database, or add new data to the database. The API is implemented as a REST like interface. A call is made to a URL using a GET or POST request. Each call will return JSON data containing information about the call.

Multiple versions of the API are supported. Please consult the correct version of the documentation below for the required information. The documentation contains each of the available API calls, containing information about the required parameters, the returned data and possible error codes. At the end of each page, example calls and example returned data are given.