Get song chart positions

Get chart positions of a song across platforms and countries

Name

get_song_chart_positions

Schema

Type
object

Properties

Name Description Example
songId Unique identifier of the song 11e82612-052b-f4f4-a20c-a0369fe50396
platform Platform used to filter chart data. Use the list_song_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 items to return
offset Number of items to skip before starting to return results. Used for offset-based pagination.

Required

Name
songId
platform