cURL
curl --request GET \ --url https://spotify-api31.p.rapidapi.com/api/v1/users/following \ --header 'x-rapidapi-key: <api-key>'
{ "data": [ { "id": "brittawagner94", "name": "🤍 BRITTA", "uri": "spotify:user:brittawagner94", "username": "31xlltayf62hcbnzwsqlppywa2jq", "avatar": [ { "url": "https://i.scdn.co/image/ab67757000003b82361c0eb0c3dc24ddef291dda", "width": 64, "height": 64 } ], "followersCount": 20 } ], "message": "Success", "statusCode": 200, "pagination": { "total": 100, "hasMore": true, "continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX" } }
Get users that a specific user is following
API Key
Spotify user URI to get following users from
"spotify:user:taylorkennedy001"
Success
Array of users that the specified user is following
Show child attributes
"Success"
200
Was this page helpful?