Skip to content
Web API •References / Users / Get Followed Artists

Get Followed Artists

Get the current user's followed artists.

Authorization scopes

Request

  • type
    string
    Required

    The ID type: currently only artist is supported.

    Example value: "artist"Allowed values: "artist"
  • after
    string

    The last artist ID retrieved from the previous request.

    Example value: "0I2XqVXqHScXjHhk6AYYRe"
  • limit
    integer

    The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.

    Example value: 10Default value: 20Range: 0 - 50

Response

A paged set of artists

  • Required
    • href
      string

      A link to the Web API endpoint returning the full result of the request.

    • limit
      integer

      The maximum number of items in the response (as set in the query or by default).

    • next
      string

      URL to the next page of items. ( null if none)

    • The cursors used to find the next set of items.

    • total
      integer

      The total number of items available to return.