{% extends "settings.html" %} {% block pagetitle %}Apps/Bots{% endblock %} {% block content %}
API Guide
{{SITE_FULL}}/api
Your API Applications
{% for app in v.applications if app.client_id %}
{% if app.client_id %} {% endif %}
{% else %}

None

{% endfor %}
API Applications Awaiting Approval
{% for app in v.applications if not app.client_id %}
{% if app.client_id %} {% endif %}
{% else %}

None

{% endfor %}
Your Authorized Applications
{% for auth in v.authorizations %}
{% else %}

None

{% endfor %}
Request API Keys
{% endblock %} {% block clipboard %}
Token copied to clipboard
{% endblock %}