VOOZH about

URL: https://developer.spotify.com/documentation/web-api/reference/get-users-profile

⇱ Web API Reference | Spotify for Developers


Skip to content
Reference
Web API •References / Users / Get User's Profile

Get User's Profile

Deprecated

Get public profile information about a Spotify user.

Request

Response

A user

  • display_namestring
    Nullable

    The name displayed on the user's profile. null if not available.

  • Known public external URLs for this user.

  • Deprecated

    Information about the followers of this user.

    • hrefstring
      Nullable

      This will always be set to null, as the Web API does not support it at the moment.

    • totalinteger

      The total number of followers.

  • hrefstring

    A link to the Web API endpoint for this user.

  • idstring

    The Spotify user ID for this user.

  • The user's profile image.

    • urlstring
      Required

      The source URL of the image.

      Example: "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228"
    • heightinteger
      Required
      Nullable

      The image height in pixels.

      Example: 300
    • widthinteger
      Required
      Nullable

      The image width in pixels.

      Example: 300
  • typestring

    The object type.

    Allowed values: "user"
  • uristring

    The Spotify URI for this user.

Response sample

{"display_name": "string","external_urls": {"spotify": "string"},"followers": {"href": "string","total": 0},"href": "string","id": "string","images": [{"url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228","height": 300,"width": 300}],"type": "user","uri": "string"}