v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Users
Library
Artists

Get Followed Artists

Get the current user's followed artists.

get/me/following

Query parameters

type'artist' required

The ID type: currently only artist is supported.

Example:artist
afterstring

The last artist ID retrieved from the previous request.

Example:0I2XqVXqHScXjHhk6AYYRe
limitinteger

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

Example:10

Response

A paged set of artists

Example response

{
  "artists": {
    "items": [
      {
        "genres": [
          "Prog rock",
          "Grunge"
        ],
        "images": [
          {
            "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
            "height": 300,
            "width": 300
          }
        ]
      }
    ]
  }
}