Lyrics API

A simple serverless API to fetch synced lyrics from Kugou

GET /api/lyrics
Parameter Type Required Description
title String Yes The title of the song
artist String No The name of the artist
duration Number No Song duration in seconds (improves accuracy)

Example Usage

https://lyrics-api.voidemx.lol/api/lyrics?title=Starboy

Try it live →