Retrieve languages
API reference for retrieving supported languages with the DeepL API.
Get all currently supported source and target languages that can be used for text and document translation.
As of July 2024, Arabic (AR
) and traditional Chinese (ZH-HANT
) are supported for text translation but are not yet supported for document translation. Therefore, these languages have not yet been added to the /languages
endpoint. We will add these languages to the /languages
endpoint where appropriate after document translation support is added.
Supported languages for text improvement (DeepL API for Write) have also not yet been added to the /languages
endpoint; we'll be extending the /languages
endpoint in the near future to include this information.
To get languages available for glossaries, please see here.
We also provide a spec that is auto-generated from DeepL's OpenAPI file. You can find it here.
To understand how we'll update the /languages
endpoint when we add translation support for a new language or language variant, please see this article.
The example below uses our API Pro endpoint https://api.deepl.com. If you're an API Free user, remember to update your requests to use https://api-free.deepl.com instead.
Query parameters
type
(optional)
Supported values are source
or target
. If type parameter is not included, defaults to source
.
Type: enum
Last updated