List Curator Playlists
Get playlists created by a curator. Sort columns by platform: spotify — last_updated, followers (default), num_track; applemusic — last_updated (default), num_track; deezer — last_updated (default), followers, num_track.
- Type: string enumplatformrequired
Streaming platform. Curator playlists are supported on
spotify,applemusic,deezer.values- cm
- spotify
- itunes
- applemusic
- deezer
- Type: integeridmin:0max:2147483647required
Chartmetric curator ID.
- Type: stringstorefrontmin length:2max length:2
ISO 3166-1 alpha-2 country code (2 letters, e.g. 'US', 'BR', 'GB').
- Type: integerlimitmin:1
Maximum number of items to return per request.
- Type: integeroffsetmin:0
Number of items to skip from the start of the result set; pair with
limitto paginate. - sort
Column Column to sort playlists by. Allowed values vary per platform — see the operation description for the per-platform list.
- Type: string enum
Column to sort playlists by. Allowed values vary per platform — see the operation description for the per-platform list.
values- last
_updated - followers
- num
_track
- Type: booleansort
Order Desc If true, sort
sortColumnin descending order. Only allowed whensortColumnis set. Defaults to true.
- application/json
curl https://api.chartmetric.com/api/curator/cm/0/playlists \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"total_length": "134",
"length": 1,
"data": [
{
"id": 1667152,
"name": "Dominican Republic Viral 50",
"playlist_id": "37i9dQZEVXbJWZV7aRNQck",
"description": "Your daily update of the most viral tracks in Dominican Republic.",
"image_url": "https://charts-images.scdn.co/assets/locale_en/viral/daily/region_do_large.jpg",
"sys_last_updated": "2020-11-04T09:17:40.488Z",
"last_updated": "2020-11-04T09:17:39.956Z",
"personalized": false,
"code2": "do",
"owner_name": "spotifycharts",
"owner_id": 133000,
"user_id": "spotifycharts",
"official": true,
"tags": [
{
"id": 4280,
"name": "latin"
}
],
"followers": 23896,
"num_track": "50",
"fdiff_week": 43,
"fdiff_month": 322,
"catalog": "frontline ",
"active_ratio": 0
}
]
}