Music

This API provides deep and powerful tools for searching lyrics, artists or albums. Unlike other APIs it can also search by lyrics and does not need separate artist and song name entries.

Get lyrics for a song

await ksoft.music.lyrics(query, text_only, clean_up, limit)

Parameter

Type

query

str

text_only

bool

clean_up

bool

limit

int

Get music recommendations (paid)

await ksoft.music.recommendations(tracks, provider, youtube_token, limit, recommended_type)

Parameter

Type

tracks

List[str]

provider

str

youtube_token

str

limit

int

recommended_type

str

Last updated

Was this helpful?