getArtist

suspend fun getArtist(artist: String): Artist?(source)

Get Spotify catalog information for a single artist identified by their unique Spotify ID.

Api Reference

Return

Artist if valid artist id is provided, otherwise null

Parameters

artist

The id or uri for the artist.