TRACK.SUBTITLE.TRANSLATION.GET

Get a translated subtitle for a given language


Parameters

selected_language
The language of the translated lyrics (ISO 639-1)
min_completed
Teal from 0 to 1. If present, only the tracks with a translation ratio over this specific value, for a given language, are returned Set it to 1 for completed translation only, to 0.7 for a mimimum of 70% complete translation.
commontrack_id
The Musixmatch commontrack id
track_isrc
A valid ISRC identifier
f_subtitle_length
The desired length of the subtitle (seconds)
f_subtitle_length_max_deviation
The maximum deviation allowed from the f_subtitle_length (seconds)

The api will return both the subtitle and its translation. Subtitle and translation will always have the exact number of lines hence every subtitled line can be easily associated with its translation.

Authentication

This method requires authentication.


Example:Get the subtitle of "A Thousand Years" and the italian translation

/track.subtitle.translation.get?commontrack_id=10074988&selected_language=it

Response