LyriVerse

A straightforward and user-friendly RESTful lyrics API that operates seamlessly. Keep in mind, there's a limit of 100 requests per hour to prevent misuse of the service.

API Endpoint (Artist name is optional)

/api/:track_name & artist_name

Response Example

/api/hello will return this JSON object

{ "lyrics": "[Verse 1]\nHello, it's me\nI was wondering if after all these years..." }

Try it Yourself: