curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/matcher.lyrics.get?apikey='Get the lyrics for a track based on title and artist.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/matcher.lyrics.get?apikey='The song title. Required if the track_isrc is not indicated.
"Wildest Dreams (Taylor's Version)"
The song artist. Required if the track_isrc is not indicated.
"Taylor Swift"
(Optional parameter) A valid ISRC identifier. If you have an ISRC ID in your catalogue you can query using this ID only.
"USUG12103658"
200 OK / 401 Unauthorized / 404 Not Found
Show child attributes
Was this page helpful?