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 | 7d534228-5165-11e9-9375-549f35161576 |
| platform | Platform used to filter chart data. Use the list_song_chart_platforms tool to retrieve supported platforms. | spotify |
| limit | Maximum number of songs to return (default 10) | |
| offset | Number of items to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| songId |
| platform |