OpenAPI spec for retrieving usage and quota

This page contains only a guide that is auto-generated from DeepL's OpenAPI file.

For more detail about the /usage endpoint, please see the Retrieve usage & quota entry.

Check Usage and Limits

GEThttps://api.deepl.com/v2/usage
Authorization
Response

The account's usage and limits.

Body
character_countinteger (int64)

Characters translated so far in the current billing period.

Example: 180118
character_limitinteger (int64)

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.

Example: 1250000
Response
{
  "character_count": 180118,
  "character_limit": 1250000
}

Last updated