{% extends "admin/base.html" %} {% block title %}API Usage Statistics{% endblock %} {% block header_title %}API Usage Statistics{% endblock %} {% block content %}

Requests per Day (Last 30 Days)

Peak Hours (UTC)

Server Load Distribution

Total Requests per API Key

{% for stat in key_usage_stats %} {% else %} {% endfor %}
Username Key Name Key Prefix Requests
{{ stat.username }} {{ stat.key_name }} {{ stat.key_prefix }} {{ stat.request_count }}
No usage data available.
{% endblock %}