Home | Index

Yahoo! Live REST Web Services

Channels

A channel is a user's personal station, from which their broadcasts are sent.

/channels

This call is used to retrieve a collection of channels on the site.

Example 5. http://live.yahooapis.com/v1/channels

<channels yahoo:total="42" yahoo:start="1" yahoo:count="10">
    <channel yahoo:uri="http://live.yahooapis.com/v1/channel/freakshow"
             yahoo:created="2008-01-09T15:02:46-08:00Z"
             yahoo:updated="2008-01-09T15:02:46-08:00Z"
             id="freakshow">
        <name><![CDATA[Dear Sergio...]]></name>
        <description><![CDATA[<b>thanks for all the fish!</b>]]></description>
        <image id="2VfX5vscSP54fOV.vA--"
               url="http://live.yahoo.com/imx/freakshow"/>
        <broadcast id="FhS15kkcSf47FsrZqU369c0-"
                   yahoo:uri="http://live.yahooapis.com/v1/broadcast/FhS15kkcSf47FsrZqU369c0-"/>
        <user id="freakshow"
              yahoo:uri="http://live.yahooapis.com/v1/user/freakshow"/>
    </channel>
    .
    .
    .
</channels>