Artist Api
Endpoints for retrieving information about one or more artists from the Spotify catalog.
Functions
Link copied to clipboard
suspend fun getArtistAlbums(artist: String, limit: Int? = api.spotifyApiOptions.defaultLimit, offset: Int? = null, market: Market? = null, vararg include: ArtistApi.AlbumInclusionStrategy): PagingObject<SimpleAlbum>
Get Spotify catalog information about an artist’s albums.
Link copied to clipboard
Get Spotify catalog information for several artists based on their Spotify IDs. Artists not found are returned as null inside the ordered list
Link copied to clipboard
Get Spotify catalog information about an artist’s top tracks by country.
Link copied to clipboard
Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community’s listening history.