v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Glossary Term Translations

Create a translation for a term

Create a new translation for a term in a term base (previously: glossary).

post/accounts/{account_id}/glossaries/{glossary_id}/terms/{term_id}/translations

Path parameters

account_idstring required

Account ID

glossary_idstring required

Glossary ID

term_idstring required

Term ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

locale_codestring required

Identifies the language for this translation

contentstring required

The content of the translation

Example request

{
  "locale_code": "en-US",
  "content": "My translated term"
}

Response

Created

idstring
locale_codestring
contentstring
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": "abcd1234cdef1234abcd1234cdef1234",
  "locale_code": "en-US",
  "content": "Save",
  "created_at": "2015-01-28T09:52:53Z",
  "updated_at": "2015-01-28T09:52:53Z"
}