curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/matcher.subtitle.get?apikey='Get the syncs for a song given its title, artist and duration.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/matcher.subtitle.get?apikey='The song title. Required if the track_isrc is not indicated.
"Sexy and I know it"
The song artist. Required if the track_isrc is not indicated.
"LMFAO"
Filter by subtitle length in seconds. For it to function, must be used together with the 'f_subtitle_length_max_deviation' parameter.
"200"
Max deviation for a subtitle length in seconds.
"3"
(Optional parameter) If you have an available ISRC ID in your catalogue you can query using this ID only.
"USUM71108090"
200 OK / 401 Unauthorized
Show child attributes
Was this page helpful?