{% extends 'base.html' %} {% load i18n %} {% block title %} - Content API{% endblock %} {% block content %} {% with ch_icon="icon-exchange" ch_title="Content API" ch_bc1="Content API" %} {% include "layout_elements/category_header.html" %} {% endwith %}
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