Lyrics

Lyrics

GET https://my.elara.services/api/lyrics

Query Parameters

NameTypeDescription

name

string

Song name

key

string

Your API key

{
    status: true, 
    author: "",
    title: "",
    url: "",
    thumbnail: "",
    lyrics: ""
}

Last updated