curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/users/profile \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}Get detailed information about a specific user
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/users/profile \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}API Key
Spotify user URI to get user profile
^spotify:user:[a-zA-Z0-9]+$"spotify:user:zzlpwp9oqs59bqkasw2v6d96w"
Was this page helpful?