v1
latestOpenAPI 3.0.32026-07-265278189.1 KBMetaInformation
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.
Example response
[
{
"name": "translate_text"
}
]