Get current playlist entries for a specific artist.
Learn more about our playlist types in our help center.
The Get platforms for playlist data endpoint lists available platforms.
Don't know the artist UUID yet? Use the Get artist by platform ID or Search artist by name endpoints.
GET /api/v2.20/artist/{uuid}/playlist/current/{platform}
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | An artist UUID |
Required |
platform | string | A playlist platform code |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
type | string | A playlist type. Available values are : 'all' or one of editorial, algorithmic, algotorial, major, charts, curators_listeners, radios, this_is |
|
offset | integer | Get results starting from position |
|
limit | integer | Number of results (max. 100) |
|
sortBy | string | Sort criteria. Available values are : position, positionDate, entryDate, subscriberCount |
|
sortOrder | string | Sort order. Available values are : asc, desc |
Status code | Description | Resource |
---|---|---|
200 | OK
An Artist Track Collection response |
Artist Playlist Track Positions |
400 | Bad Request
Invalid request |
|
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
Artist Not Found |