Skip to main content
GET
cURL

Query Parameters

id
string
required

The Spotify ID of the artist

include_groups
string

A comma-separated list of keywords to filter the response. Valid values are: album, single, appears_on, compilation

market
string

An ISO 3166-1 alpha-2 country code. If specified, only content available in that market will be returned

limit
integer
default:20

The maximum number of items to return (default: 20, min: 1, max: 50)

Required range: 1 <= x <= 50
offset
integer
default:0

The index of the first item to return (default: 0)

Response

Artist albums retrieved successfully

href
string

A link to the Web API endpoint returning the full result

limit
integer

The maximum number of items in the response

next
string | null

URL to the next page of items

offset
integer

The offset of the items returned

previous
string | null

URL to the previous page of items

total
integer

The total number of items available

items
object[]

Array of simplified album objects