> ## Documentation Index
> Fetch the complete documentation index at: https://developers.deepl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage Analytics Dashboard

> A demo dashboard for visualizing DeepL API key usage across an entire account using the Admin API.

<Card title="GitHub - DeepLcom/usage-analytics-demo-dashboard" icon="github" horizontal href="https://github.com/DeepLcom/usage-analytics-demo-dashboard">
  Usage Analytics Demo Dashboard on GitHub
</Card>

This open-source demo dashboard shows how to visualize DeepL API key usage across your entire account, powered by a single API call to the `/v2/admin/analytics` endpoint. It provides interactive charts, flexible date ranges, and per-API-key breakdowns to help you monitor and analyze your API usage.

The dashboard is designed to be lightweight and easy to set up, with zero NPM dependencies and sample data included for testing. It can be used as-is, or as an example of how similar data can be incorporated into your own internal workflows and dashboards.

For more information about the DeepL Admin API endpoint, check out the [Admin API documentation](/api-reference/admin-api/organization-usage-analytics).

## Features

* **Interactive charts and visualizations** - View your usage data through multiple chart types
* **Flexible date ranges** - Analyze usage over rolling periods or fixed date ranges
* **Per-API-key breakdown** - See usage broken down by individual API keys
* **Basic trends and forecasting** - Identify patterns in your API usage
* **Secure local configuration** - All configuration stays on your machine
* **Zero NPM dependencies** - Chart.js loaded from CDN for simplicity
* **Sample data included** - Test and demo without connecting to your account

## Screenshots

<Frame>
  <img src="https://mintcdn.com/deepl-c950b784/T1_WIv7Qt4aU2i7E/docs/learning-how-tos/cookbook/images/dashboard-overview.png?fit=max&auto=format&n=T1_WIv7Qt4aU2i7E&q=85&s=610cba4450684754bf54f44811ce7937" alt="Dashboard Overview showing character usage and usage by feature type" width="718" height="474" data-path="docs/learning-how-tos/cookbook/images/dashboard-overview.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/deepl-c950b784/T1_WIv7Qt4aU2i7E/docs/learning-how-tos/cookbook/images/usage-by-api-key.png?fit=max&auto=format&n=T1_WIv7Qt4aU2i7E&q=85&s=79dc856cd1a2271d47adc2488b7661c0" alt="Usage by API Key comparison chart showing top 5 keys" width="718" height="474" data-path="docs/learning-how-tos/cookbook/images/usage-by-api-key.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/deepl-c950b784/T1_WIv7Qt4aU2i7E/docs/learning-how-tos/cookbook/images/usage-trends.png?fit=max&auto=format&n=T1_WIv7Qt4aU2i7E&q=85&s=8c909ba34f53185d9144259dceee587e" alt="Daily usage trends across all API keys" width="718" height="474" data-path="docs/learning-how-tos/cookbook/images/usage-trends.png" />
</Frame>
