curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/tracks/detail \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}Get detailed information about a specific track
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/tracks/detail \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}API Key
Spotify track URI to get track details
^spotify:track:[a-zA-Z0-9]+$"spotify:track:4WNcduiCmDNfmTEz7JvmLv"
Was this page helpful?