Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Video Translation Status

Retrieve the translation status of a video.

GET
/api/v2/videos/{videoId}/translations/{language}/status

Path Parameters

Name Type Description Required
videoId string ID of video to return translation status for Yes
language string Language ID of video to return status for Yes

Response Body

application/json

{
"videoId": "string",
"title": "string",
"status": "string",
"language": "string"
}

Parameter Type Description
videoId string Video ID for translation status.
title string video title
status string NotStarted, Preparing, InProgress, Success, Failed
language string Two digit country code.

Unauthorized error

Internal server error