This is a simple lyrics API made using NodeJS, Express, Typescript, and Cheerio.
https://lyrics-finder-api.vercel.app
Method: GET
/lyrics?song={song title}
{
"lyrics": "{lyrics of the song}",
"title": "{title of the song}",
"artist": "{artist name}",
"albumArt": "{url of the album art of the song}"
}
You can find the main project here.