{% extends 'faq/base.html.twig' %} {% block title %}Help{% endblock %} {% block body %} {{ parent() }}
{% apply markdown_to_html %} ## API GNU social provides APIs that applications can use to interact with it: - [AtomPub](https://loadaverage.org/doc/atompub) - [Twitter-compatible API](https://loadaverage.org/doc/twitterapi) ### API discovery The base URLs for the APIs can be obtained using [Really Simple Discovery](https://en.wikipedia.org/wiki/Really_Simple_Discovery). {% endapply %}
{% endblock %}