Skip to main content
GET
/
api
/
v1
/
playlists
/
detail
Get playlist detail
curl --request GET \
  --url https://spotify-api31.p.rapidapi.com/api/v1/playlists/detail \
  --header 'x-rapidapi-key: <api-key>'
{
  "message": "Success",
  "statusCode": 200,
  "pagination": {
    "total": 100,
    "hasMore": true,
    "continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
  },
  "data": {
    "id": "7xgweIQV3bb0uXAgSHbmcH",
    "name": "okok",
    "uri": "spotify:playlist:7xgweIQV3bb0uXAgSHbmcH",
    "images": [
      {
        "url": "https://i.scdn.co/image/ab67706c0000d72c2e3d50a3d9b8ee9fe3a61dbd",
        "width": 640,
        "height": 640
      }
    ],
    "description": "",
    "owner": {
      "name": "James CM",
      "uri": "spotify:user:31wwpuobx7tptyouqcr4rbiw2lli",
      "username": "31wwpuobx7tptyouqcr4rbiw2lli",
      "avatar": [
        {
          "url": "https://i.scdn.co/image/ab67706c0000d72c2e3d50a3d9b8ee9fe3a61dbd",
          "width": 640,
          "height": 640
        }
      ]
    },
    "totalTracks": 374,
    "followers": 0,
    "following": false,
    "sharingInfo": {
      "shareId": "QP6BNO9rS-KiivWLeywjjw",
      "shareUrl": "https://open.spotify.com/playlist/7xgweIQV3bb0uXAgSHbmcH?si=QP6BNO9rS-KiivWLeywjjw"
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify playlist URI to get playlist details

Example:

"spotify:playlist:7xgweIQV3bb0uXAgSHbmcH"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Playlist detail information