curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/track.subtitle.get?apikey='Get the subtitle for a track.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/track.subtitle.get?apikey='The Musixmatch commontrack ID.
"10074988"
The Musixmatch track ID.
"274345545"
A valid ISRC identifier.
"USAT21102141"
A Spotify ID.
"5TfzrLmEHCDULQwnNbkSTZ"
An Apple Music ID.
"1721054885"
The format of the subtitle (lrc, dfxp, mxm). Default to 'lrc', use 'mxm' for getting the subtitle as a json string.
"lrc"
The desired length of the subtitle (seconds).
"188"
The maximum deviation allowed from the f_subtitle_length (seconds).
"2"
200 OK / 401 Unauthorized / 404 Not Found
Show child attributes
Was this page helpful?