cURL
curl --request GET \ --url https://spotify-api31.p.rapidapi.com/api/v1/tracks/lyrics \ --header 'x-rapidapi-key: <api-key>'
{ "message": "Success", "statusCode": 200, "pagination": { "total": 100, "hasMore": true, "continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX" }, "data": { "trackId": "4WNcduiCmDNfmTEz7JvmLv", "lyrics": "In Control\nFeat. Selin\n...", "syncedLyrics": [ { "startTimeMs": "0", "words": "In Control" } ], "language": "en", "provider": { "name": "Musixmatch", "url": "https://www.musixmatch.com" } } }
Get lyrics for a specific track
API Key
URI must be a valid Spotify track URI (e.g., spotify:track:xxx) or Spotify track ID (e.g., 4WNcduiCmDNfmTEz7JvmLv)
"5JVLnPJ1rCvUeALxnynqUN"
Success
"Success"
200
Show child attributes
Track lyrics information
Was this page helpful?