translation_id | number | Unique translation identifier. |
key_id | number | Identifier of the key of the translation. |
language_iso | string | Language code. |
modified_at | string | Date and time of last translation modification. |
modified_at_timestamp | number | Unix timestamp of last translation modification. |
modified_by | number | Identifier of the user, who made last modification. |
modified_by_email | string | E-mail of the user, who made last modification. |
translation | string | The actual translation content. Pass as an object, in case it includes plural forms and is_plural is true . |
is_unverified | boolean | Whether the Unverified flag is enabled. |
is_reviewed | boolean | Whether the Reviewed flag is enabled. |
reviewed_by | number | Identifier of the user, who has reviewed the translation (if reviewed). |
words | number | Number of words in the translation. |
custom_translation_statuses | array of objects | Array consisting of Custom Translation Status objects. |
task_id | number | Identifier of the task, if the key is a part of one, or null if it's not. |
segment_number | number | If segmentation is used then this is a segment number. If not then it defaults to 1. |