Skip to main content
GET
/
api
/
v1
/
tracks
/
lyrics
Get track lyrics
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"
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

URI must be a valid Spotify track URI (e.g., spotify:track:xxx) or Spotify track ID (e.g., 4WNcduiCmDNfmTEz7JvmLv)

Example:

"5JVLnPJ1rCvUeALxnynqUN"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Track lyrics information