curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/artists/discography-overview \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}Get discography overview statistics for the specified artist
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/artists/discography-overview \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}API Key
Spotify artist URI to get discography overview
^spotify:artist:[a-zA-Z0-9]+$"spotify:artist:1yxSLGMDHlW21z4YXirZDS"
Was this page helpful?