BBC Web API (beta) Disclaimer  Terms of Use  About Us  backstage.bbc.co.uk
bbc.channel.getLocations
Get the locations of a channel.
Arguments
channel_id
  (required) Identifier for channel (or channels?) to retrieve information on
format
  (simple) Response format (more information)
Explore
bbc.channel.getLocations
channel_id
format Simple   TV-Anytime  
Example response
Simple format:
<channel channe_id="BBCOne" name="BBC One">
  <location>
    <type>dvb</type>
    <url>dvb://233a.1004,1044</url>
  </location>
  <location>
    <type>multicast-real</type>
    <url>http://support.bbc.co.uk/multicast/rams/multi/bbcone.ram</url>
  </location>
</channel>
TV-Anytime format:
lt;TVAMain xmlns='urn:tva:metadata:2005' xmlns:mpeg7='urn:mpeg:mpeg7:schema:2005' 
      xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xml:lang='en'>
  <ProgramDescription>
    <ServiceInformationTable>
      <ServiceInformation serviceId='BBCOne'>
        <Name>BBC One</Name>
        <Owner>BBC</Owner>
        <ServiceURL>dvb://233a.1004.1044</ServiceURL>
        <ServiceGenre href='urn:tva:metadata:cs:MediaType:2005:7.1.3'>
          <Name><![CDATA[Audio and video]]></Name>
        </ServiceGenre>
      </ServiceInformation>
    </ServiceInformationTable>
  </ProgramDescription>
</TVAMain>