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"
}
}
}Get detailed information about a specific playlist
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"
}
}
}API Key
Spotify playlist URI to get playlist details
^spotify:playlist:[a-zA-Z0-9]+$"spotify:playlist:7xgweIQV3bb0uXAgSHbmcH"
Was this page helpful?