Skip to main content
GET
Get user following

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify user URI to get following users from

Pattern: ^spotify:user:[a-zA-Z0-9]+$
Example:

"spotify:user:taylorkennedy001"

Response

Success

data
object[]
required

Array of users that the specified user is following

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object