curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/artists/featuring \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
},
"data": {
"totalCount": 8,
"items": [
{
"name": "This Is BTS",
"uri": "spotify:playlist:37i9dQZF1DX08mhnhv6g9b",
"description": "Welcome to the BTS's universe. A.R.M.Y's World! 💜",
"images": [
{
"url": "https://i.scdn.co/image/ab67706f00000002fb55a70730360f1eb77e1bbc",
"width": null,
"height": null
}
]
}
]
}
}Get playlists featuring the specified artist
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/artists/featuring \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
},
"data": {
"totalCount": 8,
"items": [
{
"name": "This Is BTS",
"uri": "spotify:playlist:37i9dQZF1DX08mhnhv6g9b",
"description": "Welcome to the BTS's universe. A.R.M.Y's World! 💜",
"images": [
{
"url": "https://i.scdn.co/image/ab67706f00000002fb55a70730360f1eb77e1bbc",
"width": null,
"height": null
}
]
}
]
}
}API Key
Spotify artist URI to get featuring playlists
^spotify:artist:[a-zA-Z0-9]+$"spotify:artist:3Nrfpe0tUJi4K4DXYWgMUX"
Was this page helpful?