Deezer Scraper logo

Deezer Scraper

ENDPOINTS
GET/tracks/details

Track Details

Everything about one recording: ISRC, BPM, credits, rights, availability by country, artist, album and other releases.

QUERY PARAMS

Track reference: a numeric Deezer id, an ISRC prefixed isrc:, or any deezer.com track URL.

Examples:

  • Id: 3135556
  • ISRC: isrc:GBDUW0000059
  • URL: https://www.deezer.com/track/3135556

Market as an ISO-3166 alpha-2 code. Picks the residential exit country, so charts, search ranking and availability follow that market.

Default: us

Allowed values: us, gb, fr, de, br, in, ... (any Deezer market)

{
  "id": 3135556,
  "title": "Harder, Better, Faster, Stronger",
  "title_short": "Harder, Better, Faster, Stronger",
  "title_version": null,
  "link": "https://www.deezer.com/track/3135556",
  "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/6/a/2/0/6a2c0a5670afe821e08fc5154909534a.mp3?hdnea=exp=1788872104~acl=/api/1/1/6/a/2/0/6a2c0a5670afe821e08fc5154909534a.mp3*~data=user_id=0,application_id=42~hmac=97cff91bc41cd71a9dce6612d1aa1cb61b384828ffe87aef9d0d5bce6738e8e0",
  "isrc": "GBDUW0000059",
  "duration_seconds": 226,
  "release_date": "2001-03-12",
  "physical_release_date": "2001-03-12",
  "track_position": 4,
  "disk_number": 1,
  "bpm": null,
  "gain_db": -12.4,
  "rank": 810329,
  "copyright": "© 2001 Daft Life Limited",
  "is_readable": true,
  "has_lyrics": false,
  "is_explicit_lyrics": false,
  "explicit_lyrics_status": "not_explicit",
  "explicit_cover_status": "not_explicit",
  "credits": {
    "main_artists": [
      "Daft Punk"
    ],
    "authors": [
      "Edwin Birdsong",
      "Guy-Manuel de Homem-Christo",
      "Thomas Bangalter"
    ]
  },
  "artist": {
    "id": 27,
    "name": "Daft Punk",
    "link": "https://www.deezer.com/artist/27",
    "pictures": {
      "small": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/56x56-000000-80-0-0.jpg",
      "medium": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/250x250-000000-80-0-0.jpg",
      "big": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/500x500-000000-80-0-0.jpg",
      "xl": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/1000x1000-000000-80-0-0.jpg"
    }
  },
  "album": {
    "id": 302127,
    "title": "Discovery",
    "link": "https://www.deezer.com/album/302127",
    "upc": null,
    "release_date": "2001-03-07",
    "cover": {
      "small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
      "medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
      "big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
      "xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg"
    }
  },
  "contributors": [
    {
      "id": 27,
      "name": "Daft Punk",
      "link": "https://www.deezer.com/artist/27",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/artist/638e69b9caaf9f9f3f8826febea7b543/1000x1000-000000-80-0-0.jpg"
      },
      "role": "Main"
    }
  ],
  "availability": {
    "country": "us",
    "is_available_in_country": true,
    "country_count": 209,
    "countries": [
      "AE",
      "AF",
      "AG",
      "AI",
      "AL",
      "AM",
      "AO",
      "AQ",
      "AR",
      "AS",
      "AT",
      "AU",
      "AZ",
      "BA",
      "BB",
      "BD",
      "BE",
      "BF",
      "BG",
      "BH",
      "BI",
      "BJ",
      "BN",
      "BO",
      "BQ",
      "BR",
      "BT",
      "BV",
      "BW",
      "BY",
      "CA",
      "CC",
      "CD",
      "CF",
      "CG",
      "CH",
      "CI",
      "CK",
      "CL",
      "CM",
      "CN",
      "CO",
      "CR",
      "CV",
      "CW",
      "CX",
      "CY",
      "CZ",
      "DE",
      "DJ",
      "DK",
      "DM",
      "DO",
      "DZ",
      "EC",
      "EE",
      "EG",
      "EH",
      "ER",
      "ES",
      "ET",
      "FI",
      "FJ",
      "FK",
      "FM",
      "FR",
      "GA",
      "GB",
      "GD",
      "GE",
      "GH",
      "GM",
      "GN",
      "GQ",
      "GR",
      "GS",
      "GT",
      "GU",
      "GW",
      "HK",
      "HM",
      "HN",
      "HR",
      "HU",
      "ID",
      "IE",
      "IL",
      "IN",
      "IO",
      "IQ",
      "IS",
      "IT",
      "JM",
      "JO",
      "JP",
      "KE",
      "KG",
      "KH",
      "KI",
      "KM",
      "KN",
      "KR",
      "KW",
      "KY",
      "KZ",
      "LA",
      "LB",
      "LC",
      "LK",
      "LR",
      "LS",
      "LT",
      "LU",
      "LV",
      "LY",
      "MA",
      "MD",
      "ME",
      "MG",
      "MH",
      "MK",
      "ML",
      "MM",
      "MN",
      "MP",
      "MR",
      "MS",
      "MT",
      "MU",
      "MV",
      "MW",
      "MX",
      "MY",
      "MZ",
      "NA",
      "NE",
      "NF",
      "NG",
      "NI",
      "NL",
      "NO",
      "NP",
      "NR",
      "NU",
      "NZ",
      "OM",
      "PA",
      "PE",
      "PG",
      "PH",
      "PK",
      "PL",
      "PN",
      "PS",
      "PT",
      "PW",
      "PY",
      "QA",
      "RO",
      "RS",
      "RU",
      "RW",
      "SA",
      "SB",
      "SC",
      "SD",
      "SE",
      "SG",
      "SI",
      "SJ",
      "SK",
      "SL",
      "SN",
      "SO",
      "SS",
      "ST",
      "SV",
      "SX",
      "SZ",
      "TC",
      "TD",
      "TG",
      "TH",
      "TJ",
      "TK",
      "TL",
      "TM",
      "TN",
      "TO",
      "TR",
      "TV",
      "TW",
      "TZ",
      "UA",
      "UG",
      "US",
      "UY",
      "UZ",
      "VC",
      "VE",
      "VG",
      "VI",
      "VN",
      "VU",
      "WS",
      "YE",
      "ZA",
      "ZM",
      "ZW"
    ],
    "subscription_only_countries": null,
    "is_free_stream_available": true,
    "is_subscription_stream_available": true
  },
  "related_albums": [
    {
      "id": 302127,
      "title": "Discovery",
      "link": "https://www.deezer.com/album/302127",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/5718f7c81c27e0b2417e2a4c45224f8a/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2001-03-12",
      "duration_seconds": 226,
      "is_streamable": true,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 302378,
      "title": "Harder, Better, Faster, Stronger",
      "link": "https://www.deezer.com/album/302378",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/91bc52f353e45a3844ddbebfb7d86412/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/91bc52f353e45a3844ddbebfb7d86412/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/91bc52f353e45a3844ddbebfb7d86412/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/91bc52f353e45a3844ddbebfb7d86412/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2001-10-19",
      "duration_seconds": 226,
      "is_streamable": true,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 303226,
      "title": "Musique Vol 1",
      "link": "https://www.deezer.com/album/303226",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/4f03b797f08b72ac1474097e4534d035/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/4f03b797f08b72ac1474097e4534d035/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/4f03b797f08b72ac1474097e4534d035/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/4f03b797f08b72ac1474097e4534d035/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2006-04-03",
      "duration_seconds": 223,
      "is_streamable": false,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 303601,
      "title": "Harder Better Faster Stronger",
      "link": "https://www.deezer.com/album/303601",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/11d559960778cc98a29a5f575011cbcf/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/11d559960778cc98a29a5f575011cbcf/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/11d559960778cc98a29a5f575011cbcf/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/11d559960778cc98a29a5f575011cbcf/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2001-10-22",
      "duration_seconds": 223,
      "is_streamable": false,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 1343199,
      "title": "Musique, Vol. 1",
      "link": "https://www.deezer.com/album/1343199",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/39e2281a0e9f564e73b4f49dfa06f4ab/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/39e2281a0e9f564e73b4f49dfa06f4ab/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/39e2281a0e9f564e73b4f49dfa06f4ab/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/39e2281a0e9f564e73b4f49dfa06f4ab/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2006-03-31",
      "duration_seconds": 226,
      "is_streamable": true,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 6030808,
      "title": "Discovery",
      "link": "https://www.deezer.com/album/6030808",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2015-01-28",
      "duration_seconds": 223,
      "is_streamable": false,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 6189688,
      "title": "Musique Vol 1",
      "link": "https://www.deezer.com/album/6189688",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2015-01-28",
      "duration_seconds": 223,
      "is_streamable": false,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 7294967,
      "title": "Harder, Better, Faster, Stronger",
      "link": "https://www.deezer.com/album/7294967",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/43a0af617608677263fba3fb4709b706/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/43a0af617608677263fba3fb4709b706/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/43a0af617608677263fba3fb4709b706/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/43a0af617608677263fba3fb4709b706/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2010-04-05",
      "duration_seconds": 226,
      "is_streamable": true,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 14297580,
      "title": "Discovery",
      "link": "https://www.deezer.com/album/14297580",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/2e018122cb56986277102d2041a592c8/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/2e018122cb56986277102d2041a592c8/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/2e018122cb56986277102d2041a592c8/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/2e018122cb56986277102d2041a592c8/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2001-03-07",
      "duration_seconds": 224,
      "is_streamable": false,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    },
    {
      "id": 99875462,
      "title": "100 Greatest Singalong Songs",
      "link": "https://www.deezer.com/album/99875462",
      "cover": {
        "small": "https://cdn-images.dzcdn.net/images/cover/4a499d09c79ff1037d02a40ae77532d8/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/cover/4a499d09c79ff1037d02a40ae77532d8/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/cover/4a499d09c79ff1037d02a40ae77532d8/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/cover/4a499d09c79ff1037d02a40ae77532d8/1000x1000-000000-80-0-0.jpg"
      },
      "release_date": "2019-06-14",
      "duration_seconds": 223,
      "is_streamable": false,
      "artist": {
        "id": 27,
        "name": "Daft Punk",
        "link": "https://www.deezer.com/artist/27"
      }
    }
  ],
  "updated_at": "2026-03-04T01:47:10Z"
}