This API lets you fetch song lyrics from Spotify, YouTube, Apple Music and more.
All endpoints are accessed via GET requests. You can use any of the following API keys:
AbroCodesX7kL9 AbroCodesp3RqT AbroCodes8nM2v AbroCodesQ1wY5 AbroCodes6jH4k
GET https://api-versevibe.zone.id/versev1/lyrics?title=After%20Hours&apikey=AbroCodesX7kL9
Endpoint: /versev1/lyrics
Method: GET
Parameters:
title: Song name (required)apikey: One of the provided API keysGET https://api-versevibe.zone.id/versev1/lyrics?title=After%20Hours&apikey=AbroCodes8nM2v
{
"artist_name": "The Weeknd",
"track_name": "After Hours",
"lyrics": "Thought I almost died in my dream again...",
"artwork_url": "https://..."
}
Endpoint: /versev2/lyrics
Method: GET
title: Song name (required)apikey: One of the provided API keysGET https://api-versevibe.zone.id/versev2/lyrics?title=Happier%20Than%20Ever&apikey=AbroCodesQ1wY5
200: Success400: Missing or invalid parameters401: Invalid or missing API key404: Lyrics not found500: Server error