{% extends "layout.html" %} {% set page_title = _('JSON') %} {% set active_page = 'about' %} {% block body %}

{% trans %}JSON Entrypoint{% endtrans %}

{% trans %} This is the entrypoint for the JSON API. If you're interested in using it head over to the {%- endtrans %} {% trans %}API documentation{% endtrans %}.

{% trans %}Alternatively you can also use the {% endtrans %} XMLRPC{% trans %}service. {% endtrans %}

{% endblock %}