Get tracklisting - latest
Get the latest playlist’s tracklisting.
The latestSubscriberCount data point returns the main audience number for the following services:
- Spotify (likes)
- Deezer (fans)
- YouTube (views)
- Audiomack (favorites)
- Boomplay (favorites)
- Gaana (favorites)
- JioSaavn (followers)
- Kuwo (streams)
- Line Music (likes)
- Melon (streams)
- QQ Music (streams)
- Soundcloud (likes)
- Yandex (likes)
Playlist refresh depends on the playlist size:
- between 6 and 10 followers - refreshed every 3 days
- between 11 and 50 followers - refreshed every 2 days
- between 51 and 5,000 followers - refreshed every day
- above 5,000 - refreshed every 2 hours
- New Music Friday - refreshed every hour
This endpoint allows you to query the correct date for the Get tracklisting for a date endpoint.
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.
Request
GET
/api/v2.20/playlist/{uuid}/tracks/latest
Path parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| uuid | string | A playlist UUID | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
A playlist track collection response |
Playlist Track Collection |
| 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 |