{% load docca_tags %} {{ site_name }} — {{ site_tagline }} {# Navbar #} {# Hero #}

{{ site_name|default:"API" }}

A commercial-grade API for astronomical computation and geographic reference data. {{ site_description }}

Browse Endpoints {% if docs_url %} Documentation {% endif %}
{{ total_endpoints }}
Endpoints
{{ apps|length }}
APIs
{% if site_free_tier_requests %}
{{ site_free_tier_requests }}
Free requests
{% endif %}
{# App cards #}

What's available

{% for app in apps %}
{# Coloured top bar #}
{{ app.app_label|title }}
{% if app.description %}

{{ app.description }}

{% endif %} {# Tag pills #} {% if app.tags %}
{% for tag in app.tags %} {{ tag }} {% endfor %}
{% endif %}
{{ app.endpoint_count }} endpoint{{ app.endpoint_count|pluralize }} Explore →
{% endfor %}