Usage Analytics
Monitor your API usage, manage keys, and track performance
Monthly Usage Overview
Plan: {% if plan %}{{ plan.name }} ({{ limit|intcomma }} requests/mo){% else %}Free (100 requests/mo){% endif %}
Production Usage
Last 6 monthsTesting Usage
Last 6 monthsAPI Keys Management
Create New Key| Key | Name | Type | Usage | Status | Last Used | Actions |
|---|---|---|---|---|---|---|
|
{{ key.key|slice:":8" }}...{{ key.key|slice:"-4:" }}
Created {{ key.created_at|date:"M d, Y" }}
|
{{ key.name }}
|
{% if key.is_testing %} Playground {% else %} Production {% endif %} |
{% if key.is_testing %}{{ key.testing_used|default:0 }}{% else %}{{ key.requests_this_month|default:0 }}{% endif %}
{% if key.is_testing %}
of {{ key.testing_limit|default:"∞" }}
{% else %}
of {{ limit|default:100 }}
{% endif %}
|
{% if key.is_active %} Active {% else %} Inactive {% endif %} |
{% if key.last_used %}
{{ key.last_used|date:"M d, Y" }}
{{ key.last_used|naturaltime }}
{% else %}
Never
{% endif %}
|
|
|
No API keys found Create your first API key to get started |
||||||