This endpoint shows the translation progress for a project, identified by its TextUnited ID, and offers an option to view progress by specific tasks. For a comprehensive guide on tracking translation progress, including how to interpret the data returned, see the Translation Progress guide.

ℹ️

Instructions

Ensure that your request includes the necessary headers. To test the request directly on the platform:

  1. Navigate to the HEADERS section below the Response Payload section.
  2. To test the functionality of your request with specific path and query parameters:
    • Locate the input field designated for the {id} parameter in the "PATH PARAMS" section, which is found under the "Response Payload" section. Enter your desired value for {id} in this input field.
    • Specify the taskId in the corresponding input field located in the "QUERY PARAMS" section.
    • Execute the test directly on the platform by clicking the "Try It!" button at the top-right of your screen to initiate the request and view your response.

❗️

Sample Response

To see a sample response, click the "EXAMPLES" dropdown at the top-right of your screen.

Response Payload

The following fields are returned after a successful request:

FieldTypeDescription
totalNumberRepresents overall progress at each level (project, task, language), indicating completion status.
tasks.taskIdStringA unique identifier for the task.
tasks.totalNumberThe total count of items (e.g., words) processed in the task.
tasks.targetLanguages.languageIdNumberA unique identifier for the language.
tasks.targetLanguages.languageCodeStringThe ISO 639-3 code for the language.
tasks.targetLanguages.progressNumberThe percentage of items processed in the task.
languages.languageIdNumberA unique identifier for the language.
languages.languageCodeStringThe ISO 639-3 code for the language.
languages.progressNumberThe percentage of items processed in the language.
Language
Click Try It! to start a request and see the response here!