Get playlist metadata using the UUID.
Some data points change from one platform to another:
Platform | Country | Subscribers | Views |
---|---|---|---|
Spotify | for some playlists | X | |
Deezer | X | ||
Apple Music | X | ||
Amazon | X | ||
Youtube | X | ||
Tidal | |||
Boomplay | for some playlists | X | |
JioSaavn | X | ||
Gaana |
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.8/playlist/{uuid}
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | A playlist UUID |
Required |
Status code | Description | Resource |
---|---|---|
200 | OK
A playlist response |
Playlist |
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 |