AsyncArtist

class deezer.asyncio.AsyncArtist(client, json)

To work with async Deezer artist objects.

id: int
name: str
share: str
picture: str
picture_small: str
picture_medium: str
picture_big: str
picture_xl: str
nb_album: int
nb_fan: int
radio: bool
tracklist: str
async get_top(**kwargs)

Get the top tracks of an artist.

Return type:

AsyncPaginatedList

Get a list of related artists.

Return type:

AsyncPaginatedList[AsyncArtist]

async get_radio(**kwargs)

Get a list of tracks.

Return type:

list

async get_albums(**kwargs)

Get a list of artist’s albums.

Return type:

AsyncPaginatedList[AsyncAlbum]

async get_playlists(**kwargs)

Get a list of artist’s playlists.

Return type:

AsyncPaginatedList