Skip to main content
GET
/
api
/
v1
/
artists
/
discography-overview
Get artist discography overview
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"
  },
  "data": {
    "id": "1yxSLGMDHlW21z4YXirZDS",
    "name": "Black Eyed Peas",
    "uri": "spotify:artist:1yxSLGMDHlW21z4YXirZDS",
    "discography": {
      "albums": {
        "totalCount": 16
      },
      "singles": {
        "totalCount": 61
      },
      "compilations": {
        "totalCount": 2
      },
      "all": {
        "totalCount": 79
      }
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify artist URI to get discography overview

Example:

"spotify:artist:1yxSLGMDHlW21z4YXirZDS"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Artist discography overview information