curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/users/followers \
--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 followers of a specific user
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/users/followers \
--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"
}
}API Key
Spotify user URI to get followers from
^spotify:user:[a-zA-Z0-9]+$"spotify:user:lukethoo"
Was this page helpful?