Last active
October 13, 2015 02:38
-
-
Save chrisjason/4126225 to your computer and use it in GitHub Desktop.
ESPN Audio API Sample XML Output - Internal Key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<response> | |
<resultsCount>1</resultsCount> | |
<resultsOffset>0</resultsOffset> | |
<resultsLimit>10</resultsLimit> | |
<recordings> | |
<recordingsItem> | |
<id>9939913</id> | |
<lang>en</lang> | |
<published>2013-11-07T16:13:35Z</published> | |
<premium>false</premium> | |
<headline>Fantasy Underground</headline> | |
<shortDescription>Falcons offense, Zac Stacy, returning stars</shortDescription> | |
<description>Christopher Harris and Field Yates discuss the Falcons struggling offense, Zac Stacy, and what to do with stars coming off of injury.</description> | |
<links> | |
<api> | |
<recordings> | |
<href>http://api.espn.com/v1/audio/recordings/9939913</href> | |
</recordings> | |
</api> | |
<web> | |
<href>http://espn.go.com/espnradio/play?id=9939913&ex_cid=espnapi_internal</href> | |
</web> | |
<mobile> | |
<href>http://m.espn.go.com/general/play?id=9939913&ex_cid=espnapi_internal</href> | |
</mobile> | |
<source> | |
<bitrateDefault> | |
<href>http://c.espnradio.com/audio/1969548/fantasyunderground_2013-11-07-110348.mp3?ad_params=zones%3DPreroll%2CMidroll%2CPostroll%7Cstation_id%3D973</href> | |
</bitrateDefault> | |
<bitrate32k> | |
<href>http://c.espnradio.com/audio/1969548/fantasyunderground_2013-11-07-110348.32.mp3?ad_params=zones%3DPreroll%2CMidroll%2CPostroll%7Cstation_id%3D973</href> | |
</bitrate32k> | |
<bitrate48k> | |
<href>http://c.espnradio.com/audio/1969548/fantasyunderground_2013-11-07-110348.48b.mp3?ad_params=zones%3DPreroll%2CMidroll%2CPostroll%7Cstation_id%3D973</href> | |
</bitrate48k> | |
<bitrate128k> | |
<href>http://c.espnradio.com/audio/1969548/fantasyunderground_2013-11-07-110348.128.mp3?ad_params=zones%3DPreroll%2CMidroll%2CPostroll%7Cstation_id%3D973</href> | |
</bitrate128k> | |
</source> | |
</links> | |
<thumbnails> | |
<xsmall> | |
<href>http://a.espncdn.com/i/espnradio/stations/espn/podcasts/fantasy_underground_90.jpg</href> | |
<width>90</width> | |
<height>90</height> | |
</xsmall> | |
<small> | |
<href>http://a.espncdn.com/i/espnradio/stations/espn/podcasts/fantasy_underground_134.jpg</href> | |
<width>134</width> | |
<height>75</height> | |
</small> | |
<large> | |
<href>http://a.espncdn.com/i/espnradio/stations/espn/podcasts/fantasy_underground_288.jpg</href> | |
<width>288</width> | |
<height>162</height> | |
</large> | |
<medium> | |
<href>http://a.espncdn.com/i/espnradio/stations/espn/podcasts/fantasy_underground_203.jpg</href> | |
<width>203</width> | |
<height>114</height> | |
</medium> | |
<xlarge> | |
<href>http://a.espncdn.com/i/espnradio/stations/espn/podcasts/fantasy_underground_300.jpg</href> | |
<width>300</width> | |
<height>300</height> | |
</xlarge> | |
</thumbnails> | |
<categories> | |
<categoriesItem> | |
<type>podcast</type> | |
<podcastId>8375187</podcastId> | |
<description>ESPN: Fantasy Underground</description> | |
<podcast> | |
<id>8375187</id> | |
<description>ESPN: Fantasy Underground</description> | |
<links> | |
<api> | |
<podcasts> | |
<href>http://api.espn.com/v1/audio/podcasts/8375187</href> | |
</podcasts> | |
</api> | |
<web> | |
<href>http://espn.go.com/espnradio/podcast/archive?id=8375187&ex_cid=espnapi_internal</href> | |
</web> | |
<mobile> | |
<href>http://m.espn.go.com/general/cast?id=8375187&ex_cid=espnapi_internal</href> | |
</mobile> | |
</links> | |
</podcast> | |
</categoriesItem> | |
</categories> | |
<keywords> | |
<keywordsItem>christopher harris</keywordsItem> | |
<keywordsItem>field yates</keywordsItem> | |
<keywordsItem>fantasy football</keywordsItem> | |
<keywordsItem>altanta falcons</keywordsItem> | |
<keywordsItem>zac stacy</keywordsItem> | |
</keywords> | |
</recordingsItem> | |
</recordings> | |
<timestamp>2013-12-09T19:48:10Z</timestamp> | |
<status>success</status> | |
</response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment