Skip to content

Instantly share code, notes, and snippets.

@chrisjason
chrisjason / espn-watchespn-api_sample-internal-output.xml
Created January 22, 2013 18:34
WatchESPN API XML Output - Internal Key
<?xml version="1.0" encoding="UTF-8"?>
<response>
<resultsCount>3</resultsCount>
<resultsLimit>3</resultsLimit>
<resultsOffset>0</resultsOffset>
<listings>
<listingsItem>
<name>SportsCenter</name>
<shortName/>
<id>747523</id>
@chrisjason
chrisjason / espn-watchespn-api_sample-internal-output.json
Created January 22, 2013 18:28
WatchESPN API JSON Output - Internal Key
{
"resultsCount":6,
"resultsLimit":6,
"resultsOffset":0,
"listings":[
{
"name":"SportsCenter",
"shortName":"",
"id":747523,
"episodeId":"e11647987",
@chrisjason
chrisjason / espn-twitter-api_sample-internal-output.xml
Created December 11, 2012 19:05
ESPN Twitter Stream API XML Output - Internal Key
<?xml version="1.0"?>
<response>
<statuses>
<statusesItem>
<status>
<createdAt>2012-12-11T18:00:00Z</createdAt>
<text>RT @David_Mayberry: Glause overcomes injury to win round: Cheyenne bull rider Seth Glause, competing with a broken nose, won ... http:// ...</text>
<source>&lt;a href="http://twitter.com/download/android" rel="nofollow"&gt;Twitter for Android&lt;/a&gt;</source>
<truncated>false</truncated>
</status>
@chrisjason
chrisjason / espn-twitter-api_sample-internal-output.json
Created December 10, 2012 16:35
ESPN Twitter Stream API Output - Internal Key
{
"statuses":[
{
"status":{
"createdAt":"2012-12-10T16:44:00Z",
"text":"Watch LIVE at 11:30 am CT as GM Dayton Moore discusses the acquisition of pitchers James Shields and Wade Davis: http://t.co/c711Raaz",
"source":"<a href=\"http://www.awarenessnetworks.com\" rel=\"nofollow\">MLB.com</a>",
"truncated":false
},
"user":{
@chrisjason
chrisjason / espn-audio-api_sample-internal-output.xml
Last active October 13, 2015 02:38
ESPN Audio API Sample XML Output - Internal Key
<?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>
@chrisjason
chrisjason / espn-audio-api_sample-internal-output.json
Last active October 13, 2015 02:38
ESPN Audio API Sample JSON Output - Internal Key
{
"resultsCount":1,
"resultsOffset":0,
"resultsLimit":10,
"recordings":[
{
"id":9939913,
"lang":"en",
"published":"2013-11-07T16:13:35Z",
"premium":false,
@chrisjason
chrisjason / espn-teams-api_sample-public-output.json
Created November 21, 2012 17:14
ESPN Teams API Sample JSON Output - Public Key
{
"sports":[
{
"name":"basketball",
"id":40,
"leagues":[
{
"name":"National Basketball Assoc.",
"abbreviation":"nba",
"id":46,
@chrisjason
chrisjason / espn-teams-api_sample-public-output.xml
Created November 21, 2012 17:07
ESPN Teams API Sample XML Output - Public Key
<?xml version="1.0"?>
<response>
<sports>
<sportsItem>
<name>basketball</name>
<id>40</id>
<leagues>
<leaguesItem>
<name>National Basketball Assoc.</name>
<abbreviation>nba</abbreviation>
@chrisjason
chrisjason / espn-standings-api_sample-internal-output.json
Created November 21, 2012 17:03
ESPN Standings API Sample JSON Output - Internal Key
{
"sports":[
{
"name":"basketball",
"id":40,
"type":"points",
"leagues":[
{
"name":"National Basketball Assoc.",
"abbreviation":"nba",
@chrisjason
chrisjason / espn-standings-api_sample-internal-output.xml
Created November 21, 2012 17:02
ESPN Standings API Sample XML Output - Internal Key
<?xml version="1.0"?>
<response>
<sports>
<sportsItem>
<name>basketball</name>
<id>40</id>
<type>points</type>
<leagues>
<leaguesItem>
<name>National Basketball Assoc.</name>