Api Reference
Album Module
Operations related to albums and their tracks.
Get Album
Fetch metadata for a specific album by its ID.
const album = await deezer.album({ id: 302127 });
Get Album by UPC
Fetch metadata for a specific album by its UPC code.
const album = await deezer.album.upc({ upc: "724384960650" });
export interface Album {
id: number;
title: string;
upc?: string;
link: string;
share: string;
cover: string;
cover_small: string;
cover_medium: string;
cover_big: string;
cover_xl: string;
genre_id?: number;
genres?: {
data: Genre[];
};
label?: string;
nb_tracks?: number;
duration?: number;
fans?: number;
release_date: string;
record_type: string;
available?: boolean;
tracklist: string;
explicit_lyrics?: boolean;
explicit_content_lyrics?: number;
explicit_content_display?: number;
type: "album";
artist?: Artist;
tracks?: {
data: Track[];
};
}
{
"id": 302127,
"title": "Discovery",
"upc": "724384960650",
"link": "https://www.deezer.com/album/302127",
"share": "https://www.deezer.com/album/302127?utm_source=deezer&utm_content=album-302127&utm_term=0_1774968992&utm_medium=web",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"genre_id": 106,
"genres": {
"data": [
{
"id": 106,
"name": "Electro",
"picture": "https://api.deezer.com/genre/106/image",
"type": "genre"
}
]
},
"label": "Daft Life Ltd./ADA France",
"nb_tracks": 14,
"duration": 3662,
"fans": 329205,
"release_date": "2001-03-07",
"record_type": "album",
"available": true,
"tracklist": "https://api.deezer.com/album/302127/tracks",
"explicit_lyrics": false,
"explicit_content_lyrics": 7,
"explicit_content_cover": 0,
"contributors": [
{
"id": 27,
"name": "Daft Punk",
"link": "https://www.deezer.com/artist/27",
"share": "https://www.deezer.com/artist/27?utm_source=deezer&utm_content=artist-27&utm_term=0_1774968992&utm_medium=web",
"picture": "https://api.deezer.com/artist/27/image",
"picture_small": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/56x56-000000-80-0-0.jpg",
"picture_medium": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/250x250-000000-80-0-0.jpg",
"picture_big": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/500x500-000000-80-0-0.jpg",
"picture_xl": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/1000x1000-000000-80-0-0.jpg",
"radio": true,
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist",
"role": "Main"
}
],
"artist": {
"id": 27,
"name": "Daft Punk",
"picture": "https://api.deezer.com/artist/27/image",
"picture_small": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/56x56-000000-80-0-0.jpg",
"picture_medium": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/250x250-000000-80-0-0.jpg",
"picture_big": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/500x500-000000-80-0-0.jpg",
"picture_xl": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/1000x1000-000000-80-0-0.jpg",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"type": "album",
"tracks": {
"data": [
{
"id": 3135553,
"readable": true,
"title": "One More Time",
"title_short": "One More Time",
"title_version": "",
"link": "https://www.deezer.com/track/3135553",
"duration": 320,
"rank": 895695,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/f/8/c/0/f8c5dc3837912dba37c9a1ab3170cc3f.mp3?hdnea=exp=1774969892~acl=/api/1/1/f/8/c/0/f8c5dc3837912dba37c9a1ab3170cc3f.mp3*~data=user_id=0,application_id=42~hmac=8a55600d64da4d84d846935ce6d7720433b70e945de0b751f7abe72782ce55c5",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135554,
"readable": true,
"title": "Aerodynamic",
"title_short": "Aerodynamic",
"title_version": "",
"link": "https://www.deezer.com/track/3135554",
"duration": 212,
"rank": 737732,
"explicit_lyrics": false,
"explicit_content_lyrics": 6,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/6/9/9/0/699d41611cf0280f0a55c8ba4a372c14.mp3?hdnea=exp=1774969892~acl=/api/1/1/6/9/9/0/699d41611cf0280f0a55c8ba4a372c14.mp3*~data=user_id=0,application_id=42~hmac=eaa37e16ecafed56e76bfa755f96c061272343b4db34a0041540d8082e8c6503",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135555,
"readable": true,
"title": "Digital Love",
"title_short": "Digital Love",
"title_version": "",
"link": "https://www.deezer.com/track/3135555",
"duration": 301,
"rank": 738308,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/1/e/c/0/1ec8ff31f93acc81ebb93a45c191e219.mp3?hdnea=exp=1774969892~acl=/api/1/1/1/e/c/0/1ec8ff31f93acc81ebb93a45c191e219.mp3*~data=user_id=0,application_id=42~hmac=b9348ff111e77fdcf9ae2fe23b54ab25f203d0b995163bcd3e11b0663faff482",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135556,
"readable": true,
"title": "Harder, Better, Faster, Stronger",
"title_short": "Harder, Better, Faster, Stronger",
"title_version": "",
"link": "https://www.deezer.com/track/3135556",
"duration": 226,
"rank": 814839,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/6/a/2/0/6a2c0a5670afe821e08fc5154909534a.mp3?hdnea=exp=1774969892~acl=/api/1/1/6/a/2/0/6a2c0a5670afe821e08fc5154909534a.mp3*~data=user_id=0,application_id=42~hmac=9b347ec93ae4b05d0113ca47e6eb76d92b0dbb5967786e30dbc85bba605d1b55",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135557,
"readable": true,
"title": "Crescendolls",
"title_short": "Crescendolls",
"title_version": "",
"link": "https://www.deezer.com/track/3135557",
"duration": 211,
"rank": 603822,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/1/f/6/0/1f65f58dc3cfa276ac6a1ee6f2ffac20.mp3?hdnea=exp=1774969892~acl=/api/1/1/1/f/6/0/1f65f58dc3cfa276ac6a1ee6f2ffac20.mp3*~data=user_id=0,application_id=42~hmac=6c2709898503163fdacde637c40c95f66568f9bdd23cd00432b49cd97ef39686",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135558,
"readable": true,
"title": "Nightvision",
"title_short": "Nightvision",
"title_version": "",
"link": "https://www.deezer.com/track/3135558",
"duration": 104,
"rank": 562648,
"explicit_lyrics": false,
"explicit_content_lyrics": 6,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/c/0/6/0/c063dbb3b8f2af8dac3e88950f2e38b0.mp3?hdnea=exp=1774969892~acl=/api/1/1/c/0/6/0/c063dbb3b8f2af8dac3e88950f2e38b0.mp3*~data=user_id=0,application_id=42~hmac=c39ffc282ec460a7d23c8ee22d54ba999958e0960d6a4197fe05abb47067b878",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135559,
"readable": true,
"title": "Superheroes",
"title_short": "Superheroes",
"title_version": "",
"link": "https://www.deezer.com/track/3135559",
"duration": 237,
"rank": 637399,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/1/b/c/0/1bc57c07bfaf6a265e06ce9574390e0e.mp3?hdnea=exp=1774969892~acl=/api/1/1/1/b/c/0/1bc57c07bfaf6a265e06ce9574390e0e.mp3*~data=user_id=0,application_id=42~hmac=9645df6df9b97b2d329f82997b7fa371a2aab2196b05743f2314a801fc77f117",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135560,
"readable": true,
"title": "High Life",
"title_short": "High Life",
"title_version": "",
"link": "https://www.deezer.com/track/3135560",
"duration": 201,
"rank": 593661,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/e/e/a/0/eea4fd9467e697d503998dff44ceeaa3.mp3?hdnea=exp=1774969892~acl=/api/1/1/e/e/a/0/eea4fd9467e697d503998dff44ceeaa3.mp3*~data=user_id=0,application_id=42~hmac=1869703ce22e548667bbdd19146da0bf323a8d54873c8b6e17b3b357024b93cc",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135561,
"readable": true,
"title": "Something About Us",
"title_short": "Something About Us",
"title_version": "",
"link": "https://www.deezer.com/track/3135561",
"duration": 232,
"rank": 764640,
"explicit_lyrics": false,
"explicit_content_lyrics": 6,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/c/f/f/0/cff7c95e11ba9f6ac3ff0401a81df4f5.mp3?hdnea=exp=1774969892~acl=/api/1/1/c/f/f/0/cff7c95e11ba9f6ac3ff0401a81df4f5.mp3*~data=user_id=0,application_id=42~hmac=91dbe7f6e7068fa17d0c79ac02c447da9104da9e43201c016a644318a2c94acd",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135562,
"readable": true,
"title": "Voyager",
"title_short": "Voyager",
"title_version": "",
"link": "https://www.deezer.com/track/3135562",
"duration": 227,
"rank": 739634,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/b/c/9/0/bc95bc4a6fdcf3e9b1672229f679eea1.mp3?hdnea=exp=1774969892~acl=/api/1/1/b/c/9/0/bc95bc4a6fdcf3e9b1672229f679eea1.mp3*~data=user_id=0,application_id=42~hmac=a1d279e303d0b43cf888a3cc121269b374053f6b462c2a191d66ab75c47f7254",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135563,
"readable": true,
"title": "Veridis Quo",
"title_short": "Veridis Quo",
"title_version": "",
"link": "https://www.deezer.com/track/3135563",
"duration": 345,
"rank": 928445,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/6/4/5/0/6456b666c0b1d4537e34d71e5cbd098c.mp3?hdnea=exp=1774969892~acl=/api/1/1/6/4/5/0/6456b666c0b1d4537e34d71e5cbd098c.mp3*~data=user_id=0,application_id=42~hmac=0940edda129063afa7a64d6b4841d9bfb89c494eb720fbf01cb50d61ee1e6650",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135564,
"readable": true,
"title": "Short Circuit",
"title_short": "Short Circuit",
"title_version": "",
"link": "https://www.deezer.com/track/3135564",
"duration": 206,
"rank": 549827,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/4/1/3/0/413592fd246163564e5416fb72f8c831.mp3?hdnea=exp=1774969892~acl=/api/1/1/4/1/3/0/413592fd246163564e5416fb72f8c831.mp3*~data=user_id=0,application_id=42~hmac=7adff9d1e6fb4172ea0ff9341e9dd17c6ebc6d0c3d406c4c01d054a1ddf2db93",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135565,
"readable": true,
"title": "Face to Face",
"title_short": "Face to Face",
"title_version": "",
"link": "https://www.deezer.com/track/3135565",
"duration": 240,
"rank": 641846,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/b/c/5/0/bc5ffa003d9ccf020a633083738c6ae4.mp3?hdnea=exp=1774969892~acl=/api/1/1/b/c/5/0/bc5ffa003d9ccf020a633083738c6ae4.mp3*~data=user_id=0,application_id=42~hmac=4399474adbce255c78bfa4c3c09e7d375c1a68c83689b6a313d3beda89cf00dc",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
},
{
"id": 3135566,
"readable": true,
"title": "Too Long",
"title_short": "Too Long",
"title_version": "",
"link": "https://www.deezer.com/track/3135566",
"duration": 600,
"rank": 612593,
"explicit_lyrics": false,
"explicit_content_lyrics": 0,
"explicit_content_cover": 0,
"preview": "https://cdnt-preview.dzcdn.net/api/1/1/8/f/e/0/8fe6827c48cc62fb82fe8e741b0534f4.mp3?hdnea=exp=1774969892~acl=/api/1/1/8/f/e/0/8fe6827c48cc62fb82fe8e741b0534f4.mp3*~data=user_id=0,application_id=42~hmac=52af04589ad0ab8d499f7b4e71c69ef927c4318e6d91cba23c8844c72951d3ac",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"artist": {
"id": 27,
"name": "Daft Punk",
"tracklist": "https://api.deezer.com/artist/27/top?limit=50",
"type": "artist"
},
"album": {
"id": 302127,
"title": "Discovery",
"cover": "https://api.deezer.com/album/302127/image",
"cover_small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
"cover_medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
"cover_big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
"cover_xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg",
"md5_image": "5718f7c81c27e0b2417e2a4c45224f8a",
"tracklist": "https://api.deezer.com/album/302127/tracks",
"type": "album"
},
"type": "track"
}
]
}
}
Related Resources
Album Tracks
Get the list of tracks for an album.
const tracks = await deezer.album.tracks({ id: 302127, limit, index });
Album Fans
Get the list of users who are fans of an album.
const fans = await deezer.album.fans({ id: 302127, limit, index });
Album Comments
Get the list of comments left on an album.
const comments = await deezer.album.comments({ id: 302127, limit, index });