protocol.deezer.radio.player.GetDeezerRadioStatusResponse
response acts as an acknowledgment to its corresponding request as well as containing a collection of statuses matching your request parameters.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
ids | no | 1 | list | list of player ids |
n | no | 1 | integer | number of results returned |
col | no | 1 | list | list of status objects. |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getDeezerRadioStatus> <ids> <id>1</id> <id>3</id> </ids> <n>3</n> <col> <stat> <pid>2</pid> <ctm>30</ctm> <pau>0</pau> <ply>on</ply> <tr> <trid>453454345</trid> <trnm>Dark days are over</trnm> <arnm>Kelly Clarkson</arnm> <arid>432546325432</arid> <alnm>All I Ever Wanted</alnm> <alid>432546325432</alid> <dura>350909</dura> <cv>http://10.5.0.39:8080/art.cgi?id=ere&fm=png</cv> <grid>6546665454654654</grid> <grnm>rock</grnm> <cpid>3434353</cpid> <cpnm>3434353</cpnm> <bpm>123</bpm> <brt>256 kbs</brt> <frq>44100 hz</frq> <yr>1998</yr> <tarid>65565665</tarid> <tarnm>Florence and the Machine</tarnm> <cve>1</cve> <alarid>432546325432</alarid> <alarnm>The Best of Florence and the Machine</alarnm> </tr> </stat> <stat> <pid>2</pid> <ctm>12</ctm> <pau>0</pau> <ply>on</ply> <tr> <trid>453454345</trid> <trnm>Dark days are over</trnm> <arnm>Kelly Clarkson</arnm> <arid>432546325432</arid> <alnm>All I Ever Wanted</alnm> <alid>432546325432</alid> <dura>350909</dura> <cv>http://10.5.0.39:8080/art.cgi?id=ere&fm=png</cv> <grid>6546665454654654</grid> <grnm>rock</grnm> <cpid>3434353</cpid> <cpnm>3434353</cpnm> <bpm>123</bpm> <brt>256 kbs</brt> <frq>44100 hz</frq> <yr>1998</yr> <tarid>65565665</tarid> <tarnm>Florence and the Machine</tarnm> <cve>1</cve> <alarid>432546325432</alarid> <alarnm>The Best of Florence and the Machine</alarnm> </tr> </stat> <stat> <pid>2</pid> <ctm>0</ctm> <pau>0</pau> <ply>on</ply> </stat> </col> </getDeezerRadioStatus> </fn> </siresp>