Editorial

class deezer.Editorial(client, json)

To work with Deezer editorial 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_selection(**kwargs)

Get a list of albums selected every week by the Deezer Team.

Returns

a list of Album instances

Return type

list[Album]

get_chart(**kwargs)

Get top charts for tracks, albums, artists and playlists.

Returns

a Chart instance

Return type

deezer.resources.chart.Chart

get_releases(**kwargs)

Get the new releases per genre for the current country.

Returns

a PaginatedList of Album instances

Return type

PaginatedList[Album]