Skip to main content
GET
/
api
/
v1
/
artists
/
featuring
Get artist featuring (Playlist)
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"
        }
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify artist URI to get featuring playlists

Example:

"spotify:artist:3Nrfpe0tUJi4K4DXYWgMUX"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Featuring playlists information