Deezer Scraper

ENDPOINTS
GET/search/all

Search All

Everything for a query in one call: the top result plus artists, tracks, albums, playlists, users, podcasts and radios.

QUERY PARAMS

Search phrase matched across artists, tracks, albums, playlists, users, podcasts and live radios.

Example: eminem

Number of items per section per page.

Default: 10

Allowed values: 1-25

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)

{
  "query": "eminem",
  "country": "us",
  "is_fuzzy": true,
  "is_autocorrected": false,
  "top_result": {
    "type": "artist",
    "id": 13,
    "name": "Eminem",
    "link": "https://www.deezer.com/artist/13",
    "pictures": {
      "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
      "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
      "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
      "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
    },
    "fan_count": 19097641
  },
  "artists": {
    "total_results": 30,
    "results": [
      {
        "id": 5478540,
        "name": "Emine'm",
        "link": "https://www.deezer.com/artist/5478540",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/7fa738468c9a73ff98c1e1b78d622b81/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/7fa738468c9a73ff98c1e1b78d622b81/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/7fa738468c9a73ff98c1e1b78d622b81/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/7fa738468c9a73ff98c1e1b78d622b81/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 866
      },
      {
        "id": 13,
        "name": "Eminem",
        "link": "https://www.deezer.com/artist/13",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 19097641
      },
      {
        "id": 102186382,
        "name": "Dj Maske",
        "link": "https://www.deezer.com/artist/102186382",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/b7e243a79920aa4f143b6f1a389389d3/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/b7e243a79920aa4f143b6f1a389389d3/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/b7e243a79920aa4f143b6f1a389389d3/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/b7e243a79920aa4f143b6f1a389389d3/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 101
      },
      {
        "id": 74519482,
        "name": "French Candy",
        "link": "https://www.deezer.com/artist/74519482",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/ce72a1fa0c2493c3254dc45658bbb926/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/ce72a1fa0c2493c3254dc45658bbb926/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/ce72a1fa0c2493c3254dc45658bbb926/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/ce72a1fa0c2493c3254dc45658bbb926/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 214
      },
      {
        "id": 417645,
        "name": "D12",
        "link": "https://www.deezer.com/artist/417645",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/65327f3c61452fb7957963e910fe63e0/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/65327f3c61452fb7957963e910fe63e0/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/65327f3c61452fb7957963e910fe63e0/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/65327f3c61452fb7957963e910fe63e0/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 471390
      },
      {
        "id": 1278415,
        "name": "Bad Meets Evil (Eminem & Royce)",
        "link": "https://www.deezer.com/artist/1278415",
        "pictures": null,
        "fan_count": 795
      },
      {
        "id": 82371942,
        "name": "Bizarre, Eminem, Fuzz",
        "link": "https://www.deezer.com/artist/82371942",
        "pictures": null,
        "fan_count": 39
      },
      {
        "id": 289209,
        "name": "DJ FAB",
        "link": "https://www.deezer.com/artist/289209",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/64acaab14f01dacacd9285f8fced8a1d/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/64acaab14f01dacacd9285f8fced8a1d/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/64acaab14f01dacacd9285f8fced8a1d/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/64acaab14f01dacacd9285f8fced8a1d/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 1383
      },
      {
        "id": 67443,
        "name": "Dax",
        "link": "https://www.deezer.com/artist/67443",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/artist/270c1514a25caf5757afdaa5be3b003d/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/artist/270c1514a25caf5757afdaa5be3b003d/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/artist/270c1514a25caf5757afdaa5be3b003d/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/artist/270c1514a25caf5757afdaa5be3b003d/1000x1000-000000-80-0-0.jpg"
        },
        "fan_count": 122848
      },
      {
        "id": 6285126,
        "name": "Eminem & Xzibit",
        "link": "https://www.deezer.com/artist/6285126",
        "pictures": null,
        "fan_count": 327
      }
    ]
  },
  "tracks": {
    "total_results": 30,
    "results": [
      {
        "id": 916424,
        "title": "Without Me",
        "title_version": null,
        "link": "https://www.deezer.com/track/916424",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/a/e/b/0/aeb58f2f63ee57fb9c47cbe8fb5ccdaa.mp3?hdnea=exp=1788872107~acl=/api/1/1/a/e/b/0/aeb58f2f63ee57fb9c47cbe8fb5ccdaa.mp3*~data=user_id=0,application_id=42~hmac=150209f1cfbdd1d9397f5abd66e75bcd73489239ba8cd43fcc431a2342374f99",
        "isrc": "USIR10211038",
        "duration_seconds": 290,
        "track_position": 10,
        "disk_number": 1,
        "gain_db": -8.7,
        "rank": 961431,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "co_producers": [
            "Jeff Bass"
          ],
          "composers": [
            "Jeff Bass",
            "Marshall Mathers",
            "Kevin Bell",
            "Malcolm McLaren",
            "Trevor Horn",
            "Anne Dudley"
          ],
          "authors": [
            "Jeff Bass",
            "Marshall Mathers",
            "Kevin Bell",
            "Malcolm McLaren",
            "Trevor Horn",
            "Anne Dudley"
          ],
          "additional_producers": [
            "DJ Head"
          ],
          "recording_engineers": [
            "Steve King",
            "Mauricio \"Veto\" Iragorri"
          ],
          "recording_second_engineers": [
            "Alex Reverberi",
            "Mike Strange",
            "Urban Kris"
          ],
          "mixing_engineers": [
            "Dr. Dre"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": null,
        "album": {
          "id": 103248,
          "title": "The Eminem Show",
          "link": "https://www.deezer.com/album/103248",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 6461440,
        "title": "Love The Way You Lie",
        "title_version": null,
        "link": "https://www.deezer.com/track/6461440",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/c/8/9/0/c89ba14b5d142a98e3ad48036b05d10d.mp3?hdnea=exp=1788872107~acl=/api/1/1/c/8/9/0/c89ba14b5d142a98e3ad48036b05d10d.mp3*~data=user_id=0,application_id=42~hmac=4acf51e2dd0e4ec74792cf2047c524e9620f70e38fa06837441e48c167313380",
        "isrc": "USUM71015397",
        "duration_seconds": 263,
        "track_position": 15,
        "disk_number": 1,
        "gain_db": -9.5,
        "rank": 932417,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "featured_artists": [
            "Rihanna"
          ],
          "composers": [
            "Marshall Mathers",
            "A. Grant",
            "Holly Hafermann"
          ],
          "authors": [
            "Marshall Mathers",
            "A. Grant",
            "Holly Hafermann"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": [
          {
            "id": 13,
            "name": "Eminem",
            "link": "https://www.deezer.com/artist/13",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
            }
          },
          {
            "id": 564,
            "name": "Rihanna",
            "link": "https://www.deezer.com/artist/564",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/1000x1000-000000-80-0-0.jpg"
            }
          }
        ],
        "album": {
          "id": 595243,
          "title": "Recovery",
          "link": "https://www.deezer.com/album/595243",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 916445,
        "title": "Till I Collapse",
        "title_version": null,
        "link": "https://www.deezer.com/track/916445",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/8/4/6/0/846995adc7246b0d3a90d6c3281a298a.mp3?hdnea=exp=1788872107~acl=/api/1/1/8/4/6/0/846995adc7246b0d3a90d6c3281a298a.mp3*~data=user_id=0,application_id=42~hmac=67d77ced16d56e2405db78cb71d5bda26a65e11a3e6c697a001af73e43b6a73d",
        "isrc": "USIR10211066",
        "duration_seconds": 297,
        "track_position": 18,
        "disk_number": 1,
        "gain_db": -6.8,
        "rank": 908564,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "featured_artists": [
            "Nate Dogg"
          ],
          "recording_engineers": [
            "Steve King"
          ],
          "mixing_engineers": [
            "Steve King"
          ],
          "recording_second_engineers": [
            "Mike Strange",
            "Urban Kris"
          ],
          "composers": [
            "Marshall Mathers",
            "Luis Resto",
            "Nathaniel Hale",
            "Brian May"
          ],
          "authors": [
            "Marshall Mathers",
            "Luis Resto",
            "Nathaniel Hale",
            "Brian May"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": [
          {
            "id": 13,
            "name": "Eminem",
            "link": "https://www.deezer.com/artist/13",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
            }
          },
          {
            "id": 359,
            "name": "Nate Dogg",
            "link": "https://www.deezer.com/artist/359",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/35e509e5a4a385f58936fb388f108ee8/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/35e509e5a4a385f58936fb388f108ee8/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/35e509e5a4a385f58936fb388f108ee8/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/35e509e5a4a385f58936fb388f108ee8/1000x1000-000000-80-0-0.jpg"
            }
          }
        ],
        "album": {
          "id": 103248,
          "title": "The Eminem Show",
          "link": "https://www.deezer.com/album/103248",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 72160317,
        "title": "The Monster",
        "title_version": null,
        "link": "https://www.deezer.com/track/72160317",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/9/0/0/0/900393147281069933013563cea5817b.mp3?hdnea=exp=1788872107~acl=/api/1/1/9/0/0/0/900393147281069933013563cea5817b.mp3*~data=user_id=0,application_id=42~hmac=89d9a12335752f017dc850d6e1db28bc4d23e87b26aa347e965c628c35a45c05",
        "isrc": "USUM71314082",
        "duration_seconds": 250,
        "track_position": 12,
        "disk_number": 1,
        "gain_db": -7.7,
        "rank": 897975,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "featured_artists": [
            "Rihanna"
          ],
          "co_producers": [
            "Aalias"
          ],
          "composers": [
            "Marshall Mathers",
            "Aaron Kleinstub",
            "Maki Athanasiou",
            "Jonathan Bellion",
            "Robyn Rihanna Fenty",
            "Bryan Fryzel",
            "Bebe Rexha"
          ],
          "authors": [
            "Marshall Mathers",
            "Aaron Kleinstub",
            "Maki Athanasiou",
            "Jonathan Bellion",
            "Robyn Rihanna Fenty",
            "Bryan Fryzel",
            "Bebe Rexha"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": [
          {
            "id": 13,
            "name": "Eminem",
            "link": "https://www.deezer.com/artist/13",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
            }
          },
          {
            "id": 564,
            "name": "Rihanna",
            "link": "https://www.deezer.com/artist/564",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/b78cdc205fae2641b89208e78b30e1b3/1000x1000-000000-80-0-0.jpg"
            }
          }
        ],
        "album": {
          "id": 7090505,
          "title": "The Marshall Mathers LP2 (Deluxe)",
          "link": "https://www.deezer.com/album/7090505",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/b6938db3addc3ccd9575d6d12220e466/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/b6938db3addc3ccd9575d6d12220e466/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/b6938db3addc3ccd9575d6d12220e466/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/b6938db3addc3ccd9575d6d12220e466/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 1109731,
        "title": "Lose Yourself",
        "title_version": null,
        "link": "https://www.deezer.com/track/1109731",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/2/7/a/0/27a14827ff1e82c5e40e8b6a934a8637.mp3?hdnea=exp=1788872107~acl=/api/1/1/2/7/a/0/27a14827ff1e82c5e40e8b6a934a8637.mp3*~data=user_id=0,application_id=42~hmac=ebc2f907568cf8a7fd02a882ce6e36fec4787d2682eea025b364afc471cabfd4",
        "isrc": "USIR10211559",
        "duration_seconds": 326,
        "track_position": 6,
        "disk_number": 1,
        "gain_db": -8.3,
        "rank": 980436,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "mixing_engineers": [
            "Eminem",
            "Steve King"
          ],
          "drumprogrammer": [
            "Eminem"
          ],
          "additional_producers": [
            "Jeff Bass"
          ],
          "composers": [
            "Jeff Bass",
            "Luis Resto",
            "Marshall Mathers"
          ],
          "authors": [
            "Jeff Bass",
            "Luis Resto",
            "Marshall Mathers"
          ],
          "recording_engineers": [
            "Steve King",
            "Mike Strange"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": null,
        "album": {
          "id": 119606,
          "title": "Curtain Call: The Hits",
          "link": "https://www.deezer.com/album/119606",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 6461432,
        "title": "Not Afraid",
        "title_version": null,
        "link": "https://www.deezer.com/track/6461432",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/b/8/c/0/b8c80674e1efeb06186a8c87f40a54f9.mp3?hdnea=exp=1788872107~acl=/api/1/1/b/8/c/0/b8c80674e1efeb06186a8c87f40a54f9.mp3*~data=user_id=0,application_id=42~hmac=44cb093f50f56bac71cf456f1466340fa9aece80e1919c81a48a20bbd978f5c4",
        "isrc": "USUM71011769",
        "duration_seconds": 251,
        "track_position": 7,
        "disk_number": 1,
        "gain_db": -6.6,
        "rank": 863428,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "additional_producers": [
            "Jordan Evans",
            "Matthew Burnett",
            "Eminem"
          ],
          "composers": [
            "Marshall Mathers",
            "Luis Resto",
            "J. Evans",
            "M. Burnett",
            "Matthew Samuels"
          ],
          "authors": [
            "Marshall Mathers",
            "Luis Resto",
            "J. Evans",
            "M. Burnett",
            "Matthew Samuels"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": null,
        "album": {
          "id": 595243,
          "title": "Recovery",
          "link": "https://www.deezer.com/album/595243",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 916427,
        "title": "Superman",
        "title_version": null,
        "link": "https://www.deezer.com/track/916427",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/9/a/e/0/9ae7b301a2467f1d505c6382a8da1e29.mp3?hdnea=exp=1788872107~acl=/api/1/1/9/a/e/0/9ae7b301a2467f1d505c6382a8da1e29.mp3*~data=user_id=0,application_id=42~hmac=f5a3177c381bce918991dd8f5a29b4e485be72cc1249634e1eecd26743d80b0e",
        "isrc": "USIR10211062",
        "duration_seconds": 350,
        "track_position": 13,
        "disk_number": 1,
        "gain_db": -8.9,
        "rank": 862794,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "featured_artists": [
            "Dina Rae"
          ],
          "additional_producers": [
            "Jeff Bass"
          ],
          "recording_engineers": [
            "Steve King"
          ],
          "mixing_engineers": [
            "Steve King"
          ],
          "composers": [
            "Steve King",
            "Marshall Mathers",
            "Jeffrey Bass"
          ],
          "authors": [
            "Steve King",
            "Marshall Mathers",
            "Jeffrey Bass"
          ],
          "recording_second_engineers": [
            "Mike Strange",
            "Urban Kris"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": [
          {
            "id": 13,
            "name": "Eminem",
            "link": "https://www.deezer.com/artist/13",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
            }
          },
          {
            "id": 256493,
            "name": "Dina Rae",
            "link": "https://www.deezer.com/artist/256493",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/9d4facd9b09602772327d5a76abccaad/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/9d4facd9b09602772327d5a76abccaad/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/9d4facd9b09602772327d5a76abccaad/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/9d4facd9b09602772327d5a76abccaad/1000x1000-000000-80-0-0.jpg"
            }
          }
        ],
        "album": {
          "id": 103248,
          "title": "The Eminem Show",
          "link": "https://www.deezer.com/album/103248",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 1109739,
        "title": "Mockingbird",
        "title_version": null,
        "link": "https://www.deezer.com/track/1109739",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/e/4/5/0/e4589311b7cdd524d1767bc2b7b6e17f.mp3?hdnea=exp=1788872107~acl=/api/1/1/e/4/5/0/e4589311b7cdd524d1767bc2b7b6e17f.mp3*~data=user_id=0,application_id=42~hmac=b9a5b4fa2a135694adbfbb2dd80b054202daf245e7c09ebbebd6a5bd89c33d09",
        "isrc": "USIR10400813",
        "duration_seconds": 251,
        "track_position": 12,
        "disk_number": 1,
        "gain_db": -8.4,
        "rank": 964816,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "mixing_engineers": [
            "Eminem",
            "Steve King"
          ],
          "additional_producers": [
            "Luis Resto"
          ],
          "composers": [
            "Luis Resto",
            "Marshall Mathers"
          ],
          "authors": [
            "Luis Resto",
            "Marshall Mathers"
          ],
          "recording_engineers": [
            "Steve King",
            "Tony Campana",
            "Mike Strange"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": null,
        "album": {
          "id": 119606,
          "title": "Curtain Call: The Hits",
          "link": "https://www.deezer.com/album/119606",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 979041,
        "title": "Smack That",
        "title_version": "(Clean)",
        "link": "https://www.deezer.com/track/979041",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/6/0/9/0/60968e50d4c9b473bd56c61204b8d8f7.mp3?hdnea=exp=1788872107~acl=/api/1/1/6/0/9/0/60968e50d4c9b473bd56c61204b8d8f7.mp3*~data=user_id=0,application_id=42~hmac=13fcc7eacba51071a094c16cd9ff5c88b3ddad4e9fa3cec819eb29eea4b8462a",
        "isrc": "USUM70609035",
        "duration_seconds": 212,
        "track_position": 3,
        "disk_number": 1,
        "gain_db": -9.6,
        "rank": 860263,
        "is_explicit_lyrics": false,
        "explicit_lyrics_status": "edited",
        "explicit_cover_status": "unknown",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Akon"
          ],
          "featured_artists": [
            "Eminem"
          ],
          "mixing_engineers": [
            "Eminem",
            "Mike Strange"
          ],
          "programmingengineer": [
            "Eminem"
          ],
          "recording_engineers": [
            "Mike Strange",
            "Tony Campana"
          ],
          "composers": [
            "Mike Strange",
            "Luis Resto",
            "Marshall Mathers",
            "Aliaune \"Akon\" Thiam"
          ]
        },
        "artist": {
          "id": 38,
          "name": "Akon",
          "link": "https://www.deezer.com/artist/38",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": [
          {
            "id": 38,
            "name": "Akon",
            "link": "https://www.deezer.com/artist/38",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/2b0f21d5b1c6d7a674d9a60d4a6207b2/1000x1000-000000-80-0-0.jpg"
            }
          },
          {
            "id": 13,
            "name": "Eminem",
            "link": "https://www.deezer.com/artist/13",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
            }
          }
        ],
        "album": {
          "id": 108938,
          "title": "Konvicted",
          "link": "https://www.deezer.com/album/108938",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/bc4d98904d61661cc6d7dd53745340d0/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/bc4d98904d61661cc6d7dd53745340d0/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/bc4d98904d61661cc6d7dd53745340d0/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/bc4d98904d61661cc6d7dd53745340d0/1000x1000-000000-80-0-0.jpg"
          }
        }
      },
      {
        "id": 1109737,
        "title": "The Real Slim Shady",
        "title_version": null,
        "link": "https://www.deezer.com/track/1109737",
        "preview_link": "https://cdnt-preview.dzcdn.net/api/1/1/8/8/8/0/8884d70117209dbf5b9df927eda209da.mp3?hdnea=exp=1788872107~acl=/api/1/1/8/8/8/0/8884d70117209dbf5b9df927eda209da.mp3*~data=user_id=0,application_id=42~hmac=f9e4cffcc63f2860bf02ec41ed1a5f992f1634715f25e2638376618a70aa790b",
        "isrc": "USIR10000448",
        "duration_seconds": 284,
        "track_position": 11,
        "disk_number": 1,
        "gain_db": -9.6,
        "rank": 936115,
        "is_explicit_lyrics": true,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "has_lyrics": false,
        "is_free_stream_available": true,
        "is_subscription_stream_available": true,
        "credits": {
          "main_artists": [
            "Eminem"
          ],
          "mixing_engineers": [
            "Dr. Dre",
            "Richard \"Segal\" Huredia"
          ],
          "recording_engineers": [
            "Richard \"Segal\" Huredia"
          ],
          "composers": [
            "Marshall Mathers",
            "Andre R. Young",
            "Mike Elizondo",
            "Tom Coster"
          ],
          "authors": [
            "Marshall Mathers",
            "Andre R. Young",
            "Mike Elizondo",
            "Tom Coster"
          ]
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
          }
        },
        "artists": null,
        "album": {
          "id": 119606,
          "title": "Curtain Call: The Hits",
          "link": "https://www.deezer.com/album/119606",
          "cover": {
            "small": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/1000x1000-000000-80-0-0.jpg"
          }
        }
      }
    ]
  },
  "albums": {
    "total_results": 29,
    "results": [
      {
        "id": 103248,
        "title": "The Eminem Show",
        "title_version": null,
        "link": "https://www.deezer.com/album/103248",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/ec3c8ed67427064c70f67e5815b74cef/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2002-05-26",
        "original_release_date": "2002-01-01",
        "track_count": 20,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "not_explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 595243,
        "title": "Recovery",
        "title_version": null,
        "link": "https://www.deezer.com/album/595243",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/be682506145061814eddee648edb7c59/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2010-01-01",
        "original_release_date": "2010-06-18",
        "track_count": 17,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 119606,
        "title": "Curtain Call: The Hits",
        "title_version": null,
        "link": "https://www.deezer.com/album/119606",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/e2b36a9fda865cb2e9ed1476b6291a7d/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2005-01-01",
        "original_release_date": "2005-12-02",
        "track_count": 17,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "partially_explicit",
        "explicit_cover_status": "not_explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": true,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 194219042,
        "title": "Music To Be Murdered By - Side B (Deluxe Edition)",
        "title_version": null,
        "link": "https://www.deezer.com/album/194219042",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/55d424a53904d145b17869ba133843d7/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/55d424a53904d145b17869ba133843d7/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/55d424a53904d145b17869ba133843d7/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/55d424a53904d145b17869ba133843d7/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2020-12-18",
        "original_release_date": "2020-01-17",
        "track_count": 36,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 72000342,
        "title": "Kamikaze",
        "title_version": null,
        "link": "https://www.deezer.com/album/72000342",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/bf74fc764097630ba58782ae79cfbee6/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/bf74fc764097630ba58782ae79cfbee6/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/bf74fc764097630ba58782ae79cfbee6/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/bf74fc764097630ba58782ae79cfbee6/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2018-08-31",
        "original_release_date": "2018-08-31",
        "track_count": 13,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "partially_explicit",
        "explicit_cover_status": "explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 641646351,
        "title": "The Death of Slim Shady (Coup De Grâce): Expanded Mourner’s Edition",
        "title_version": null,
        "link": "https://www.deezer.com/album/641646351",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2024-09-13",
        "original_release_date": "2024-07-12",
        "track_count": 23,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "partially_explicit",
        "explicit_cover_status": "explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 125748,
        "title": "The Marshall Mathers LP",
        "title_version": null,
        "link": "https://www.deezer.com/album/125748",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/941c2d3c366affdc662956559e078a4e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/941c2d3c366affdc662956559e078a4e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/941c2d3c366affdc662956559e078a4e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/941c2d3c366affdc662956559e078a4e/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2000-05-16",
        "original_release_date": "2000-05-22",
        "track_count": 18,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "explicit",
        "explicit_cover_status": "unknown",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 11047846,
        "title": "The Slim Shady LP",
        "title_version": null,
        "link": "https://www.deezer.com/album/11047846",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/83c5dc5ab4d1781ed3bb01c43956d71e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/83c5dc5ab4d1781ed3bb01c43956d71e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/83c5dc5ab4d1781ed3bb01c43956d71e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/83c5dc5ab4d1781ed3bb01c43956d71e/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "1999-01-01",
        "original_release_date": "1999-01-01",
        "track_count": 20,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "partially_explicit",
        "explicit_cover_status": "not_explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 53227232,
        "title": "Revival",
        "title_version": null,
        "link": "https://www.deezer.com/album/53227232",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/432ed502692292710f09a88837077f5a/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/432ed502692292710f09a88837077f5a/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/432ed502692292710f09a88837077f5a/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/432ed502692292710f09a88837077f5a/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2017-12-15",
        "original_release_date": "2017-12-15",
        "track_count": 19,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "partially_explicit",
        "explicit_cover_status": "explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": false,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      },
      {
        "id": 224581,
        "title": "Curtain Call: The Hits (Deluxe Edition)",
        "title_version": null,
        "link": "https://www.deezer.com/album/224581",
        "cover": {
          "small": "https://cdn-images.dzcdn.net/images/cover/2d160b4c0d72272b4f5d7f55037d4864/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/2d160b4c0d72272b4f5d7f55037d4864/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/2d160b4c0d72272b4f5d7f55037d4864/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/2d160b4c0d72272b4f5d7f55037d4864/1000x1000-000000-80-0-0.jpg"
        },
        "release_date": "2005-01-01",
        "original_release_date": "2005-01-01",
        "track_count": 24,
        "copyright": null,
        "producer_line": null,
        "is_available": true,
        "is_official": null,
        "explicit_lyrics_status": "partially_explicit",
        "explicit_cover_status": "not_explicit",
        "subtypes": {
          "is_studio": false,
          "is_live": false,
          "is_compilation": true,
          "is_karaoke": false
        },
        "artist": {
          "id": 13,
          "name": "Eminem",
          "link": "https://www.deezer.com/artist/13"
        },
        "artists": null
      }
    ]
  },
  "playlists": {
    "total_results": 30,
    "results": [
      {
        "id": 3645740262,
        "title": "100% Eminem",
        "link": "https://www.deezer.com/playlist/3645740262",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/playlist/9066bf8e1e68febbb1dd68a2d6c194cf/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/playlist/9066bf8e1e68febbb1dd68a2d6c194cf/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/playlist/9066bf8e1e68febbb1dd68a2d6c194cf/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/playlist/9066bf8e1e68febbb1dd68a2d6c194cf/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 40,
        "fan_count": null,
        "is_public": true,
        "created_at": "2026-08-14T22:52:29Z",
        "updated_at": "2026-09-04T22:52:01Z",
        "creator": {
          "id": 1990304482,
          "name": "Deezer Artist Editor",
          "link": "https://www.deezer.com/profile/1990304482",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/1000x1000-000000-80-0-0.jpg"
          }
        },
        "linked_artists": [
          {
            "id": 13,
            "name": "Eminem",
            "link": "https://www.deezer.com/artist/13",
            "pictures": {
              "small": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/56x56-000000-80-0-0.jpg",
              "medium": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/250x250-000000-80-0-0.jpg",
              "big": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/500x500-000000-80-0-0.jpg",
              "xl": "https://cdn-images.dzcdn.net/images/artist/0f30bbd33a680030054af004d698d6ac/1000x1000-000000-80-0-0.jpg"
            }
          }
        ]
      },
      {
        "id": 15715656221,
        "title": "D",
        "link": "https://www.deezer.com/playlist/15715656221",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/playlist/25da9683831bfe865aeba34a8698ab4c/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/playlist/25da9683831bfe865aeba34a8698ab4c/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/playlist/25da9683831bfe865aeba34a8698ab4c/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/playlist/25da9683831bfe865aeba34a8698ab4c/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 8,
        "fan_count": null,
        "is_public": false,
        "created_at": "2026-09-03T19:11:57Z",
        "updated_at": "2026-09-03T19:11:57Z",
        "creator": {
          "id": 6762445583,
          "name": "Dietrich",
          "link": "https://www.deezer.com/profile/6762445583",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/user/e874bfe490a60c7751bf4bdc13e9d0c7/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/user/e874bfe490a60c7751bf4bdc13e9d0c7/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/user/e874bfe490a60c7751bf4bdc13e9d0c7/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/user/e874bfe490a60c7751bf4bdc13e9d0c7/1000x1000-000000-80-0-0.jpg"
          }
        },
        "linked_artists": null
      },
      {
        "id": 15708670161,
        "title": "Last time is now",
        "link": "https://www.deezer.com/playlist/15708670161",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f-55d424a53904d145b17869ba133843d7-ea8f80f2edb20885ac8aed8751716794-bf74fc764097630ba58782ae79cfbee6/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f-55d424a53904d145b17869ba133843d7-ea8f80f2edb20885ac8aed8751716794-bf74fc764097630ba58782ae79cfbee6/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f-55d424a53904d145b17869ba133843d7-ea8f80f2edb20885ac8aed8751716794-bf74fc764097630ba58782ae79cfbee6/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/95c08f630c379d8f3ff8e58a2d47569f-55d424a53904d145b17869ba133843d7-ea8f80f2edb20885ac8aed8751716794-bf74fc764097630ba58782ae79cfbee6/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 31,
        "fan_count": null,
        "is_public": true,
        "created_at": "2026-09-01T18:59:09Z",
        "updated_at": "2026-09-01T18:59:09Z",
        "creator": {
          "id": 6920939541,
          "name": "Anthony Roberts",
          "link": "https://www.deezer.com/profile/6920939541",
          "pictures": null
        },
        "linked_artists": null
      },
      {
        "id": 15142349943,
        "title": "Eminem",
        "link": "https://www.deezer.com/playlist/15142349943",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/playlist/45038828ca58acac343e5f33ba7d9c46/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/playlist/45038828ca58acac343e5f33ba7d9c46/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/playlist/45038828ca58acac343e5f33ba7d9c46/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/playlist/45038828ca58acac343e5f33ba7d9c46/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 81,
        "fan_count": null,
        "is_public": true,
        "created_at": "2026-08-29T01:26:15Z",
        "updated_at": "2026-09-04T17:24:59Z",
        "creator": {
          "id": 688873133,
          "name": "mrkbirddawg",
          "link": "https://www.deezer.com/profile/688873133",
          "pictures": null
        },
        "linked_artists": null
      },
      {
        "id": 13698919021,
        "title": "RAP OLD",
        "link": "https://www.deezer.com/playlist/13698919021",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/cover/fa78eb123d50cb183e6089746364a66b-97c9e512907536e3f45d8c22f63d6a2b-ec3c8ed67427064c70f67e5815b74cef-c70c68f2f8aa376093774b931e04d018/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/fa78eb123d50cb183e6089746364a66b-97c9e512907536e3f45d8c22f63d6a2b-ec3c8ed67427064c70f67e5815b74cef-c70c68f2f8aa376093774b931e04d018/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/fa78eb123d50cb183e6089746364a66b-97c9e512907536e3f45d8c22f63d6a2b-ec3c8ed67427064c70f67e5815b74cef-c70c68f2f8aa376093774b931e04d018/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/fa78eb123d50cb183e6089746364a66b-97c9e512907536e3f45d8c22f63d6a2b-ec3c8ed67427064c70f67e5815b74cef-c70c68f2f8aa376093774b931e04d018/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 82,
        "fan_count": null,
        "is_public": true,
        "created_at": "2025-03-27T06:14:05Z",
        "updated_at": "2026-07-31T10:41:28Z",
        "creator": {
          "id": 6342058623,
          "name": "BORIS LEYTON",
          "link": "https://www.deezer.com/profile/6342058623",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/user/07a1e20a7a8e240c8665d11a8d705eec/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/user/07a1e20a7a8e240c8665d11a8d705eec/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/user/07a1e20a7a8e240c8665d11a8d705eec/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/user/07a1e20a7a8e240c8665d11a8d705eec/1000x1000-000000-80-0-0.jpg"
          }
        },
        "linked_artists": null
      },
      {
        "id": 9997088142,
        "title": "Super Bowl 2022 - Playlist Officielle",
        "link": "https://www.deezer.com/playlist/9997088142",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/playlist/57abeb5bde8b3d19b31944eb477fabe3/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/playlist/57abeb5bde8b3d19b31944eb477fabe3/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/playlist/57abeb5bde8b3d19b31944eb477fabe3/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/playlist/57abeb5bde8b3d19b31944eb477fabe3/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 40,
        "fan_count": null,
        "is_public": true,
        "created_at": "2022-02-04T06:14:06Z",
        "updated_at": "2022-02-11T08:22:57Z",
        "creator": {
          "id": 198225115,
          "name": "Digster France",
          "link": "https://www.deezer.com/profile/198225115",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/user/2e89d8d98447df1501a507252dad8550/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/user/2e89d8d98447df1501a507252dad8550/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/user/2e89d8d98447df1501a507252dad8550/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/user/2e89d8d98447df1501a507252dad8550/1000x1000-000000-80-0-0.jpg"
          }
        },
        "linked_artists": null
      },
      {
        "id": 11533316064,
        "title": "Rap us motivation sport",
        "link": "https://www.deezer.com/playlist/11533316064",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/cover/d328eb0b0bb1f6ad85d7820db55bf357-e2b36a9fda865cb2e9ed1476b6291a7d-77812f497bc35690f4dab2269cd76424-ec3c8ed67427064c70f67e5815b74cef/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/d328eb0b0bb1f6ad85d7820db55bf357-e2b36a9fda865cb2e9ed1476b6291a7d-77812f497bc35690f4dab2269cd76424-ec3c8ed67427064c70f67e5815b74cef/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/d328eb0b0bb1f6ad85d7820db55bf357-e2b36a9fda865cb2e9ed1476b6291a7d-77812f497bc35690f4dab2269cd76424-ec3c8ed67427064c70f67e5815b74cef/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/d328eb0b0bb1f6ad85d7820db55bf357-e2b36a9fda865cb2e9ed1476b6291a7d-77812f497bc35690f4dab2269cd76424-ec3c8ed67427064c70f67e5815b74cef/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 24,
        "fan_count": null,
        "is_public": true,
        "created_at": "2023-07-11T04:33:57Z",
        "updated_at": "2025-12-17T04:57:04Z",
        "creator": {
          "id": 2004952942,
          "name": "Ben",
          "link": "https://www.deezer.com/profile/2004952942",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/user/dc3f3544fe66f1871167a715dd07e7f8/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/user/dc3f3544fe66f1871167a715dd07e7f8/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/user/dc3f3544fe66f1871167a715dd07e7f8/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/user/dc3f3544fe66f1871167a715dd07e7f8/1000x1000-000000-80-0-0.jpg"
          }
        },
        "linked_artists": null
      },
      {
        "id": 11531434104,
        "title": "100% eminem",
        "link": "https://www.deezer.com/playlist/11531434104",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/playlist/aa582dba7e0543e48bc7b6bc9fc46496/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/playlist/aa582dba7e0543e48bc7b6bc9fc46496/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/playlist/aa582dba7e0543e48bc7b6bc9fc46496/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/playlist/aa582dba7e0543e48bc7b6bc9fc46496/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 312,
        "fan_count": null,
        "is_public": true,
        "created_at": "2024-07-14T12:14:46Z",
        "updated_at": "2026-04-28T16:30:01Z",
        "creator": {
          "id": 5193915722,
          "name": "Ilian",
          "link": "https://www.deezer.com/profile/5193915722",
          "pictures": null
        },
        "linked_artists": null
      },
      {
        "id": 11673279864,
        "title": "Limp Bizkit, Korn, Linkin Park, Nirvana, Eminem y ",
        "link": "https://www.deezer.com/playlist/11673279864",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/cover/44df4f6fb2534768f4924365c103d0f7-9a26018a2c9bf0eed86e6c5ae6b3decb-b73c476b832aa0483bfaea684fd1c7b2-f7d8a61b8c4b118e642acfb3db0a45a1/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/44df4f6fb2534768f4924365c103d0f7-9a26018a2c9bf0eed86e6c5ae6b3decb-b73c476b832aa0483bfaea684fd1c7b2-f7d8a61b8c4b118e642acfb3db0a45a1/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/44df4f6fb2534768f4924365c103d0f7-9a26018a2c9bf0eed86e6c5ae6b3decb-b73c476b832aa0483bfaea684fd1c7b2-f7d8a61b8c4b118e642acfb3db0a45a1/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/44df4f6fb2534768f4924365c103d0f7-9a26018a2c9bf0eed86e6c5ae6b3decb-b73c476b832aa0483bfaea684fd1c7b2-f7d8a61b8c4b118e642acfb3db0a45a1/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 62,
        "fan_count": null,
        "is_public": true,
        "created_at": "2023-08-23T13:15:09Z",
        "updated_at": "2023-08-23T13:15:10Z",
        "creator": {
          "id": 5558422184,
          "name": "Ghost Dreamer",
          "link": "https://www.deezer.com/profile/5558422184",
          "pictures": null
        },
        "linked_artists": null
      },
      {
        "id": 11584077044,
        "title": "TUPAC, BIGGIE, ICE CUBE, EMINEM",
        "link": "https://www.deezer.com/playlist/11584077044",
        "description": null,
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/cover/5d34785dc610199cabb39239708af6c5-78af18fc11e9d880befd78777baffd9e-b51ef0a0f51e1a47eb8d232950d55a61-ec3c8ed67427064c70f67e5815b74cef/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/cover/5d34785dc610199cabb39239708af6c5-78af18fc11e9d880befd78777baffd9e-b51ef0a0f51e1a47eb8d232950d55a61-ec3c8ed67427064c70f67e5815b74cef/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/cover/5d34785dc610199cabb39239708af6c5-78af18fc11e9d880befd78777baffd9e-b51ef0a0f51e1a47eb8d232950d55a61-ec3c8ed67427064c70f67e5815b74cef/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/cover/5d34785dc610199cabb39239708af6c5-78af18fc11e9d880befd78777baffd9e-b51ef0a0f51e1a47eb8d232950d55a61-ec3c8ed67427064c70f67e5815b74cef/1000x1000-000000-80-0-0.jpg"
        },
        "track_count": 31,
        "fan_count": null,
        "is_public": true,
        "created_at": "2023-07-28T21:28:54Z",
        "updated_at": "2023-07-28T21:28:54Z",
        "creator": {
          "id": 2544107786,
          "name": "Rs",
          "link": "https://www.deezer.com/profile/2544107786",
          "pictures": {
            "small": "https://cdn-images.dzcdn.net/images/user/48fe3875ffd7a84115023284817e5513/56x56-000000-80-0-0.jpg",
            "medium": "https://cdn-images.dzcdn.net/images/user/48fe3875ffd7a84115023284817e5513/250x250-000000-80-0-0.jpg",
            "big": "https://cdn-images.dzcdn.net/images/user/48fe3875ffd7a84115023284817e5513/500x500-000000-80-0-0.jpg",
            "xl": "https://cdn-images.dzcdn.net/images/user/48fe3875ffd7a84115023284817e5513/1000x1000-000000-80-0-0.jpg"
          }
        },
        "linked_artists": null
      }
    ]
  },
  "users": {
    "total_results": 30,
    "results": [
      {
        "id": 7380218,
        "name": "eminem01",
        "full_name": "Quand Thym",
        "link": "https://www.deezer.com/profile/7380218",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/c9a8cc8596ee93782d531dc19b9c92d3/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/c9a8cc8596ee93782d531dc19b9c92d3/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/c9a8cc8596ee93782d531dc19b9c92d3/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/c9a8cc8596ee93782d531dc19b9c92d3/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 619
      },
      {
        "id": 17626874,
        "name": "Eminem31780",
        "full_name": "Léo Bruniera",
        "link": "https://www.deezer.com/profile/17626874",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/5ed01b821116ba49df670a37d7853004/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/5ed01b821116ba49df670a37d7853004/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/5ed01b821116ba49df670a37d7853004/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/5ed01b821116ba49df670a37d7853004/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 571
      },
      {
        "id": 14655531,
        "name": "eminem24000",
        "full_name": "Félix Leonnec",
        "link": "https://www.deezer.com/profile/14655531",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/fbcbb101fecafa027391aa9448aade63/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/fbcbb101fecafa027391aa9448aade63/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/fbcbb101fecafa027391aa9448aade63/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/fbcbb101fecafa027391aa9448aade63/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 343
      },
      {
        "id": 15641721,
        "name": "eminem88",
        "full_name": "Gaetan Remy",
        "link": "https://www.deezer.com/profile/15641721",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/91175383bbbdae71d4d5b7d14b0e8470/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/91175383bbbdae71d4d5b7d14b0e8470/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/91175383bbbdae71d4d5b7d14b0e8470/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/91175383bbbdae71d4d5b7d14b0e8470/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 203
      },
      {
        "id": 8746555,
        "name": "eminem49",
        "full_name": "Valentin Tlstw",
        "link": "https://www.deezer.com/profile/8746555",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/f2a034b49fd035fcabfff8224b65ba94/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/f2a034b49fd035fcabfff8224b65ba94/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/f2a034b49fd035fcabfff8224b65ba94/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/f2a034b49fd035fcabfff8224b65ba94/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 200
      },
      {
        "id": 303011625,
        "name": "Eminem-15",
        "full_name": "Clara Delage",
        "link": "https://www.deezer.com/profile/303011625",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/9e827d6cdb9d57723e30cf9984695721/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/9e827d6cdb9d57723e30cf9984695721/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/9e827d6cdb9d57723e30cf9984695721/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/9e827d6cdb9d57723e30cf9984695721/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 191
      },
      {
        "id": 5295305,
        "name": "aude_eminem",
        "full_name": "Audus Lw",
        "link": "https://www.deezer.com/profile/5295305",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/ee7e38aa4131cd96329ca304d20332dc/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/ee7e38aa4131cd96329ca304d20332dc/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/ee7e38aa4131cd96329ca304d20332dc/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/ee7e38aa4131cd96329ca304d20332dc/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 183
      },
      {
        "id": 17852113,
        "name": "eminem69100",
        "full_name": "Anthony Cerdan",
        "link": "https://www.deezer.com/profile/17852113",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/ca9ab56ddb214e8a0ca9c45ea0c30523/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/ca9ab56ddb214e8a0ca9c45ea0c30523/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/ca9ab56ddb214e8a0ca9c45ea0c30523/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/ca9ab56ddb214e8a0ca9c45ea0c30523/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 151
      },
      {
        "id": 127247703,
        "name": "Eminem886",
        "full_name": "Johny Gutierrez",
        "link": "https://www.deezer.com/profile/127247703",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/dd786ce6c4e19c72f6aa55f2a09a578d/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/dd786ce6c4e19c72f6aa55f2a09a578d/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/dd786ce6c4e19c72f6aa55f2a09a578d/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/dd786ce6c4e19c72f6aa55f2a09a578d/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 150
      },
      {
        "id": 15639261,
        "name": "eminem125",
        "full_name": "Axel Guesnon",
        "link": "https://www.deezer.com/profile/15639261",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/user/619fda572433bc97bda2e3e287b33585/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/user/619fda572433bc97bda2e3e287b33585/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/user/619fda572433bc97bda2e3e287b33585/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/user/619fda572433bc97bda2e3e287b33585/1000x1000-000000-80-0-0.jpg"
        },
        "follower_count": 150
      }
    ]
  },
  "podcasts": {
    "total_results": 30,
    "results": [
      {
        "id": 1002711371,
        "title": "Lives of Eminent Artists, Sculptors & Architects Vol 3",
        "link": "https://www.deezer.com/show/1002711371",
        "description": "Dive into the fascinating lives of Italys greatest painters, sculptors, and architects, spanning from Cimabue to contemporary figures. Originally known as Le Vite de più eccellenti pittori, scultori, e architettori da Cimabue insino a tempi nostri, this extraordinary series by 16th-century artist Giorgio Vasari is celebrated as one of the most pivotal works in art literature. Commonly referred to as the Vite or Lives, it serves as an essential guide for anyone seeking to understand the Italian Renaissance and its lasting impact on the world of art.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/64af1c1a6b3fb5957b3b6d801cf4b434/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/64af1c1a6b3fb5957b3b6d801cf4b434/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/64af1c1a6b3fb5957b3b6d801cf4b434/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/64af1c1a6b3fb5957b3b6d801cf4b434/1000x1000-000000-80-0-0.jpg"
        },
        "language": "en",
        "label": "Spreaker (Voxnest)",
        "genres": [
          {
            "id": 622,
            "name": "Arts"
          },
          {
            "id": 632,
            "name": "Histoire"
          },
          {
            "id": 661,
            "name": "Littérature"
          }
        ],
        "fan_count": 0,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 2845692,
        "title": "HUNGRY MINDS - eine Generation, die fordert",
        "link": "https://www.deezer.com/show/2845692",
        "description": "In \"HUNGRY MINDS – eine Generation, die fordert\" bespricht Journalistin Ronja Ebeling Themen rund um die Lebens- und Arbeitsperspektive der jungen Generation.  Gemeinsam mit spannenden Gästen macht sie auf Missstände in der Gesellschaft aufmerksam und beleuchtet das Bildungssystem, die Arbeitswelt und Politisches – also das, was Deutschland und die Welt bewegt. Sie stellt persönliche Geschichten und spannende Vorbilder vor, um Impulse für Veränderungen zu setzen.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/9809385098f14847f6f55199a0191629/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/9809385098f14847f6f55199a0191629/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/9809385098f14847f6f55199a0191629/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/9809385098f14847f6f55199a0191629/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Podigee",
        "genres": [
          {
            "id": 212,
            "name": "Business"
          },
          {
            "id": 216,
            "name": "Culture & Society"
          },
          {
            "id": 218,
            "name": "Education"
          },
          {
            "id": 981,
            "name": "Job coaching"
          }
        ],
        "fan_count": 24,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 2863062,
        "title": "Liebe ist kein Zufall - sondern eine Entscheidung!",
        "link": "https://www.deezer.com/show/2863062",
        "description": "Herzlich Willkommen und schön, dass du hier gelandet bist.  Ich bin Janine, die Gründerin von \"Liebe ist kein Zufall, sondern eine Entscheidung.\"   Ich führe selbst seit über 20 Jahren eine erfüllte Beziehung auf Augenhöhe und helfe Frauen dabei, als ausgebildete Pädagogin sowie Resilienz- und Empathietrainerin, wieder mehr Nähe und Verbundenheit zu ihrem Partner aufzubauen.    In meinem Podcast erfährst du unter anderem, wie du alltägliche emotionale Konflikte in deiner Partnerschaft auf eine tiefgründige und nachhaltige Weise lösen kannst.   Außerdem zeige ich dir Wege, die nicht nur deine Beziehung stärken, sondern auch deine persönliche Entwicklung und dein Selbstverständnis fördern.   Mir ist ein ganzheitlicher Ansatz besonders wichtig: Ich betrachte nicht nur die Dynamik zwischen dir und deinem Partner, sondern lege großen Wert darauf, dass du verstehst, wie deine Beziehung zu dir selbst sich auf deine Partnerschaft auswirkt.   Denn ich bin überzeugt: Die Grundlage für deine erfüllte Beziehung liegt im achtsamen Umgang mit deinen eigenen Gedanken, Gefühlen und Bedürfnissen. Und wer diese versteht, kann nicht nur die Beziehung zu sich selbst, sondern auch die Verbindung zum Partner auf eine tiefere und erfüllendere Ebene bringen.   Begleite mich auf dieser Reise und finde heraus, wie du die Verbindung zu deinem Partner – und zu dir selbst – nachhaltig vertiefen kannst.  Du willst, dass deine Beziehung zu deinem Partner endlich besser wird? Hast schon viel ausprobiert und merkst, dass du immer wieder an deine Grenzen kommst und immer wieder in deine alten Muster verfällst?   Dann melde dich gerne für ein kostenfreies Erstgespräch bei mir unter https://janinehesse.com/ oder schreib mir eine E-Mail an kontakt@janinehesse.com  Ich freu mich auf dich.   Deine Janine",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/18820c99d1ff541a2a3739c6d33b208c/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/18820c99d1ff541a2a3739c6d33b208c/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/18820c99d1ff541a2a3739c6d33b208c/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/18820c99d1ff541a2a3739c6d33b208c/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Janine Hesse",
        "genres": [
          {
            "id": 216,
            "name": "Culture & Society"
          },
          {
            "id": 218,
            "name": "Education"
          },
          {
            "id": 751,
            "name": "Relations"
          }
        ],
        "fan_count": 5,
        "is_available": true,
        "is_explicit": true
      },
      {
        "id": 838292,
        "title": "Eine Frage der Erziehung",
        "link": "https://www.deezer.com/show/838292",
        "description": "Im Podcast diskutiert Sozialarbeiter Nico Schorpp das Thema „Erziehung von Kindern und Jugendlichen“. Es werden Ideen, Theorien, mögliche Ansätze und Anregungen diskutiert. Ebenfalls sollen im Podcast die Fragen der Zuhörer zu beantworten werden.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/c6d42736ed501262202cac3d137ad11e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/c6d42736ed501262202cac3d137ad11e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/c6d42736ed501262202cac3d137ad11e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/c6d42736ed501262202cac3d137ad11e/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Eine Frage der Erziehung",
        "genres": [
          {
            "id": 218,
            "name": "Education"
          },
          {
            "id": 456,
            "name": "Kids & Family"
          },
          {
            "id": 731,
            "name": "Etre parent"
          }
        ],
        "fan_count": 42,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 1533472,
        "title": "Mullejan - Deutschlands belgischster Podcast",
        "link": "https://www.deezer.com/show/1533472",
        "description": "Zwei Männer. Zwei Städte. Eine Heimat. Schauspieler und Musiker Raphael Christoph Grosch und Fotograf Jannis Mattar sprechen über Kunst, Kreativität und ihr Leben als Belgier in Deutschland.  Wer Lust hat auf Plauderei aus dem kreativen Nähkästchen, auf eine Mischung aus Fakt und Fun ist hier genau richtig:  Mullejan - Deutschlands belgischster Podcast.  Erreichen könnt ihr uns auf Instagram (@mullejanpodcast),  Facebook (Mullejan - Deutschlands belgischster Podcast) oder per Mail (mullejanpodcast@gmail.com).",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/e4f4f6a6eb633754277f428974c49430/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/e4f4f6a6eb633754277f428974c49430/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/e4f4f6a6eb633754277f428974c49430/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/e4f4f6a6eb633754277f428974c49430/1000x1000-000000-80-0-0.jpg"
        },
        "language": "en",
        "label": "Jannis Mattar",
        "genres": [
          {
            "id": 216,
            "name": "Culture & Society"
          },
          {
            "id": 622,
            "name": "Arts"
          },
          {
            "id": 821,
            "name": "Journaux intimes et témoignages"
          },
          {
            "id": 861,
            "name": "Art performance"
          },
          {
            "id": 871,
            "name": "Arts visuels"
          }
        ],
        "fan_count": 3,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 2036702,
        "title": "Life Radio Samstalk. Auf einen Kaffee mit...",
        "link": "https://www.deezer.com/show/2036702",
        "description": "Der SamsTalk bei Life Radio. Sebastian Possert trifft sich mit interessanten, besonderen und berühmten Persönlichkeiten, ganz ungezwungen auf eine Tasse Kaffee.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/6fa9fc9354603bead4fe618c62193c51/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/6fa9fc9354603bead4fe618c62193c51/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/6fa9fc9354603bead4fe618c62193c51/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/6fa9fc9354603bead4fe618c62193c51/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Life Radio Tirol",
        "genres": [
          {
            "id": 216,
            "name": "Culture & Society"
          },
          {
            "id": 1121,
            "name": "Actualités"
          }
        ],
        "fan_count": 1,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 2160832,
        "title": "Schwer einen am Helm",
        "link": "https://www.deezer.com/show/2160832",
        "description": "Schwer einen am Helm, der wahrscheinlich 428023. Podcast.  Jacky und Charly erzählen von Peinlichkeiten, Backstagegeschichten und Dingen, die wahrscheinlich keinen interessieren.  Also holt euch ein Bier, anders ist das ganze nicht auszuhalten.    Intro: https://www.musicfox.com/info/kostenlose-gemafreie-musik.php",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/9851bcfabd8014ec3fe72fbceb7b45a6/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/9851bcfabd8014ec3fe72fbceb7b45a6/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/9851bcfabd8014ec3fe72fbceb7b45a6/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/9851bcfabd8014ec3fe72fbceb7b45a6/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Charly Meissner",
        "genres": [
          {
            "id": 210,
            "name": "Comedy"
          }
        ],
        "fan_count": 2,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 2935952,
        "title": "Sträter: Musik −„Der Soundtrack eines Lebens“",
        "link": "https://www.deezer.com/show/2935952",
        "description": "Er gehört zur Comedy-Riege Deutschlands, hat eine eigene Fernsehshow, seine Bühnenprogramme sind ausverkauft. Er ist genialer Poetry-Slamer, Bestseller-Autor und Vorleser sowie Gewinner der 1. Staffel der Mega-Game-Show „LOL“ … Jetzt schlägt er ein neues Kapitel auf: „Sträter: Musik  − Der Soundtrack eines Lebens“, mit Torsten Sträter und Jens Herrmann. Es ist die erste eigene Show des Comedians im deutschen Radio!  Monatlich plaudern sich dann Torsten Sträter und Chefredakteur Jens Herrmann drei Stunden lang mit breiter Musik-Palette durch „gemeinsame“ Jahrzehnte, denn beide sind eine Generation. „Anhand von diversen Songs arbeiten wir uns dann mal an meinem Leben ab,“ so der Kabarettist. Dazu gibt’s vom Wortwitz-Akrobaten die „Strätersche-Einordnung“ − quasi (s)eine Geschichte dazu. Da wird das Fass zu den gruseligsten Serien mit den besten Soundtracks aufgemacht, werden Hits wie der für ein Bud Spencer und Terence Hill-Spektakel von Oliver Onions komponierte „Bulldozer“ gespielt oder coole Klassiker wie „Night Fever“ von den Bee Gees seziert … alles dabei. Und Hörer, die erst mit Kanye West eingestiegen sind, erfahren: Es gab auch schon in Sträters Kinder- und Jugendzeit Mukke – gewissermaßen die Ursprünge der Popmusik.  Für den Comedian erfüllt sich mit der eigenen Radioshow ein Kindheitstraum. Bei Aufnahmen zum „BB RADIO-Mitternachtstalk“, dem erfolgreichen Podcast, erzählte Sträter von seiner (heimlichen) Leidenschaft. „Ein sperriges Nachttalk-Radio zu machen, Leute in den Schlaf zu labern, dazu Kompositionen von Bach, softe Filmtracks oder krachend-laut Bohemian Rhapsody zu spielen, wäre toll“, so Sträter. Und weil es mit den beiden einfach lief, beschloss man spontan: „Stochern wir nicht lange rum, rocken wir das Ding!“  Zu hören auch auf allen UKW-Frequenzen, DAB+, BB RADIO-App, Livestream www.bbradio.de und als Podcast.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/df516a309ecb843e6c816745625b17d5/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/df516a309ecb843e6c816745625b17d5/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/df516a309ecb843e6c816745625b17d5/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/df516a309ecb843e6c816745625b17d5/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Podigee",
        "genres": [
          {
            "id": 210,
            "name": "Comedy"
          },
          {
            "id": 222,
            "name": "Music & Commentaries"
          },
          {
            "id": 1001,
            "name": "Improvisation"
          },
          {
            "id": 1241,
            "name": "Histoire de la musique"
          }
        ],
        "fan_count": 170,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 5553807,
        "title": "eine etage tiefer",
        "link": "https://www.deezer.com/show/5553807",
        "description": "Ein TikTok-Star und zwei Redakteurinnen steigen in den Fahrstuhl. Sagt die eine zu den anderen: Lass uns einen Podcast aufnehmen. \"Eine Etage tiefer“ mit Marie Lina Smyrek aka. smypathisch, Hannah Pfeiffer und Kira Kock. Immer montags!",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/5825604280cbeeda54e126e67ff58e68/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/5825604280cbeeda54e126e67ff58e68/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/5825604280cbeeda54e126e67ff58e68/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/5825604280cbeeda54e126e67ff58e68/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Podcaster.de",
        "genres": [
          {
            "id": 210,
            "name": "Comedy"
          },
          {
            "id": 931,
            "name": "Actualité culturelle"
          },
          {
            "id": 1121,
            "name": "Actualités"
          },
          {
            "id": 1621,
            "name": "Loisirs"
          }
        ],
        "fan_count": 6,
        "is_available": true,
        "is_explicit": false
      },
      {
        "id": 1000440131,
        "title": "Acht Türme - Eine Kirche",
        "link": "https://www.deezer.com/show/1000440131",
        "description": "Der Podcast deiner Kirche deiner Region - von Affstätt, Deckenpfronn, Gärtringen, Hildrizhausen, Kuppingen, Nufringen, Oberjesingen und Rohrau.Kontakt:Mail: sven.faix@elkw.de - Whatsapp/Tel: +4917622798939 - Insta: 8t_1kiHomepage: https://www.achttuerme-einekirche.de",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/176137438c49b98a450895c050a93ba2/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/176137438c49b98a450895c050a93ba2/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/176137438c49b98a450895c050a93ba2/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/176137438c49b98a450895c050a93ba2/1000x1000-000000-80-0-0.jpg"
        },
        "language": "de",
        "label": "Sven Faix",
        "genres": [
          {
            "id": 228,
            "name": "Spirituality & Religion"
          },
          {
            "id": 1471,
            "name": "Christianisme"
          }
        ],
        "fan_count": 6,
        "is_available": true,
        "is_explicit": false
      }
    ]
  },
  "episodes": {
    "total_results": 30,
    "results": [
      {
        "id": 931163622,
        "title": "Did Jay-Z Really Get Outrapped by Eminem on ‘Renegade’?",
        "link": "https://www.deezer.com/episode/931163622",
        "description": "Looking back on Jay-Z and Eminem’s ‘Renegade,’ 25 years later. Did Jay-Z get outrapped on his own song?",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/7db030433f32e1a0a8b37ee18712d2ae/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/7db030433f32e1a0a8b37ee18712d2ae/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/7db030433f32e1a0a8b37ee18712d2ae/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/7db030433f32e1a0a8b37ee18712d2ae/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 307,
        "published_at": "2026-09-07T14:00:00Z",
        "stream_link": "https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/74974099/audio.mp3",
        "is_available": true,
        "podcast": {
          "id": 1001934911,
          "title": "Music News Radio",
          "link": "https://www.deezer.com/show/1001934911"
        }
      },
      {
        "id": 925531351,
        "title": "Dirty 4: Eminem Pays Tribute to Dolly Parton",
        "link": "https://www.deezer.com/episode/925531351",
        "description": "Shannon's 9:30 Dirty 8-26-2026 See omnystudio.com/listener for privacy information.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 773,
        "published_at": "2026-08-26T14:05:31Z",
        "stream_link": "https://podtrac.com/pts/redirect.mp3/traffic.omny.fm/d/clips/98a2599f-cd9b-4f2a-9be4-b22c00e585f2/7623f103-f677-4721-8bd4-b2c90111d07d/0eacb1ed-5e7a-47e6-afa9-b4b200e7a0ea/audio.mp3?utm_source=Podcast&in_playlist=5924eae9-a900-4056-a0f0-b2c90111d08e",
        "is_available": true,
        "podcast": {
          "id": 1001805831,
          "title": "Mojo In The Morning",
          "link": "https://www.deezer.com/show/1001805831"
        }
      },
      {
        "id": 925283031,
        "title": "Eminem Shares Touching Letter From Dolly Parton: I Always Felt an ‘Unexplained Connection to You’",
        "link": "https://www.deezer.com/episode/925283031",
        "description": "Eminem posted a tribute to Dolly Parton following her death on Tuesday at the age of 80.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/b98a65b2484205b1d550b1a2b26a1577/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/b98a65b2484205b1d550b1a2b26a1577/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/b98a65b2484205b1d550b1a2b26a1577/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/b98a65b2484205b1d550b1a2b26a1577/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 269,
        "published_at": "2026-08-25T23:16:08Z",
        "stream_link": "https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/74693833/audio.mp3",
        "is_available": true,
        "podcast": {
          "id": 1001934911,
          "title": "Music News Radio",
          "link": "https://www.deezer.com/show/1001934911"
        }
      },
      {
        "id": 925485961,
        "title": "Eminem shares touching letter he received from Dolly Parton: “Thank you for the kind words”",
        "link": "https://www.deezer.com/episode/925485961",
        "description": "Eminem has shared the touching letter he once received from Dolly Parton, while thanking the late icon for her “kind words”.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/affb66d0cb4c12641d282d3774f4cb59/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/affb66d0cb4c12641d282d3774f4cb59/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/affb66d0cb4c12641d282d3774f4cb59/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/affb66d0cb4c12641d282d3774f4cb59/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 333,
        "published_at": "2026-08-26T09:31:04Z",
        "stream_link": "https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/74696512/audio.mp3",
        "is_available": true,
        "podcast": {
          "id": 1001934911,
          "title": "Music News Radio",
          "link": "https://www.deezer.com/show/1001934911"
        }
      },
      {
        "id": 925485981,
        "title": "Paul McCartney, Taylor Swift, Eminem, Elton John and more pay tribute to Dolly Parton: “a one of a kind, altruistic, down to earth, musical",
        "link": "https://www.deezer.com/episode/925485981",
        "description": "Paul McCartney, Taylor Swift, Elton John and many more have paid tribute to Dolly Parton following news of her death.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/63dc90b984b550ade3afbc1d06899182/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/63dc90b984b550ade3afbc1d06899182/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/63dc90b984b550ade3afbc1d06899182/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/63dc90b984b550ade3afbc1d06899182/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 267,
        "published_at": "2026-08-26T09:28:31Z",
        "stream_link": "https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/74696499/audio.mp3",
        "is_available": true,
        "podcast": {
          "id": 1001934911,
          "title": "Music News Radio",
          "link": "https://www.deezer.com/show/1001934911"
        }
      },
      {
        "id": 904188942,
        "title": "Dirty 2: Eminem's Ex Wife Rushed to Hospital",
        "link": "https://www.deezer.com/episode/904188942",
        "description": "Shannon's 7:30 Dirty 7-15-2026 See omnystudio.com/listener for privacy information.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 488,
        "published_at": "2026-07-15T11:54:30Z",
        "stream_link": "https://podtrac.com/pts/redirect.mp3/traffic.omny.fm/d/clips/98a2599f-cd9b-4f2a-9be4-b22c00e585f2/7623f103-f677-4721-8bd4-b2c90111d07d/cb7df8f0-adc5-45ae-b2ce-b48800c3dff1/audio.mp3?utm_source=Podcast&in_playlist=5924eae9-a900-4056-a0f0-b2c90111d08e",
        "is_available": true,
        "podcast": {
          "id": 1001805831,
          "title": "Mojo In The Morning",
          "link": "https://www.deezer.com/show/1001805831"
        }
      },
      {
        "id": 880774461,
        "title": "Dirty 1: Eminem's Ex Wife Arrested for DUI Again",
        "link": "https://www.deezer.com/episode/880774461",
        "description": "See omnystudio.com/listener for privacy information.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 345,
        "published_at": "2026-05-15T10:51:36Z",
        "stream_link": "https://podtrac.com/pts/redirect.mp3/traffic.omny.fm/d/clips/98a2599f-cd9b-4f2a-9be4-b22c00e585f2/7623f103-f677-4721-8bd4-b2c90111d07d/8ef1e668-f3cb-48b6-9dad-b44b00b2aaeb/audio.mp3?utm_source=Podcast&in_playlist=5924eae9-a900-4056-a0f0-b2c90111d08e",
        "is_available": true,
        "podcast": {
          "id": 1001805831,
          "title": "Mojo In The Morning",
          "link": "https://www.deezer.com/show/1001805831"
        }
      },
      {
        "id": 879389231,
        "title": "Dirty 2: Eminem's Ex-Wife in Macomb County Court",
        "link": "https://www.deezer.com/episode/879389231",
        "description": "See omnystudio.com/listener for privacy information.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/b70236a0078a4204e55eeb2c6598a992/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 647,
        "published_at": "2026-05-12T11:54:13Z",
        "stream_link": "https://podtrac.com/pts/redirect.mp3/traffic.omny.fm/d/clips/98a2599f-cd9b-4f2a-9be4-b22c00e585f2/7623f103-f677-4721-8bd4-b2c90111d07d/3ac8005b-de9a-44ed-9280-b44800c3edac/audio.mp3?utm_source=Podcast&in_playlist=5924eae9-a900-4056-a0f0-b2c90111d08e",
        "is_available": true,
        "podcast": {
          "id": 1001805831,
          "title": "Mojo In The Morning",
          "link": "https://www.deezer.com/show/1001805831"
        }
      },
      {
        "id": 881019071,
        "title": "05/14/26 – HIGHLIGHTS of Brown Bag Mornings: 💍 EMINEM’S NSFW WEDDING GIFT & 🏠 THE STAY-AT-HOME PRISONER",
        "link": "https://www.deezer.com/episode/881019071",
        "description": "We’re diving into the legendary story of Eminem bridging the gap with Elton John by gifting him and his husband matching gold \"rooster rings\" on their wedding night., The Homie Helpline gets intense as Roger reveals his high-powered wife treats him like an employee, controlling his meals and banning beer after 15 years as a stay-at-home husband. We’re also breaking down the viral clip of a kid in the Dominican Republic who trolled streamer IShowSpeed into thinking he had cancer, only for his mom to \"blow the bag\" by revealing it was just lice. Don’t You Know I’m Local, so we are investigating why lice seems to be a \"Hispanic thing\" and reacting to rumors of Anderson .Paak getting cozy with Mariah Carey. Finally, we look at the \"Studious Fools\" breakdown on why deadbeat dads might actually be victims of \"systemic poverty\" instead of just being heartless. Whether it's \"tripod\" sizing or \"mosquita muerta\" family drama, the crew is keeping it a hundred on everything going viral in the streets! [Edited by @iamdyre 🐛] Chapters (00:00) Rap Sheet (3:08) Scrolling (6:56) Homie Helpline (23:25) Chisme (28:28) Studious Foo   ----------------------------- Experience the Culture: Catch Brown Bag Mornings and the rest of the network 24/7 on the Amplified Voices TV app: amplifiedvoices.com/podcast-brown-bag/ Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/66526df7aaa929113dd2e2dcc5ce737c/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/66526df7aaa929113dd2e2dcc5ce737c/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/66526df7aaa929113dd2e2dcc5ce737c/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/66526df7aaa929113dd2e2dcc5ce737c/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 1948,
        "published_at": "2026-05-14T20:04:52Z",
        "stream_link": "https://amplifiedvoices.simplecastaudio.com/c5addb6c-87e3-414c-9e04-735c18c8c567/episodes/8068b155-9fc2-49c6-8981-16da06d12a4e/audio/128/default.mp3?aid=rss_feed&awCollectionId=c5addb6c-87e3-414c-9e04-735c18c8c567&awEpisodeId=8068b155-9fc2-49c6-8981-16da06d12a4e&feed=Ll8rRQGV",
        "is_available": true,
        "podcast": {
          "id": 1000076435,
          "title": "Brown Bag Mornings",
          "link": "https://www.deezer.com/show/1000076435"
        }
      },
      {
        "id": 908713812,
        "title": "50Cent, Eminem, 2Pac - Street Fighter Soundtrack",
        "link": "https://www.deezer.com/episode/908713812",
        "description": "The show producer has not yet provided a description for this episode.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/talk/c7af1b8cbb15aac7bddb3785c1035399/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/talk/c7af1b8cbb15aac7bddb3785c1035399/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/talk/c7af1b8cbb15aac7bddb3785c1035399/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/talk/c7af1b8cbb15aac7bddb3785c1035399/1000x1000-000000-80-0-0.jpg"
        },
        "duration_seconds": 249,
        "published_at": "2026-07-28T11:20:00Z",
        "stream_link": "https://traffic.megaphone.fm/MNTHA7236827894.mp3",
        "is_available": true,
        "podcast": {
          "id": 2352062,
          "title": "Monologato",
          "link": "https://www.deezer.com/show/2352062"
        }
      }
    ]
  },
  "live_radios": {
    "total_results": 4,
    "results": [
      {
        "id": 1960574,
        "title": "Eminem Radio - laut.fm",
        "link": "https://www.deezer.com/radio/1960574",
        "description": "Nichts als Eminem und seine musikalischen Weggefährten. Ein Sender für alle, die von diesem speziellen Sound nicht genug bekommen können.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/misc/dfcac2d90d38aec7738814945909935b/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/misc/dfcac2d90d38aec7738814945909935b/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/misc/dfcac2d90d38aec7738814945909935b/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/misc/dfcac2d90d38aec7738814945909935b/1000x1000-000000-80-0-0.jpg"
        },
        "streams": [
          {
            "bitrate_kbps": 128,
            "format": "mp3",
            "link": "https://eminem-radio.stream.laut.fm/eminem-radio?ref=airable"
          }
        ],
        "is_available": true
      },
      {
        "id": 322662,
        "title": "Exclusively Eminem",
        "link": "https://www.deezer.com/radio/322662",
        "description": "A station devoted to the Real Slim Shady. All Eminem All The Time. WARNING: This station contains some explicit material.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/misc/65222c9b79bf60b7f07396bc244f0c4a/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/misc/65222c9b79bf60b7f07396bc244f0c4a/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/misc/65222c9b79bf60b7f07396bc244f0c4a/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/misc/65222c9b79bf60b7f07396bc244f0c4a/1000x1000-000000-80-0-0.jpg"
        },
        "streams": [
          {
            "bitrate_kbps": 128,
            "format": "mp3",
            "link": "https://streaming.exclusive.radio/er/eminem/icecast.audio"
          }
        ],
        "is_available": true
      },
      {
        "id": 283841,
        "title": "PCradio - Eminem",
        "link": "https://www.deezer.com/radio/283841",
        "description": "Слушать радио Eminem онлайн. Эминем (стилизовано как EMINƎM) и своим альтер-эго Slim Shady — американский рэпер, музыкальный продюсер, композитор и актёр. Помимо сольной карьеры, Маршалл также состоит в группеD12 и хип-хоп дуэте Bad Meets Evil. Эминем является одним из самых продаваемых музыкальных артистов в мире, а также самым продаваемым артистом 2000-х. Он назван одним из самых великих музыкантов всех времен многими журналами, включая Rolling Stone, который разместил Эминема под 83 номером в списке 100 самых великих арт. Радиостанция Eminem работает в стиле Дискография. Страна вещания - Россия.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/misc/8cbc00e7a3a5ee72cee42fc16aede65e/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/misc/8cbc00e7a3a5ee72cee42fc16aede65e/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/misc/8cbc00e7a3a5ee72cee42fc16aede65e/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/misc/8cbc00e7a3a5ee72cee42fc16aede65e/1000x1000-000000-80-0-0.jpg"
        },
        "streams": [
          {
            "bitrate_kbps": 128,
            "format": "aac",
            "link": "https://stream03.pcradio.app/Eminem-hi"
          },
          {
            "bitrate_kbps": 32,
            "format": "aac",
            "link": "https://stream03.pcradio.app/Eminem-med"
          }
        ],
        "is_available": true
      },
      {
        "id": 1679144,
        "title": "Radio Sydney - Eminem",
        "link": "https://www.deezer.com/radio/1679144",
        "description": "We have more music and less talk than any other radio service around. We have music for every taste with an ever growing number of channels of every type and genre of music you can think of, all the time, all free.",
        "pictures": {
          "small": "https://cdn-images.dzcdn.net/images/misc/44158eb5a26d8eab6b0c606829d0bb21/56x56-000000-80-0-0.jpg",
          "medium": "https://cdn-images.dzcdn.net/images/misc/44158eb5a26d8eab6b0c606829d0bb21/250x250-000000-80-0-0.jpg",
          "big": "https://cdn-images.dzcdn.net/images/misc/44158eb5a26d8eab6b0c606829d0bb21/500x500-000000-80-0-0.jpg",
          "xl": "https://cdn-images.dzcdn.net/images/misc/44158eb5a26d8eab6b0c606829d0bb21/1000x1000-000000-80-0-0.jpg"
        },
        "streams": [
          {
            "bitrate_kbps": 128,
            "format": "mp3",
            "link": "http://abm21.com.au:8000/CONTAINER158"
          }
        ],
        "is_available": true
      }
    ]
  }
}