Deezer Scraper

ENDPOINTS
GET/charts/tracks

Chart Tracks

Top tracks chart for a country, optionally within a genre, each with position, preview link, duration, artist and album

QUERY PARAMS

Deezer genre id to restrict the chart to (from /genres/list).

Default: 0 (all genres)

Example: 132 (Pop)

Number of entries per page.

Default: 25

Allowed values: 1-100

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)

{
  "country": "us",
  "genre_id": 0,
  "kind": "tracks",
  "count": 25,
  "results": [
    {
      "id": 3818963601,
      "title": "Dracula (with JENNIE)",
      "title_short": "Dracula (with JENNIE)",
      "title_version": null,
      "link": "https://www.deezer.com/track/3818963601",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/6/2/5/0/6254df268039f4200674df6d63701e33.mp3?hdnea=exp=1788874292~acl=/api/1/1/6/2/5/0/6254df268039f4200674df6d63701e33.mp3*~data=user_id=0,application_id=42~hmac=35e1d71443713ec9991ab461494cb80abde6546ac58a73f612b2e2362302f1eb",
      "isrc": null,
      "duration_seconds": 209,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 982905,
      "is_readable": null,
      "is_explicit_lyrics": true,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 134790,
        "name": "Tame Impala",
        "link": "https://www.deezer.com/artist/134790",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/879015e713cc6ad6ffaeec154c027505/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/879015e713cc6ad6ffaeec154c027505/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/879015e713cc6ad6ffaeec154c027505/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/879015e713cc6ad6ffaeec154c027505/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 910510411,
        "title": "Dracula (with JENNIE)",
        "link": "https://www.deezer.com/album/910510411",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/b868399da682f34dcd7d98af1c0de80b/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/b868399da682f34dcd7d98af1c0de80b/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/b868399da682f34dcd7d98af1c0de80b/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/b868399da682f34dcd7d98af1c0de80b/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 1
    },
    {
      "id": 3895241341,
      "title": "Boston",
      "title_short": "Boston",
      "title_version": null,
      "link": "https://www.deezer.com/track/3895241341",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/a/d/f/0/adf281db3129088dd0e88c58e64a3ca3.mp3?hdnea=exp=1788874292~acl=/api/1/1/a/d/f/0/adf281db3129088dd0e88c58e64a3ca3.mp3*~data=user_id=0,application_id=42~hmac=a1c81f3ac345e279bf12112cfe15ed6b7579a7e9eaf0c219bc43f9bc6f69ba26",
      "isrc": null,
      "duration_seconds": 170,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 873262,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 181157207,
        "name": "STELLA LEFTY",
        "link": "https://www.deezer.com/artist/181157207",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 937796461,
        "title": "Boston",
        "link": "https://www.deezer.com/album/937796461",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/66d6baca9df5092af22a710ce10d39cf/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/66d6baca9df5092af22a710ce10d39cf/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/66d6baca9df5092af22a710ce10d39cf/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/66d6baca9df5092af22a710ce10d39cf/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 2
    },
    {
      "id": 3602074142,
      "title": "Choosin' Texas",
      "title_short": "Choosin' Texas",
      "title_version": null,
      "link": "https://www.deezer.com/track/3602074142",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/5/b/5/0/5b539e49bdb2bbf9dd4bc00361ed7ca9.mp3?hdnea=exp=1788874292~acl=/api/1/1/5/b/5/0/5b539e49bdb2bbf9dd4bc00361ed7ca9.mp3*~data=user_id=0,application_id=42~hmac=0e98bc2156cb215db9bd8145f5da27aa5f62d237b69b83d9d1c3cab00f478795",
      "isrc": null,
      "duration_seconds": 232,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 978085,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 14867123,
        "name": "Ella Langley",
        "link": "https://www.deezer.com/artist/14867123",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 837881302,
        "title": "Choosin' Texas",
        "link": "https://www.deezer.com/album/837881302",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/749ad2ad7609ec768e342bec41078095/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/749ad2ad7609ec768e342bec41078095/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/749ad2ad7609ec768e342bec41078095/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/749ad2ad7609ec768e342bec41078095/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 3
    },
    {
      "id": 3834003271,
      "title": "Be Her",
      "title_short": "Be Her",
      "title_version": null,
      "link": "https://www.deezer.com/track/3834003271",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/f/1/4/0/f142bace73d79e8ede60140353514afb.mp3?hdnea=exp=1788874292~acl=/api/1/1/f/1/4/0/f142bace73d79e8ede60140353514afb.mp3*~data=user_id=0,application_id=42~hmac=c8400d82605c6e3324541b55c54f222e7cae845aa095852c989540cda7a16da7",
      "isrc": null,
      "duration_seconds": 217,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 791329,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 14867123,
        "name": "Ella Langley",
        "link": "https://www.deezer.com/artist/14867123",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 915466851,
        "title": "Be Her",
        "link": "https://www.deezer.com/album/915466851",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 4
    },
    {
      "id": 4058916481,
      "title": "I Knew It, I Knew You (From \"Toy Story 5\")",
      "title_short": "I Knew It, I Knew You",
      "title_version": "(From \"Toy Story 5\")",
      "link": "https://www.deezer.com/track/4058916481",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/5/7/6/0/576f31e504bbabd507257e5c6bd32235.mp3?hdnea=exp=1788874292~acl=/api/1/1/5/7/6/0/576f31e504bbabd507257e5c6bd32235.mp3*~data=user_id=0,application_id=42~hmac=fde3c6446e6aee8f4e18b823ec5953a6163aa5fce15301bf1674ea8eda2b7a91",
      "isrc": null,
      "duration_seconds": 178,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 900423,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 12246,
        "name": "Taylor Swift",
        "link": "https://www.deezer.com/artist/12246",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/e528e270424103b527f8a27ac625563b/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/e528e270424103b527f8a27ac625563b/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/e528e270424103b527f8a27ac625563b/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/e528e270424103b527f8a27ac625563b/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 996462431,
        "title": "I Knew It, I Knew You (From \"Toy Story 5\")",
        "link": "https://www.deezer.com/album/996462431",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/3524f60445caca0b06a75c30f1e9817c/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/3524f60445caca0b06a75c30f1e9817c/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/3524f60445caca0b06a75c30f1e9817c/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/3524f60445caca0b06a75c30f1e9817c/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 5
    },
    {
      "id": 69505566,
      "title": "Should I Stay or Should I Go (Remastered)",
      "title_short": "Should I Stay or Should I Go",
      "title_version": "(Remastered)",
      "link": "https://www.deezer.com/track/69505566",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/f/c/7/0/fc7cd3b3f9be23f6c6c27ec85a90f015.mp3?hdnea=exp=1788874292~acl=/api/1/1/f/c/7/0/fc7cd3b3f9be23f6c6c27ec85a90f015.mp3*~data=user_id=0,application_id=42~hmac=006c313fe907a9c81a98852a6825b615a5fd15ee5269f6ba175ec60f376775b5",
      "isrc": null,
      "duration_seconds": 186,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 637189,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 2,
        "name": "The Clash",
        "link": "https://www.deezer.com/artist/2",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/82a5fe6ba783cf618d5394ae0b8129b9/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/82a5fe6ba783cf618d5394ae0b8129b9/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/82a5fe6ba783cf618d5394ae0b8129b9/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/82a5fe6ba783cf618d5394ae0b8129b9/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 6812630,
        "title": "Hits Back",
        "link": "https://www.deezer.com/album/6812630",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/feca97420dd6f5679e7cae61d6d22438/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/feca97420dd6f5679e7cae61d6d22438/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/feca97420dd6f5679e7cae61d6d22438/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/feca97420dd6f5679e7cae61d6d22438/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 6
    },
    {
      "id": 3503857201,
      "title": "Man I Need",
      "title_short": "Man I Need",
      "title_version": null,
      "link": "https://www.deezer.com/track/3503857201",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/0/b/9/0/0b9ca2e62ea50bd7c97faa79b5b483f2.mp3?hdnea=exp=1788874292~acl=/api/1/1/0/b/9/0/0b9ca2e62ea50bd7c97faa79b5b483f2.mp3*~data=user_id=0,application_id=42~hmac=7d79576867106af5bf50a3c4a26c1c0ac98e8aa16c7b2cec2e6b969aad7a2e28",
      "isrc": null,
      "duration_seconds": 184,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 991622,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 75659582,
        "name": "Olivia Dean",
        "link": "https://www.deezer.com/artist/75659582",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 803181741,
        "title": "Man I Need",
        "link": "https://www.deezer.com/album/803181741",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/73eb46e655061c72096b67f70a8dc609/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/73eb46e655061c72096b67f70a8dc609/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/73eb46e655061c72096b67f70a8dc609/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/73eb46e655061c72096b67f70a8dc609/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 7
    },
    {
      "id": 4022917771,
      "title": "Janice STFU",
      "title_short": "Janice STFU",
      "title_version": null,
      "link": "https://www.deezer.com/track/4022917771",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/7/3/2/0/7324c7d1edf2e198c43ec4f5c80670fc.mp3?hdnea=exp=1788874292~acl=/api/1/1/7/3/2/0/7324c7d1edf2e198c43ec4f5c80670fc.mp3*~data=user_id=0,application_id=42~hmac=68f4a24d8a6968dde54d93d64d62cb0e3d90a2dfcfcb8a5bcc58b4e636cac32a",
      "isrc": null,
      "duration_seconds": 237,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 950305,
      "is_readable": null,
      "is_explicit_lyrics": true,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 246791,
        "name": "Drake",
        "link": "https://www.deezer.com/artist/246791",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/eb0ed5b21d1ea5af021fc074ded0e91f/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/eb0ed5b21d1ea5af021fc074ded0e91f/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/eb0ed5b21d1ea5af021fc074ded0e91f/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/eb0ed5b21d1ea5af021fc074ded0e91f/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 983236081,
        "title": "ICEMAN",
        "link": "https://www.deezer.com/album/983236081",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/cccf5e9af10b6aae96f5cdd5a27c2aff/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/cccf5e9af10b6aae96f5cdd5a27c2aff/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/cccf5e9af10b6aae96f5cdd5a27c2aff/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/cccf5e9af10b6aae96f5cdd5a27c2aff/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 8
    },
    {
      "id": 3838327301,
      "title": "Be By You",
      "title_short": "Be By You",
      "title_version": null,
      "link": "https://www.deezer.com/track/3838327301",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/b/5/8/0/b58580a32733aba96b46ee637030ab0a.mp3?hdnea=exp=1788874292~acl=/api/1/1/b/5/8/0/b58580a32733aba96b46ee637030ab0a.mp3*~data=user_id=0,application_id=42~hmac=d19ccf535a0318a01ed0c4ff02251cb32bc58a5007400d3b559f1b9670ab6a81",
      "isrc": null,
      "duration_seconds": 197,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 732441,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 9626504,
        "name": "Luke Combs",
        "link": "https://www.deezer.com/artist/9626504",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 917051721,
        "title": "Be By You",
        "link": "https://www.deezer.com/album/917051721",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 9
    },
    {
      "id": 4045817471,
      "title": "hate that i made you love me",
      "title_short": "hate that i made you love me",
      "title_version": null,
      "link": "https://www.deezer.com/track/4045817471",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/c/1/0/0/c1088d36bb1e06a34bba2966add866db.mp3?hdnea=exp=1788874292~acl=/api/1/1/c/1/0/0/c1088d36bb1e06a34bba2966add866db.mp3*~data=user_id=0,application_id=42~hmac=afb60f66227dd7221284183b3b3dc8b12b5a4850ff07b8c3a78b18f13e428fca",
      "isrc": null,
      "duration_seconds": 198,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 999011,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 1562681,
        "name": "Ariana Grande",
        "link": "https://www.deezer.com/artist/1562681",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/721d8fab84b315502de422b8d0901509/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/721d8fab84b315502de422b8d0901509/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/721d8fab84b315502de422b8d0901509/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/721d8fab84b315502de422b8d0901509/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 991609961,
        "title": "hate that i made you love me",
        "link": "https://www.deezer.com/album/991609961",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/020b1804e8c8a2aba6770f5b2763847b/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/020b1804e8c8a2aba6770f5b2763847b/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/020b1804e8c8a2aba6770f5b2763847b/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/020b1804e8c8a2aba6770f5b2763847b/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 10
    },
    {
      "id": 3965376601,
      "title": "drop dead",
      "title_short": "drop dead",
      "title_version": null,
      "link": "https://www.deezer.com/track/3965376601",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/9/b/c/0/9bce6e5f8476769b3dbee336d0bc784e.mp3?hdnea=exp=1788874292~acl=/api/1/1/9/b/c/0/9bce6e5f8476769b3dbee336d0bc784e.mp3*~data=user_id=0,application_id=42~hmac=07929f7c97de39fa169f1c975cdc2a373936598d0b90d6b7f99d519cfea63d04",
      "isrc": null,
      "duration_seconds": 225,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 976771,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 11152580,
        "name": "Olivia Rodrigo",
        "link": "https://www.deezer.com/artist/11152580",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/2c9e480317183c037eaebcd7ba96daf4/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/2c9e480317183c037eaebcd7ba96daf4/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/2c9e480317183c037eaebcd7ba96daf4/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/2c9e480317183c037eaebcd7ba96daf4/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 963061451,
        "title": "drop dead",
        "link": "https://www.deezer.com/album/963061451",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/b755e304f6639c3a231f9f67832850a2/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/b755e304f6639c3a231f9f67832850a2/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/b755e304f6639c3a231f9f67832850a2/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/b755e304f6639c3a231f9f67832850a2/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 11
    },
    {
      "id": 3562948071,
      "title": "So Easy (To Fall In Love)",
      "title_short": "So Easy (To Fall In Love)",
      "title_version": null,
      "link": "https://www.deezer.com/track/3562948071",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/8/a/d/0/8ada023d8ea33ca4d8ee73da9abc5649.mp3?hdnea=exp=1788874292~acl=/api/1/1/8/a/d/0/8ada023d8ea33ca4d8ee73da9abc5649.mp3*~data=user_id=0,application_id=42~hmac=b5ebcd2b2b604cb1bf48444d30b299841a1807470bf2a308693bae81055dd6fd",
      "isrc": null,
      "duration_seconds": 169,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 989620,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 75659582,
        "name": "Olivia Dean",
        "link": "https://www.deezer.com/artist/75659582",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/fed7c3b756cf6049da62988cb8e744be/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 823933891,
        "title": "The Art of Loving",
        "link": "https://www.deezer.com/album/823933891",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/b7aaad0f696b5dbfe7f1ebf2c72346a5/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/b7aaad0f696b5dbfe7f1ebf2c72346a5/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/b7aaad0f696b5dbfe7f1ebf2c72346a5/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/b7aaad0f696b5dbfe7f1ebf2c72346a5/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 12
    },
    {
      "id": 3401554271,
      "title": "Midnight Sun",
      "title_short": "Midnight Sun",
      "title_version": null,
      "link": "https://www.deezer.com/track/3401554271",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/6/2/2/0/62216c83967f32d4eb69bf3adf5c6786.mp3?hdnea=exp=1788874292~acl=/api/1/1/6/2/2/0/62216c83967f32d4eb69bf3adf5c6786.mp3*~data=user_id=0,application_id=42~hmac=11c65f4888dc4dabd9369f71acebf7459eeb3961a641f4eb11792a4ae0b2a07d",
      "isrc": null,
      "duration_seconds": 189,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 972286,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 4331004,
        "name": "Zara Larsson",
        "link": "https://www.deezer.com/artist/4331004",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/26e260152661dea1897a6eea198f9981/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/26e260152661dea1897a6eea198f9981/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/26e260152661dea1897a6eea198f9981/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/26e260152661dea1897a6eea198f9981/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 768153511,
        "title": "Midnight Sun",
        "link": "https://www.deezer.com/album/768153511",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/19bf09a63824955c504abea3f958c584/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/19bf09a63824955c504abea3f958c584/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/19bf09a63824955c504abea3f958c584/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/19bf09a63824955c504abea3f958c584/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 13
    },
    {
      "id": 3978161521,
      "title": "I Can't Love You Anymore",
      "title_short": "I Can't Love You Anymore",
      "title_version": null,
      "link": "https://www.deezer.com/track/3978161521",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/2/c/8/0/2c88acdc7517cf17c00715db6c9a22e5.mp3?hdnea=exp=1788874292~acl=/api/1/1/2/c/8/0/2c88acdc7517cf17c00715db6c9a22e5.mp3*~data=user_id=0,application_id=42~hmac=d8215d32141e905cd2590bca0474a0a891933d16aa10e80c9a248a5791e79d88",
      "isrc": null,
      "duration_seconds": 228,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 746947,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 14867123,
        "name": "Ella Langley",
        "link": "https://www.deezer.com/artist/14867123",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 967348681,
        "title": "I Can't Love You Anymore",
        "link": "https://www.deezer.com/album/967348681",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/6f8a203c41b9341a87fc0b4d86b9de5c/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/6f8a203c41b9341a87fc0b4d86b9de5c/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/6f8a203c41b9341a87fc0b4d86b9de5c/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/6f8a203c41b9341a87fc0b4d86b9de5c/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 14
    },
    {
      "id": 3726350952,
      "title": "Sleepless in a Hotel Room",
      "title_short": "Sleepless in a Hotel Room",
      "title_version": null,
      "link": "https://www.deezer.com/track/3726350952",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/2/e/7/0/2e79ec9f34e4a2ac742ff98fe9722064.mp3?hdnea=exp=1788874292~acl=/api/1/1/2/e/7/0/2e79ec9f34e4a2ac742ff98fe9722064.mp3*~data=user_id=0,application_id=42~hmac=7e84a9ef07739e17ce379999b7715c5237456120c3d043ff8251c89a3a5c3103",
      "isrc": null,
      "duration_seconds": 177,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 667675,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 9626504,
        "name": "Luke Combs",
        "link": "https://www.deezer.com/artist/9626504",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/c2a8e5d0d293a06bf887bb2724a780bc/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 880601952,
        "title": "Sleepless in a Hotel Room",
        "link": "https://www.deezer.com/album/880601952",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/644133900f1391ee0a7e8f84c6572e3a/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 15
    },
    {
      "id": 3904211281,
      "title": "Loving Life Again",
      "title_short": "Loving Life Again",
      "title_version": null,
      "link": "https://www.deezer.com/track/3904211281",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/d/9/0/0/d90c5186b7977af4bf8cfd9b6979b678.mp3?hdnea=exp=1788874292~acl=/api/1/1/d/9/0/0/d90c5186b7977af4bf8cfd9b6979b678.mp3*~data=user_id=0,application_id=42~hmac=9b29d1e85e9d8116b961b3e9d3bf3108f214876b9a3de350e69a29012dd06981",
      "isrc": null,
      "duration_seconds": 226,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 576542,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 14867123,
        "name": "Ella Langley",
        "link": "https://www.deezer.com/artist/14867123",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/77aa9c0c9d9789bb43151a3882166d20/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 941086691,
        "title": "Loving Life Again",
        "link": "https://www.deezer.com/album/941086691",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/b1bde069e57968a190b0506aef2b6e3e/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 16
    },
    {
      "id": 4020643591,
      "title": "Something To Lose",
      "title_short": "Something To Lose",
      "title_version": null,
      "link": "https://www.deezer.com/track/4020643591",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/f/c/b/0/fcbaf01fe8a4d3e56559948069195700.mp3?hdnea=exp=1788874292~acl=/api/1/1/f/c/b/0/fcbaf01fe8a4d3e56559948069195700.mp3*~data=user_id=0,application_id=42~hmac=9879873cf083e461287430d7fed32dc8c30dd92b6e1ec7fd810612777f1db87e",
      "isrc": null,
      "duration_seconds": 175,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 569067,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 181157207,
        "name": "STELLA LEFTY",
        "link": "https://www.deezer.com/artist/181157207",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 982409841,
        "title": "Is This Heaven?",
        "link": "https://www.deezer.com/album/982409841",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/30c36833c1fe5b5c398139a4622b65f4/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/30c36833c1fe5b5c398139a4622b65f4/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/30c36833c1fe5b5c398139a4622b65f4/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/30c36833c1fe5b5c398139a4622b65f4/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 17
    },
    {
      "id": 2758844701,
      "title": "Stargazing",
      "title_short": "Stargazing",
      "title_version": null,
      "link": "https://www.deezer.com/track/2758844701",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/5/3/b/0/53b080b7cc52b2376bac4e860f748dfe.mp3?hdnea=exp=1788874292~acl=/api/1/1/5/3/b/0/53b080b7cc52b2376bac4e860f748dfe.mp3*~data=user_id=0,application_id=42~hmac=d8b5471d54df283a1b235c836c4288644615dc552715670e55041618841a39d0",
      "isrc": null,
      "duration_seconds": 172,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 941929,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 12641355,
        "name": "Myles Smith",
        "link": "https://www.deezer.com/artist/12641355",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/88bb713efdddb7df221fc5b82107c290/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/88bb713efdddb7df221fc5b82107c290/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/88bb713efdddb7df221fc5b82107c290/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/88bb713efdddb7df221fc5b82107c290/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 575655361,
        "title": "Stargazing",
        "link": "https://www.deezer.com/album/575655361",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/eaf89238495473e9d78eb75e7a181322/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/eaf89238495473e9d78eb75e7a181322/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/eaf89238495473e9d78eb75e7a181322/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/eaf89238495473e9d78eb75e7a181322/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 18
    },
    {
      "id": 4015341011,
      "title": "Dai Dai",
      "title_short": "Dai Dai",
      "title_version": null,
      "link": "https://www.deezer.com/track/4015341011",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/3/6/e/0/36e9c5c8807733ef0c975986dcb4a106.mp3?hdnea=exp=1788874292~acl=/api/1/1/3/6/e/0/36e9c5c8807733ef0c975986dcb4a106.mp3*~data=user_id=0,application_id=42~hmac=26204f3651896f8e3a575212f9880c1de9a64009281f682f5ec7cde73d8ef081",
      "isrc": null,
      "duration_seconds": 223,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 990618,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 160,
        "name": "Shakira",
        "link": "https://www.deezer.com/artist/160",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/69c569506a8ff6ab0edfecbd1adf94b0/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/69c569506a8ff6ab0edfecbd1adf94b0/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/69c569506a8ff6ab0edfecbd1adf94b0/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/69c569506a8ff6ab0edfecbd1adf94b0/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 980745831,
        "title": "Dai Dai",
        "link": "https://www.deezer.com/album/980745831",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/a7f9bae0243c512059298a68d09f45a1/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/a7f9bae0243c512059298a68d09f45a1/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/a7f9bae0243c512059298a68d09f45a1/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/a7f9bae0243c512059298a68d09f45a1/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 19
    },
    {
      "id": 3092229871,
      "title": "Better Me For You (Brown Eyes)",
      "title_short": "Better Me For You (Brown Eyes)",
      "title_version": null,
      "link": "https://www.deezer.com/track/3092229871",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/a/1/a/0/a1af8b6fb3b4119394a21712648f3135.mp3?hdnea=exp=1788874292~acl=/api/1/1/a/1/a/0/a1af8b6fb3b4119394a21712648f3135.mp3*~data=user_id=0,application_id=42~hmac=13f3fafea26ac69289fffbaf63710085be32ad6f1e0020eb29efa2f412b22b30",
      "isrc": null,
      "duration_seconds": 194,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 630834,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 209730607,
        "name": "Max McNown",
        "link": "https://www.deezer.com/artist/209730607",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/6f6dc4851916af09bd2f20b84ab3ddc9/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/6f6dc4851916af09bd2f20b84ab3ddc9/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/6f6dc4851916af09bd2f20b84ab3ddc9/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/6f6dc4851916af09bd2f20b84ab3ddc9/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 670209551,
        "title": "Night Diving",
        "link": "https://www.deezer.com/album/670209551",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/29fc365a0889643be90cc8036861ba52/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/29fc365a0889643be90cc8036861ba52/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/29fc365a0889643be90cc8036861ba52/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/29fc365a0889643be90cc8036861ba52/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 20
    },
    {
      "id": 3991431871,
      "title": "Mexico Honey",
      "title_short": "Mexico Honey",
      "title_version": null,
      "link": "https://www.deezer.com/track/3991431871",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/1/9/c/0/19ceff797bb87b913bf5b8a92c213aa3.mp3?hdnea=exp=1788874292~acl=/api/1/1/1/9/c/0/19ceff797bb87b913bf5b8a92c213aa3.mp3*~data=user_id=0,application_id=42~hmac=420809b78fa12fc27681677445fd2ed35730a31fe67709209dd8c3b6048aad2d",
      "isrc": null,
      "duration_seconds": 223,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 720480,
      "is_readable": null,
      "is_explicit_lyrics": true,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 399990,
        "name": "Kacey Musgraves",
        "link": "https://www.deezer.com/artist/399990",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/229fe42ffc5b16b51112ffee967453e1/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/229fe42ffc5b16b51112ffee967453e1/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/229fe42ffc5b16b51112ffee967453e1/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/229fe42ffc5b16b51112ffee967453e1/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 971813221,
        "title": "Middle of Nowhere",
        "link": "https://www.deezer.com/album/971813221",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/97eafa46695c2708becd77df73766e7c/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/97eafa46695c2708becd77df73766e7c/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/97eafa46695c2708becd77df73766e7c/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/97eafa46695c2708becd77df73766e7c/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 21
    },
    {
      "id": 15586246,
      "title": "Dancing In the Dark",
      "title_short": "Dancing In the Dark",
      "title_version": null,
      "link": "https://www.deezer.com/track/15586246",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/8/9/f/0/89fa971ce8594abd29d87e7891cb03b8.mp3?hdnea=exp=1788874292~acl=/api/1/1/8/9/f/0/89fa971ce8594abd29d87e7891cb03b8.mp3*~data=user_id=0,application_id=42~hmac=d3722ce551e1a4fb296e58cc4bb5a780875c840b6f4fdd57a4eed2bbcd0442c2",
      "isrc": null,
      "duration_seconds": 241,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 833702,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 4762,
        "name": "Bruce Springsteen",
        "link": "https://www.deezer.com/artist/4762",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/7003fc8e2a26471a8bf000b10eff8698/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/7003fc8e2a26471a8bf000b10eff8698/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/7003fc8e2a26471a8bf000b10eff8698/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/7003fc8e2a26471a8bf000b10eff8698/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 1440805,
        "title": "Born In The U.S.A.",
        "link": "https://www.deezer.com/album/1440805",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/106f651bf559796879b90e83c50b3e96/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/106f651bf559796879b90e83c50b3e96/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/106f651bf559796879b90e83c50b3e96/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/106f651bf559796879b90e83c50b3e96/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 22
    },
    {
      "id": 4167204822,
      "title": "Been By Now",
      "title_short": "Been By Now",
      "title_version": null,
      "link": "https://www.deezer.com/track/4167204822",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/b/5/4/0/b54b110780539b96c252eb55c7c04eb1.mp3?hdnea=exp=1788874292~acl=/api/1/1/b/5/4/0/b54b110780539b96c252eb55c7c04eb1.mp3*~data=user_id=0,application_id=42~hmac=75ee26fb3510ff6edf0ba1417a2fb4074589078a0cf483e4889e310a95409d94",
      "isrc": null,
      "duration_seconds": 213,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 688340,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 7188840,
        "name": "Morgan Wallen",
        "link": "https://www.deezer.com/artist/7188840",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/99726f6c15793e8d34ec6e93597049c8/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/99726f6c15793e8d34ec6e93597049c8/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/99726f6c15793e8d34ec6e93597049c8/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/99726f6c15793e8d34ec6e93597049c8/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 1034275572,
        "title": "Been By Now",
        "link": "https://www.deezer.com/album/1034275572",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/38e835566214fba0d9f0c71d58e16145/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/38e835566214fba0d9f0c71d58e16145/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/38e835566214fba0d9f0c71d58e16145/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/38e835566214fba0d9f0c71d58e16145/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 23
    },
    {
      "id": 3968924241,
      "title": "I Know I Know",
      "title_short": "I Know I Know",
      "title_version": null,
      "link": "https://www.deezer.com/track/3968924241",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/8/b/b/0/8bb081a22d70d56f5d06042fa8e0b890.mp3?hdnea=exp=1788874292~acl=/api/1/1/8/b/b/0/8bb081a22d70d56f5d06042fa8e0b890.mp3*~data=user_id=0,application_id=42~hmac=76117f07d874258d77faa5e0eff42bfa3886262b2454e693147ea48a89d24a3f",
      "isrc": null,
      "duration_seconds": 159,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 665886,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 181157207,
        "name": "STELLA LEFTY",
        "link": "https://www.deezer.com/artist/181157207",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/67cc073ca1341421e400f5f6d8a102f5/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 964053301,
        "title": "I Know I Know",
        "link": "https://www.deezer.com/album/964053301",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/de65621f938c574d6f8f5676dca2e68e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/de65621f938c574d6f8f5676dca2e68e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/de65621f938c574d6f8f5676dca2e68e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/de65621f938c574d6f8f5676dca2e68e/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 24
    },
    {
      "id": 92720048,
      "title": "You Shook Me All Night Long",
      "title_short": "You Shook Me All Night Long",
      "title_version": null,
      "link": "https://www.deezer.com/track/92720048",
      "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/2/1/a/0/21af9bde7aacee934f02c9df8c931bdf.mp3?hdnea=exp=1788874292~acl=/api/1/1/2/1/a/0/21af9bde7aacee934f02c9df8c931bdf.mp3*~data=user_id=0,application_id=42~hmac=eb194de5ce81de249dd4c93ba6142a5b5ba1d459eddf21c0867c0fa463ff995d",
      "isrc": null,
      "duration_seconds": 208,
      "release_date": null,
      "track_position": null,
      "disk_number": null,
      "bpm": null,
      "gain_db": null,
      "rank": 872302,
      "is_readable": null,
      "is_explicit_lyrics": false,
      "explicit_lyrics_status": "not_explicit",
      "explicit_cover_status": "not_explicit",
      "artist": {
        "id": 115,
        "name": "AC/DC",
        "link": "https://www.deezer.com/artist/115",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/7dbc950be70f997ba0cd2b39de7f2aa7/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/7dbc950be70f997ba0cd2b39de7f2aa7/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/7dbc950be70f997ba0cd2b39de7f2aa7/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/7dbc950be70f997ba0cd2b39de7f2aa7/1000x1000-000000-80-0-0.jpg"
        }
      },
      "album": {
        "id": 9410100,
        "title": "Back In Black",
        "link": "https://www.deezer.com/album/9410100",
        "upc": null,
        "release_date": null,
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/41041b14873956eff0459c8ea2c296a8/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/41041b14873956eff0459c8ea2c296a8/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/41041b14873956eff0459c8ea2c296a8/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/41041b14873956eff0459c8ea2c296a8/1000x1000-000000-80-0-0.jpg"
        }
      },
      "position": 25
    }
  ]
}