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

{% trans %}XMLRPC Entrypoint{% endtrans %}

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

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

{% endblock %}