protocol.deezer.charts.GetDeezerGenreChartArtistsResponse
This response acts as an acknowledgment to its corresponding request as well as containing a collection of artists matching your request parameters. There is meta data included prior to the list to indicate the number of results returned as well as the total matching results in the database. This is useful if you have subset the results.
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 |
n | no | 1 | integer | number of results returned |
col | no | 1 | list | list of artists. |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getDeezerGenreChartArtists> <uid>45435434354343</uid> <id>584374858</id> <ixs> <i0>0</i0> <i1>9</i1> </ixs> <n>3</n> <col> <ar> <arid>432546325432</arid> <arnm>Florence and the Machine</arnm> <alco>2</alco> <trco>36</trco> <cv></cv> </ar> <ar> <arid>434334343</arid> <arnm>Avril Lavigne</arnm> <alco>2</alco> <trco>36</trco> <cv></cv> </ar> <ar> <arid>343434</arid> <arnm>Sting</arnm> <alco>2</alco> <trco>36</trco> <cv></cv> </ar> </col> </getDeezerGenreChartArtists> </fn> </siresp>