HomeGuide

lyrist

a simple and easy to use RESTful lyrics API that just works, please note that you can only make 150 requests per hour to prevent abuse of the API.

API Endpoint (Artist name is optional)

/api/:track_name/:artist_name

Response Example

/api/fumes/eden will return this JSON object

{ "title": "Fumes", "artist": "EDEN", "lyrics": "The morning light...", "source": "Musixmatch" }

Made with <3 by Ashish // SourcePowered by vercel