curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/albums/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 album
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/albums/detail \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}API Key
Spotify album or prerelease URI to get the detail of
^spotify:(album|prerelease):[a-zA-Z0-9]+$"spotify:album:70hX7IYqmUGV97OXs2v848"
Was this page helpful?