Get album chart positions

Get chart positions of an album across platforms and countries

Name

get_album_chart_positions

Schema

Type
object

Properties

Name Description Example
albumId Unique identifier of the album 903790c8-25c5-43ed-a203-a87857a1e677
platform Platform used to filter chart data. Use the list_album_chart_platforms tool to retrieve supported platforms. itunes
currentOnly Get only the current chart positions. Set to false to also retrieve past positions. 1
limit Maximum number of items to return
offset Number of items to skip before starting to return results. Used for offset-based pagination.

Required

Name
albumId
platform