getRelatedArtists

suspend fun getRelatedArtists(artist: String): List<Artist>(source)

Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community’s listening history.

Api Reference

Return

List of never-null, but possibly empty Artists representing similar artists

Parameters

artist

The id or uri for the artist.

Throws