Get the playlist’s tracklisting for a date.
To avoid unnecessary requests, you can first get the dates with available data from the Get tracklisting dates endpoint.
For YouTube, views per playlist are returned in the “latestSubscriberCount” data point.
All playlist types are listed in this article from our help center.
Need to get the playlist UUID? Use the Get playlist by platform ID or Search playlist by name endpoint.
GET /api/v2.20/playlist/{uuid}/tracks/{datetime}
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | A playlist UUID |
Required |
datetime | string | A ranking date (ATOM format) |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
offset | integer | Get results starting from position |
|
limit | integer | Number of results (max. 100) |
Status code | Description | Resource |
---|---|---|
200 | OK
A playlist track collection response |
Playlist Track Collection |
400 | Bad Request
Invalid date provided |
|
401 | Unauthorized
You are not logged in |
|
403 | Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
404 | Not Found
Playlist not found |