Get Similar Playlists
Return playlists similar to the target playlist on the given platform (Spotify or SoundCloud), with overlap flags for shared moods/genres.
Path Parameters
- Type: integeridrequired
Chartmetric playlist ID.
- Type: string enumplatformrequired
Streaming platform. One of
spotifyorsoundcloud.values- spotify
- soundcloud
Query Parameters
- Type: booleanindie
If true, return only indie-curated similar playlists. Defaults to false.
- Type: integerlimitmin:1max:100
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.
Responses
- application/json
Request Example for get/api/playlist/{platform}/{id}/similarplaylists
curl https://api.chartmetric.com/api/playlist/spotify/1/similarplaylists \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": [
{
"id": 1816590,
"playlist_id": "37i9dQZF1DX8C9xQcOrE6T",
"name": "Disney Hits",
"image_url": "https://i.scdn.co/image/ab67706f000000034fb035ee54262509612d6900",
"followers": 3525555,
"owner_name": "Spotify",
"user_id": "spotify",
"owner_id": 2,
"tags": [
{
"id": 12463,
"name": "hollywood",
"source": "spotify",
"type": "genre",
"url": null,
"created_at": null,
"modified_at": null
}
]
}
]
}