protocol.deezer.charts.GetDeezerGenreChartArtistsRequest
This request allows you to get all the chart artists from a particular Deezer genre. The indices parameter allows you to specify the subset of results to return.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to artist origin of any particular message |
uid | no | 1 | string | deezer user id |
id | no | 1 | deezer id | genre id |
ixs | no | 1 | indices | start (i0) and end (i1) index inclusive |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getDeezerGenreChartArtists> <uid>45435434354343</uid> <id>584374858</id> <ixs> <i0>0</i0> <i1>9</i1> </ixs> </getDeezerGenreChartArtists> </fn> </sireq>