Options
All
  • Public
  • Public/Protected
  • All
Menu

Get Spotify catalog information about an artist’s albums

https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-an-artists-albums

Hierarchy

Index

Properties

Optional include_groups

include_groups: AlbumGroupType[]

A comma-separated list of keywords that will be used to filter the response. If not supplied, all album types will be returned. Valid values are:

  • album
  • single
  • appears_on
  • compilation

For example: include_groups=album,single

Optional limit

limit: number

The maximum number of items to return

Default: 20, Minimum: 1, Maximum: 50

Optional market

market: string

Synonym for country. An ISO 3166-1 alpha-2 country code or the string from_token. Supply this parameter to limit the response to one particular geographical market

For example, for albums available in Sweden: market=SE

If not given, results will be returned for all markets and you are likely to get duplicate results per album, one for each market in which the album is available!

Optional offset

offset: number

The index of the first item to return

Default: 0 (the first object)

Use with limit to get the next set of items

Legend

  • Property

Generated using TypeDoc