Radio#

class deezer.Radio(client, json)#

To work with Deezer radio objects.

Check the Deezer documentation for more details about each field.

id: int#
title: str#
description: str#
share: str#
picture: str#
picture_small: str#
picture_medium: str#
picture_big: str#
picture_xl: str#
tracklist: str#
md5_image: str#
get_tracks()#

Get first 40 tracks in the radio.

Note that this endpoint is NOT paginated.

Returns:

a list of Track instances.

Return type:

list[Track]