getArtist

suspend fun getArtist(artist: String): Artist?

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.

Sources

common source
Link copied to clipboard