Genre

class deezer.Genre(client, json)

To work with Deezer genre objects.

Check the Deezer documentation for more details about each field.

id: int
name: str
picture: str
picture_small: str
picture_medium: str
picture_big: str
picture_xl: str
get_artists(**kwargs)

Get all artists for a genre.

Returns:

list of Artist instances

Return type:

list[Artist]

get_podcasts(**kwargs)

Get all podcasts for a genre.

Returns:

a PaginatedList of Podcast instances

Return type:

PaginatedList[Podcast]

get_radios(**kwargs)

Get all radios for a genre.

Returns:

list of Radio instances

Return type:

list[Radio]