v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
MetaInformation

Retrieve Language Resources

Returns all DeepL API resources and the features they support.

For each feature, the response indicates which languages must support it for the feature to be available — source only (needs_source_support), target only (needs_target_support), or both. This allows clients to determine feature availability for a language pair by checking the appropriate language's features object returned by GET /v3/languages.

get/v3/languages/resources

Response

JSON array where each item represents a DeepL API product.

name'translate_text' | 'translate_document' | 'glossary' | 'voice' | 'write' | 'style_rules' | 'translation_memory' required

The resource identifier.

Example response

[
  {
    "name": "translate_text"
  }
]