cURL
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 } ], "owner": { "name": "Spotify" } } ] } }
Get playlists featuring the specified artist
API Key
Spotify artist URI to get featuring playlists
"spotify:artist:3Nrfpe0tUJi4K4DXYWgMUX"
Success
"Success"
200
Show child attributes
Featuring playlists information
Was this page helpful?