Get Started

Register your app on Deezer Developers website. You will need an application ID to initialize the Deezer player.

Follow us on Twitter to get SDK updates.

Deezer Custom Player

Only logged Deezer Premium users get full-track access, please login to get more than 30 seconds previews.


Yes, I know that this player is ugly. Please show me what you guys can do :)

Sample Actions

Have a look at the /lib/tools.js file to check all the following calls

Editorial

Get the Deezer team selection

Get all the Deezer team selection for a given genre, available for the current country (based on geoIP), for a specific genre ID
GET https://api.deezer.com/2.0/editorial/6/selection

Search Deezer catalog

Search for an artist

GET https://api.deezer.com/2.0/search?q=the doors

Albums

Get an album cover

Examples:
GET https://api.deezer.com/2.0/album/2962681/image&size=small >> 50 px
GET https://api.deezer.com/2.0/album/2962681/image&size=medium >> 120 px
GET https://api.deezer.com/2.0/album/2962681/image&size=big >> 400 px

Favorite an album

!! manage_library permission required
POST https://api.deezer.com/2.0/user/me/albums + album_id + access_token