Skip to main content
GET
/
v3
/
spoken-terms
/
{spoken_terms_id}
/
entries
Retrieve Spoken Terms entries
curl --request GET \
  --url https://api.deepl.com/v3/spoken-terms/{spoken_terms_id}/entries \
  --header 'Authorization: <api-key>'
{
  "lang": "en",
  "entries": "DeepL\nAPI\nwebhook"
}
{
"message": "Bad request"
}
{
"message": "<string>",
"code": "invalid_content_type"
}
{
"message": "Forbidden. Authorization failed or feature not available for your plan."
}
{
"message": "<string>",
"code": "invalid_content_type"
}
{
"message": "<string>",
"code": "invalid_content_type"
}

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Path Parameters

spoken_terms_id
string
required

A unique ID assigned to the Spoken Terms collection.

Query Parameters

lang
string
required

The language code (ISO 639-1) for the term list to retrieve.

Example:

"en"

Response

JSON object containing the term list entries.

lang
string

Language code (ISO 639-1).

Example:

"en"

entries
string

Newline-separated list of terms.

Example:

"DeepL\nAPI\nwebhook"