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"
}