API Documentation
Programmatic access to status data
← Back to Dashboard
{% for endpoint in endpoints %}
GET
{{ endpoint.route }}
{{ endpoint.description }}
{% if endpoint.parameters %}
Parameter
Type
Description
{% for param in endpoint.parameters %}
{{ param.name }}
{{ param.type }}
{{ param.description }}
{% endfor %}
{% endif %}
{% endfor %}