v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBGlossary 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
Example request
{
"locale_code": "en-US",
"content": "My translated term"
}Response
Created
Example response
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"locale_code": "en-US",
"content": "Save",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}