Skip to main content
GET
Get usage statistics as an admin

Date range

Specify the reporting window using the required start_date and end_date parameters. Both support the following formats (all in UTC):
FormatExample
YYYY-MM-DD2025-09-29
YYYY-MM-DDTHH:MM:SS2025-09-29T14:30:00
The maximum date range is 366 days.

Grouping

The optional group_by parameter controls how results are organized:
ValueDescription
(default)Returns total usage for the entire date range across all API keys
keyGroups usage by individual API key, showing totals for each key over the date range
key_and_dayGroups usage by both API key and day, providing daily breakdowns per key

Response structure

All responses include a breakdown of usage by service type:
FieldDescription
total_charactersCombined character usage across all services
text_translation_charactersCharacters used for text translation
document_translation_charactersCharacters used for document translation
text_improvement_charactersCharacters used for text improvement (rephrasing)
speech_to_text_minutesDuration of speech-to-text usage in minutes

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Query Parameters

start_date
string<date>
required

Start date for the usage report (ISO 8601 date format).

end_date
string<date>
required

End date for the usage report (ISO 8601 date format).

group_by
enum<string>

Optional parameter to group usage statistics. Possible values:

  • key - Group by API key
  • key_and_day - Group by API key and usage date
Available options:
key,
key_and_day

Response

The usage statistics for the specified date range.

The response for admin usage statistics.

usage_report
object

Contains the detailed usage statistics for the specified date range.