v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
ManageSpokenTerms

Retrieve Spoken Terms entries

Retrieve the actual terms for a specific language from a Spoken Terms collection.

get/v3/spoken-terms/{spoken_terms_id}/entries

Path parameters

spoken_terms_idstring required

A unique ID assigned to the Spoken Terms collection.

Query parameters

langstring required
Example:en

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

Response

JSON object containing the term list entries.

langstring

Language code (ISO 639-1).

entriesstring

Newline-separated list of terms.

Example response

{
  "lang": "en",
  "entries": "DeepL\nAPI\nwebhook"
}