List Youtube Playlists
List youtube playlists with filters (flags, catalogs, tags, moods, activities, etc.), sorting, and pagination. Response shape varies slightly per platform (e.g. Spotify exposes followers/fdiff_*, YouTube exposes views/vdiff_*, SoundCloud exposes latest/monthly_diff). Reach/follower columns may exceed the 32-bit range.
- Type: integeroffsetmin:0max:10000
Number of items to skip from the start of the result set; pair with
limitto paginate.offset + limitmust be ≤ 10,000 (Elasticsearch window). - Type: integerlimitmin:1max:0
Maximum number of playlists to return per request. Defaults to 50; max 10000.
offset + limitmust be ≤ 10,000. - Type: array integer[] · genre ID[]tag
Ids[] Filter by Chartmetric genre/tag IDs the playlist is tagged with.
- Type: string enumsort
Column Column to sort playlists by. Allowed values vary per platform; default also varies per platform.
values- active
_ratio - last
_updated - num
_track - vdiff
_month - vdiff
_percent _month - vdiff
_percent _week - vdiff
_week - views
- Type: booleansort
Order Desc If true, sort
sortColumnin descending order. Defaults to true. - Type: booleanindie
Filter to only playlists tagged as indie (independently curated).
- Type: booleaneditorial
Filter to only editorial playlists curated by the platform (e.g. Spotify-owned). Defaults to true; pass
falseto include user-curated playlists. - Type: booleantop
Playlist Filter to only top playlists (high-reach, frequently-updated playlists curated by Chartmetric editors).
- Type: stringdescription
Search Substring match against the playlist description.
- Type: array integer[] unique!user
List Ids[] Filter by Chartmetric shortlist (user list) IDs the playlist is included on. Public API exposes this as
shortlistIds.
- application/json
curl https://api.chartmetric.com/api/playlist/youtube/lists \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": [
{
"position": 1,
"id": 1645080,
"code2": null,
"playlist_id": "37i9dQZF1DXcBWIGoYBM5M",
"name": "Today's Top Hits",
"image_url": "https://i.scdn.co/image/ab67706f00000003a3b1c73cabef96367d1fc553",
"personalized": false,
"followers": 27093574,
"last_updated": "2020-12-21T06:55:23.752Z",
"owner_name": "Spotify",
"owner_id": 2,
"user_id": "spotify",
"editorial": true,
"fdiff_week": 15895,
"fdiff_percent_week": 0.05866704777,
"fdiff_month": 56338,
"fdiff_percent_month": 0.2079386057,
"catalog": "frontline ",
"active_ratio": 1,
"genre": "pop, top lists"
}
],
"offset": 0,
"total": 1436332
}