Genre

class deezer.resources.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[deezer.resources.Artist]

get_radios(**kwargs)

Get all radios for a genre.

Returns

list of Radio instances

Return type

list[deezer.resources.Radio]