getArtists

suspend fun getArtists(vararg artists: String): List<Artist?>(source)

Get Spotify catalog information for several artists based on their Spotify IDs. Artists not found are returned as null inside the ordered list

Api Reference

Return

List of Artist objects or null if the artist could not be found, in the order requested.

Parameters

artists

The ids or uris representing the artists. Maximum 50.

Throws

if any of the artists are not found, if using client api