MongoDB Cache • 3 Providers • Secure API

Fast Lyrics API

Powerful lyrics API with intelligent MongoDB caching, multiple providers and secure access token authentication.

Status

🟢 Online

Database

MongoDB

Providers

3 Active

Security

Protected

Example Request

curl -H "X-API-Key: YOUR_TOKEN" \
https://yourdomain.com/api/lyrics?song=Believer
        

Example Response

{
  "success": true,
  "source": "mongodb",
  "songName": "Believer",
  "artist": "Imagine Dragons",
  "lyrics": "..."
}