The August update for the Songstats API is here, and we upgraded our server infrastructure — significantly improving the responsiveness for all requests. We also added a new endpoint for artists and labels to obtain their top current and all-time playlists by source. You can find the full list of API changes below! New Additions Endpoints: /artists/top_playlists & /labels/top_playlists :data: [
{
:source,
:top_playlists: [
{
:spotifyid,
:name,
:spotify_userid
:followers_count,
:owner_name,
:external_url,
:artwork
:top_position,
:added_at,
:type
}
]
}
]