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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.