Deezer Scraper

ENDPOINTS
GET/genres/list

Genres

Deezer's genre catalogue with id, name and pictures; the genre ids the chart endpoints accept (0 = all genres).

QUERY PARAMS

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

Default: us

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

{
  "country": "us",
  "count": 28,
  "results": [
    {
      "id": 0,
      "name": "All",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc//56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc//250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc//500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc//1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 132,
      "name": "Pop",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/db7a604d9e7634a67d45cfc86b48370a/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/db7a604d9e7634a67d45cfc86b48370a/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/db7a604d9e7634a67d45cfc86b48370a/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/db7a604d9e7634a67d45cfc86b48370a/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 116,
      "name": "Rap/Hip Hop",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/5c27115d3b797954afff59199dad98d1/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/5c27115d3b797954afff59199dad98d1/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/5c27115d3b797954afff59199dad98d1/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/5c27115d3b797954afff59199dad98d1/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 122,
      "name": "Reggaeton",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/44dfebf3cf943dd82759d9bd9063767a/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/44dfebf3cf943dd82759d9bd9063767a/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/44dfebf3cf943dd82759d9bd9063767a/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/44dfebf3cf943dd82759d9bd9063767a/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 152,
      "name": "Rock",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/b36ca681666d617edd0dcb5ab389a6ac/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/b36ca681666d617edd0dcb5ab389a6ac/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/b36ca681666d617edd0dcb5ab389a6ac/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/b36ca681666d617edd0dcb5ab389a6ac/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 113,
      "name": "Dance",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/bd5fdfa1a23e02e2697818e09e008e69/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/bd5fdfa1a23e02e2697818e09e008e69/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/bd5fdfa1a23e02e2697818e09e008e69/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/bd5fdfa1a23e02e2697818e09e008e69/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 165,
      "name": "R&B",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/68a43aec844708e693cb99f47814153b/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/68a43aec844708e693cb99f47814153b/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/68a43aec844708e693cb99f47814153b/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/68a43aec844708e693cb99f47814153b/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 85,
      "name": "Alternative",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/fd252ab727d9a3b0b3c29014873f8f57/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/fd252ab727d9a3b0b3c29014873f8f57/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/fd252ab727d9a3b0b3c29014873f8f57/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/fd252ab727d9a3b0b3c29014873f8f57/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 186,
      "name": "Christian",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/e658e2ba682088f4d4b44f39c400d69d/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/e658e2ba682088f4d4b44f39c400d69d/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/e658e2ba682088f4d4b44f39c400d69d/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/e658e2ba682088f4d4b44f39c400d69d/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 106,
      "name": "Electro",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/15df4502c1c58137dae5bdd1cc6f0251/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/15df4502c1c58137dae5bdd1cc6f0251/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/15df4502c1c58137dae5bdd1cc6f0251/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/15df4502c1c58137dae5bdd1cc6f0251/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 466,
      "name": "Folk",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/f9e070848998df8870ba65cd0d22b2b3/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/f9e070848998df8870ba65cd0d22b2b3/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/f9e070848998df8870ba65cd0d22b2b3/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/f9e070848998df8870ba65cd0d22b2b3/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 144,
      "name": "Reggae",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/7b901a98628cf879e1465f1dfd697e00/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/7b901a98628cf879e1465f1dfd697e00/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/7b901a98628cf879e1465f1dfd697e00/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/7b901a98628cf879e1465f1dfd697e00/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 129,
      "name": "Jazz",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/91468ecc5dfdd19c42a43d2cbdf27059/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/91468ecc5dfdd19c42a43d2cbdf27059/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/91468ecc5dfdd19c42a43d2cbdf27059/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/91468ecc5dfdd19c42a43d2cbdf27059/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 84,
      "name": "Country",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/6eca3188f724f04843a15e3e575751a5/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/6eca3188f724f04843a15e3e575751a5/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/6eca3188f724f04843a15e3e575751a5/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/6eca3188f724f04843a15e3e575751a5/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 67,
      "name": "Salsa",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/71860f882f1e1d4950b7544e2d0b61ef/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/71860f882f1e1d4950b7544e2d0b61ef/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/71860f882f1e1d4950b7544e2d0b61ef/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/71860f882f1e1d4950b7544e2d0b61ef/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 65,
      "name": "Traditional Mexicano",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/0935a03b26d8a96964920a426de97dae/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/0935a03b26d8a96964920a426de97dae/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/0935a03b26d8a96964920a426de97dae/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/0935a03b26d8a96964920a426de97dae/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 98,
      "name": "Classical",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/609f69b669b242252aa8ee09b5597655/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/609f69b669b242252aa8ee09b5597655/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/609f69b669b242252aa8ee09b5597655/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/609f69b669b242252aa8ee09b5597655/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 173,
      "name": "Films/Games",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/236d8057751d9c557728400dfe71483a/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/236d8057751d9c557728400dfe71483a/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/236d8057751d9c557728400dfe71483a/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/236d8057751d9c557728400dfe71483a/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 464,
      "name": "Metal",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/f14f9fde9feb38ca6d61960f00681860/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/f14f9fde9feb38ca6d61960f00681860/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/f14f9fde9feb38ca6d61960f00681860/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/f14f9fde9feb38ca6d61960f00681860/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 169,
      "name": "Soul & Funk",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/3d5e8aab99b95bfa7ac7e9e466e7781e/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/3d5e8aab99b95bfa7ac7e9e466e7781e/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/3d5e8aab99b95bfa7ac7e9e466e7781e/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/3d5e8aab99b95bfa7ac7e9e466e7781e/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 2,
      "name": "African Music",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/703413adf47ad8a6001b438f7608a2be/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/703413adf47ad8a6001b438f7608a2be/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/703413adf47ad8a6001b438f7608a2be/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/703413adf47ad8a6001b438f7608a2be/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 16,
      "name": "Asian Music",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/dd6d2756465b22488dff5d8663e86688/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/dd6d2756465b22488dff5d8663e86688/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/dd6d2756465b22488dff5d8663e86688/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/dd6d2756465b22488dff5d8663e86688/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 153,
      "name": "Blues",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/1abb6810098d4015bdc860c91bcfd2b6/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/1abb6810098d4015bdc860c91bcfd2b6/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/1abb6810098d4015bdc860c91bcfd2b6/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/1abb6810098d4015bdc860c91bcfd2b6/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 75,
      "name": "Brazilian Music",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/01b12a3f3582899a13b664cea703a335/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/01b12a3f3582899a13b664cea703a335/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/01b12a3f3582899a13b664cea703a335/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/01b12a3f3582899a13b664cea703a335/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 71,
      "name": "Cumbia",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/ffd77feba2c8fda79b18183861e4e69f/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/ffd77feba2c8fda79b18183861e4e69f/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/ffd77feba2c8fda79b18183861e4e69f/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/ffd77feba2c8fda79b18183861e4e69f/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 81,
      "name": "Indian Music",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/b098161d9a824eef314bc38b985594a1/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/b098161d9a824eef314bc38b985594a1/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/b098161d9a824eef314bc38b985594a1/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/b098161d9a824eef314bc38b985594a1/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 95,
      "name": "Kids",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/b0b8efcbc3cb688864ce69da0061e525/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/b0b8efcbc3cb688864ce69da0061e525/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/b0b8efcbc3cb688864ce69da0061e525/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/b0b8efcbc3cb688864ce69da0061e525/1000x1000-000000-80-0-0.jpg"
      }
    },
    {
      "id": 197,
      "name": "Latin Music",
      "pictures": {
        "small": "https://cdn-images.dzcdn.net/images/misc/069c9888538799748960781f098b5f4b/56x56-000000-80-0-0.jpg",
        "medium": "https://cdn-images.dzcdn.net/images/misc/069c9888538799748960781f098b5f4b/250x250-000000-80-0-0.jpg",
        "big": "https://cdn-images.dzcdn.net/images/misc/069c9888538799748960781f098b5f4b/500x500-000000-80-0-0.jpg",
        "xl": "https://cdn-images.dzcdn.net/images/misc/069c9888538799748960781f098b5f4b/1000x1000-000000-80-0-0.jpg"
      }
    }
  ]
}