TYBA






protocol.deezer.radio.GetDeezerTop5RadioStationsResponse

GetDeezerTop5RadioStationsResponse

This response acts as an acknowledgment to its corresponding request as well as containing a collection of stations matching your request parameters. There is meta data included prior to the list to indicate the number of results returned, this is useful if you have subset the results.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1stringdeezer user id
ixsno1indicesstart (i0) and end (i1) index inclusive
nno1integernumber of results returned
colno1listlist of stations.

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getDeezerTop5RadioStations>
              <uid>45435434354343</uid>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
              <n>3</n>
              <col>
                  <rstn>
                      <rdid>432546325432</rdid>
                      <rdnm>1.FM - ABSOLUTE 90's RADIO</rdnm>
                      <wbs>http://www.1.fm</wbs>
                      <rdcv>http://www.apple.com/art.jpg</rdcv>
                      <grnm>90s pop dance rock</grnm>
                      <brt>64kbit/s</brt>
                      <frq>44100 Hz</frq>
                  </rstn>
                  <rstn>
                      <rdid>432546325432</rdid>
                      <rdnm>1.FM - ABSOLUTE 90's RADIO</rdnm>
                      <wbs>http://www.1.fm</wbs>
                      <rdcv>http://www.apple.com/art.jpg</rdcv>
                      <grnm>90s pop dance rock</grnm>
                      <brt>64kbit/s</brt>
                      <frq>44100 Hz</frq>
                  </rstn>
              </col>
          </getDeezerTop5RadioStations>
      </fn>
  </siresp>

 

back to index