Skip to main content
GET
/
api
/
v1
/
artists
/
related
Get related artists (Fans also like)
curl --request GET \
  --url https://spotify-api31.p.rapidapi.com/api/v1/artists/related \
  --header 'x-rapidapi-key: <api-key>'
{
  "message": "Success",
  "statusCode": 200,
  "pagination": {
    "total": 100,
    "hasMore": true,
    "continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
  },
  "data": {
    "totalCount": 40,
    "items": [
      {
        "id": "0b1sIQumIAsNbqAoIClSpy",
        "name": "j-hope",
        "uri": "spotify:artist:0b1sIQumIAsNbqAoIClSpy",
        "avatars": [
          {
            "url": "https://i.scdn.co/image/ab6761610000e5eb25c2401c3595f0ac35e19b98",
            "width": 640,
            "height": 640
          }
        ]
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify artist URI to get related artists

Example:

"spotify:artist:3Nrfpe0tUJi4K4DXYWgMUX"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Related artists information