Welcome to VerseVibe API

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:

Free API Keys:

AbroCodesX7kL9 AbroCodesp3RqT AbroCodes8nM2v AbroCodesQ1wY5 AbroCodes6jH4k

Sample Request:
GET https://api-versevibe.zone.id/versev1/lyrics?title=After%20Hours&apikey=AbroCodesX7kL9
VerseV1 (Spotify/Deezer/Apple Music)

Endpoint: /versev1/lyrics

Method: GET

Parameters:

  • title: Song name (required)
  • apikey: One of the provided API keys
Example:
GET https://api-versevibe.zone.id/versev1/lyrics?title=After%20Hours&apikey=AbroCodes8nM2v
Example Response:
{
  "artist_name": "The Weeknd",
  "track_name": "After Hours",
  "lyrics": "Thought I almost died in my dream again...",
  "artwork_url": "https://..."
}
VerseV2 (YouTube Lyrics)

Endpoint: /versev2/lyrics

Method: GET

  • title: Song name (required)
  • apikey: One of the provided API keys
Example:
GET https://api-versevibe.zone.id/versev2/lyrics?title=Happier%20Than%20Ever&apikey=AbroCodesQ1wY5
Response Codes
  • 200: Success
  • 400: Missing or invalid parameters
  • 401: Invalid or missing API key
  • 404: Lyrics not found
  • 500: Server error