getArtistsRestAction

fun getArtistsRestAction(vararg artists: String): SpotifyRestAction<List<Artist?>>

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.

Sources

common source
Link copied to clipboard