curl --request GET \
--url https://api.deepl.com/v2/usage \
--header 'Authorization: <api-key>'{
"character_count": 180118,
"character_limit": 1250000
}Check usage and limits
Retrieve near-real-time character usage and account limits for the current billing period.
curl --request GET \
--url https://api.deepl.com/v2/usage \
--header 'Authorization: <api-key>'{
"character_count": 180118,
"character_limit": 1250000
}- For Pro API accounts, the response breaks usage down by product (
translate,write) and reports both account totals and counts for the API key used to make the request. Responses for Free API and Pro Classic accounts contain onlycharacter_countandcharacter_limit. character_countsums text translation, document translation, and text improvement characters. Characters are counted from the source text length in Unicode code points, so “A”, “Δ”, “あ”, and “深” each count as one character.character_limitreflects a Cost Control limit if one is set;api_key_character_limitreflects a key-level usage limit if one is set. Both fields return1000000000000when no limit is configured.
Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Response
The account's usage and limits.
Characters translated so far in the current billing period.
180118
Current maximum number of characters that can be translated per billing period. If cost control is set, the cost control limit will be returned in this field.
1250000
Only present for API Pro users. Per-product usage details.
Show child attributes
Show child attributes
Only present for API Pro users. Total characters used by this API key in the current period.
636
Only present for API Pro users. Character limit for this API key in the current period.
1000000000000
Deprecated. Always returns 0. Use speech_to_text_minutes_count instead.
0
Deprecated. Always returns 0. Use speech_to_text_minutes_limit instead.
0
Only present for API Pro users. Minutes of speech-to-text used in the current period. Milliseconds are rounded up to the nearest minute.
30
Only present for API Pro users. Maximum minutes of speech-to-text that can be used in the current billing period.
600
Only present for API Pro users. Start time of the current billing period (ISO 8601).
"2025-05-13T09:18:42Z"
Only present for API Pro users. End time of the current billing period (ISO 8601).
"2025-06-13T09:18:42Z"