{% extends "base_query_page.html" %} {% block pagetitle %}{{ api_query.name }}{% endblock %} {% block bodytitle %}Manage{% endblock %} {% block head %} {% endblock %} {% block api_query_content %}

Public Request Endpoint

Edit

Details about the configuration and the public URL for this query.

{% if is_admin %} {% endif %}
Name {{ api_query.name }}
URL {{ api_query.public_link }}
Formats {% for format in api_query.format_links|dictsort %} {{ format[0] }}  {% endfor %}
Status {{ query_status }}
API Request {{ api_query.request }}
Owner {{ api_query.user_email }}
{% endblock %}