{% extends 'base.html' %} {% load i18n %} {% block body %}

{% trans 'Apprise Details' %}

{% url 'details' as href %} {% blocktrans %}The following services are supported by this Apprise instance.{% endblocktrans %}

{% if show_all %} {% blocktrans %}To see a simplified listing that only identifies the Apprise services enabled click here.{% endblocktrans %} {% else %} {% blocktrans %}To see a listing that identifies all of Apprise services available to this version (enabled or not) click here.{% endblocktrans %} {% endif %}

{% trans 'API Endpoints' %}

{% blocktrans %}Developers who wish to receive this result set in a JSON parseable string for their application can perform the following to achive this:{% endblocktrans %}

{% blocktrans %}More details on the JSON format can be found here.{% endblocktrans %}

{% endblock %}