Deezer
Music streaming and audio content platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.deezer.com/ | link | — | — | — |
Actions (40)
Artists · 9
- Get artistGET /artist/{id}
Retrieve metadata for an artist.
documented - Get artist radioGET /artist/{id}/radio
Retrieve a radio based on the artist.
documented - Get artist top tracksGET /artist/{id}/top
Retrieve the top tracks for an artist.
documented - List artist albumsGET /artist/{id}/albums
Retrieve albums by an artist.
documented - List artist commentsGET /artist/{id}/comments
Retrieve comments on an artist.
documented - List artist fansGET /artist/{id}/fans
Retrieve fans of an artist.
documented - List artist fansGET /artist/{id}/fans
Retrieve fans of an artist.
documented - List artist playlistsGET /artist/{id}/playlists
Retrieve playlists created by or associated with an artist.
documented - List related artistsGET /artist/{id}/related
Retrieve artists related to the given artist.
documented
Playlists · 8
- Add tracks to playlistPOST /playlist/{id}/tracks
Add one or more tracks to a playlist (requires authentication).
documented - Create playlistPOST /user/me/playlists
Create a new playlist for the authenticated user.
documented - Delete playlistDELETE /playlist/{id}
Delete a playlist.
documented - Get playlistGET /playlist/{id}
Retrieve a playlist's metadata and tracks.
documented - List playlist commentsGET /playlist/{id}/comments
Retrieve comments on a playlist.
documented - List playlist fansGET /playlist/{id}/fans
Retrieve fans of a playlist.
documented - List playlist tracksGET /playlist/{id}/tracks
Retrieve tracks in a playlist.
documented - Update playlistPUT /playlist/{id}
Update a playlist's metadata.
documented
Charts · 6
- Get charts overviewGET /chart
Retrieve chart data (general endpoints; detailed sub-resources live under chart/{country}).
documented - Get country chartGET /chart/{country_id}
Retrieve chart data for a specific country (country_id).
documented - Get global chart albumsGET /chart/0/albums
Retrieve top albums for the global chart.
documented - Get global chart artistsGET /chart/0/artists
Retrieve top artists for the global chart.
documented - Get global chart playlistsGET /chart/0/playlists
Retrieve top playlists for the global chart.
documented - Get global chart tracksGET /chart/0/tracks
Retrieve top tracks for the default/global chart.
documented
Albums · 4
- Get albumGET /album/{id}
Retrieve metadata for an album (and its tracks).
documented - List album commentsGET /album/{id}/comments
Retrieve comments on an album.
documented - List album fansGET /album/{id}/fans
Retrieve fans of an album.
documented - List album tracksGET /album/{id}/tracks
Retrieve tracks contained in an album.
documented
Genres · 4
- Get genreGET /genre/{id}
Retrieve a genre's details.
documented - List genre artistsGET /genre/{id}/artists
Retrieve artists associated with a genre.
documented - List genre radiosGET /genre/{id}/radio
Retrieve radios associated with a genre.
documented - List genresGET /genre
Retrieve the list of music genres.
documented
Search · 3
- Search allGET /search
General search across the Deezer catalog (tracks, artists, albums, playlists).
documented - Search all (legacy)GET /search?q={query}
Legacy broader search endpoint returning mixed results for a query.
documented - Search by typeGET /search/{type}
Search within a specific type (artist, album, track, playlist) by query string.
documented