Skip to main content
GET
/
api
/
v1
/
albums
/
detail
Get album detail
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"
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify album or prerelease URI to get the detail of

Pattern: ^spotify:(album|prerelease):[a-zA-Z0-9]+$
Example:

"spotify:album:70hX7IYqmUGV97OXs2v848"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Album detail information