latestOpenAPI 3.0.12026-08-144878134.7 KB
c2fa1c98dbc2
Tracks
Lyrics
Returns the lyrics for a track when available. The response contains a single lyrics field as a plain string with newline-separated lines.
Returns lyrics: null for instrumental tracks (hasVocals: false) and for vocal tracks whose lyrics have not been registered yet. A hasVocals: true value on the track response does not guarantee that lyrics are available, so always handle the null case before rendering.
get/v0/tracks/{trackId}/lyrics
Path parameters
trackIdstring required
Track id
Response
Lyrics response