Skip to main content
GET
/
api
/
v1
/
users
/
profile
Get user profile
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"
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify user URI to get user profile

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

"spotify:user:zzlpwp9oqs59bqkasw2v6d96w"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

User profile information