Get artist album chart positions

Get chart positions of an artist's albums across platforms and countries

Name

get_artist_album_chart_positions

Schema

Type
object

Properties

Name Description Example
artistId Unique identifier of the artist 11e81bd3-4a1f-de5c-8a88-a0369fe50396
platform Platform used to filter chart data. Use the list_album_chart_platforms tool to retrieve supported platforms. spotify
currentOnly Get only the current chart positions. Set to false to also retrieve past positions. 1
limit Maximum number of results to return
offset Number of results to skip before starting to return results. Used for offset-based pagination.

Required

Name
artistId
platform