Lyrics & 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

api.lyricsEndpoint.getLyrics(songName, textOnly, limit)

Parameter

Type

song

String

textOnly

Boolean

limit

Int

Get Artist/Track/Album by ID

api.lyricsEndpoint.getArtistByID(id)
api.lyricsEndpoint.getTrackByID(id)
api.lyricsEndpoint.getAlbumByID(id)

Parameter

Type

id

String

Last updated

Was this helpful?