Skip to content

Instantly share code, notes, and snippets.

@chrisjason
chrisjason / espn-leaders-api_sample-internal-output.json
Last active August 29, 2015 14:01
ESPN Leaders API Sample JSON Output - Internal Key
{
"sports": [
{
"name": "basketball",
"id": 40,
"leagues": [
{
"name": "National Basketball Assoc.",
"abbreviation": "nba",
"id": 46,
@chrisjason
chrisjason / espn-leaders-api_sample-internal-output.xml
Created May 22, 2014 14:09
ESPN Leaders API Sample XML Output - Internal Key
<response>
<sports>
<sportsItem>
<name>basketball</name>
<id>40</id>
<leagues>
<leaguesItem>
<name>National Basketball Assoc.</name>
<abbreviation>nba</abbreviation>
<id>46</id>
@chrisjason
chrisjason / espn-draft-api_sample-internal-output.xml
Created May 22, 2014 14:06
ESPN Draft API Sample XML Output - Internal Key
<response>
<draft>
<description>NBA Draft 2013</description>
<numberOfRounds>2</numberOfRounds>
<rounds>
<roundsItem>
<round>1</round>
<description>Round 1</description>
<picks>
<picksItem>
@chrisjason
chrisjason / espn-draft-api_sample-internal-output.json
Created May 22, 2014 14:03
ESPN Draft API Sample JSON Output - Internal Key
{
"draft": {
"description": "NBA Draft 2013",
"numberOfRounds": 2,
"rounds": [
{
"round": 1,
"description": "Round 1",
"picks": [
@chrisjason
chrisjason / espn-photos-api_sample-internal-output.xml
Created December 17, 2013 21:03
ESPN Photos API XML Output (Internal Key)
<?xml version="1.0" encoding="UTF-8"?>
<response>
<galleries>
<galleriesItem>
<id>8594159</id>
<title>NFL Week 9 Gallery</title>
<headline>NFL Week 9</headline>
<description>Photos from the ninth week in the NFL 2012 season</description>
<linkText>NFL Week 9 Gallery</linkText>
<links>
@chrisjason
chrisjason / espn-photos-api_sample-internal-output.json
Created December 17, 2013 20:57
ESPN Photos API JSON Output (Internal Key)
{
"galleries":[
{
"id":8594159,
"title":"NFL Week 9 Gallery",
"headline":"NFL Week 9",
"description":"Photos from the ninth week in the NFL 2012 season",
"linkText":"NFL Week 9 Gallery",
"links":{
"web":{
<response>
<calendar>
<type>list</type>
<startDate>2013-08-01T07:00:00Z</startDate>
<endDate>2014-02-13T07:59:59Z</endDate>
<sections>
<sectionsItem>
<label>Preseason</label>
<startDate>2013-07-31T07:00:00Z</startDate>
<endDate>2013-09-04T06:59:00Z</endDate>
@chrisjason
chrisjason / espn-calendar-api_sample-internal-output.json
Last active December 21, 2015 07:48
ESPN Sports Calendar API JSON Output - Internal Key
{
"calendar": {
"type": "list",
"startDate": "2014-07-30T07:00:00Z",
"endDate": "2015-02-04T07:59:59Z",
"eventDates": {
"type": "whitelist",
"dates": [
"2014-08-03T07:00:00Z",
"2014-08-08T07:00:00Z",
@chrisjason
chrisjason / espn-now-api_sample-public-output.xml
Created February 12, 2013 21:49
ESPN Now API XML Output - Public Key
<?xml version="1.0"?>
<response>
<timestamp>2013-02-12T21:47:43Z</timestamp>
<resultsOffset>0</resultsOffset>
<status>success</status>
<resultsLimit>3</resultsLimit>
<breakingNews/>
<feed>
<feedItem>
<id>8941323</id>
@chrisjason
chrisjason / espn-now-api_sample-public-output.json
Last active June 20, 2016 02:53
ESPN Now API JSON Output - Public Key
{
"timestamp": "2014-07-15T21:24:37Z",
"resultsOffset": 0,
"status": "success",
"resultsLimit": 2,
"resultsCount": 314,
"feed": [
{
"headline": "Redskins sign Stephen Campbell",
"lastModified": "2014-07-15T21:20:04Z",