LyricLocate
Find Song Lyrics Now
API Usage
The LyricLocate Lyrics API allows you to fetch song lyrics via HTTP requests.
Endpoints
GET /api/get_lyrics
GET /api/get_lyrics_from_spotify
Query Parameters for /api/get_lyrics
title
(string, required): The title of the song.artist
(string, required): The artist of the song.language
(string, optional): The language of the lyrics. Default isoriginal
. Onlyen
is supported for translated lyrics.
Query Parameters for /api/get_lyrics_from_spotify
spotify_url
(string, required): The Spotify track URL.language
(string, optional): The language of the lyrics. Default isoriginal
. Onlyen
is supported for translated lyrics.
Responses
200 OK - Returns the lyrics of the song.
{ "title": "Song Title", "artist": "Artist Name", "language": "Language", "lyrics": "Lyrics text here..." }
404 Not Found - Lyrics not found.
Example Requests
GET https://LyricLocate.kmst.me/api/get_lyrics?title=Shape+of+You&artist=Ed+Sheeran
GET https://LyricLocate.kmst.me/api/get_lyrics_from_spotify?spotify_url=https://open.spotify.com/track/7qiZfU4dY1lWllzX7mPBI3