Web API •References / Users / Get Followed Artists
Get Followed Artists
Get the current user's followed artists.
Authorization scopes
Access your followers and who you are following.
Request
- typestringRequired
The ID type: currently only
artist
is supported.Example value:"artist"
Allowed values:"artist"
- afterstring
The last artist ID retrieved from the previous request.
Example value:"0I2XqVXqHScXjHhk6AYYRe"
- limitinteger
The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50.
Example value:10
Default value:20
Range:0
-50
Response
A paged set of artists
- Required
- hrefstring
A link to the Web API endpoint returning the full result of the request.
- limitinteger
The maximum number of items in the response (as set in the query or by default).
- nextstring
URL to the next page of items. (
null
if none) The cursors used to find the next set of items.
- totalinteger
The total number of items available to return.