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"
  }
}

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)

Pattern: ^spotify:track:[a-zA-Z0-9]+$ or ^[a-zA-Z0-9]+$
Example:

"5JVLnPJ1rCvUeALxnynqUN"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Track lyrics information