A node.js API that extract synced lyrics from Musixmatch through Spotify. Check the source code on how it works, it is well commented/document lol. Also do not hestitate to ask me any questions
GET https://lyrix.vercel.app/getLyrics/{trackId}
This endpoint allows you to search for lyrics of a specific track using the Spotify Track ID.
GET https://lyrix.vercel.app/getLyricsByName/{artistName}/{trackName}?remix={true/false}
This endpoint allows you to search for lyrics of a specific track using the Artist Name and Track Name.
The remix
query parameter is optional, if set to true it will only return official remix songs.
Example:
https://lyrix.vercel.app/getLyricsByName/Asake/Sungba?remix=true
This will return lyrics of the official remix of the song "Sungba" by Asake. Example:
https://lyrix.vercel.app/getLyricsByName/Asake/Sungba
This will return lyrics of the original version of the song "Sungbaa" by Asake. Example:
https://lyrix.vercel.app/getLyricsByName/Asake/Sungba