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
{ | |
"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":{ |
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> | |
<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> |
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
{ | |
"draft": { | |
"description": "NBA Draft 2013", | |
"numberOfRounds": 2, | |
"rounds": [ | |
{ | |
"round": 1, | |
"description": "Round 1", | |
"picks": [ |
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
<response> | |
<draft> | |
<description>NBA Draft 2013</description> | |
<numberOfRounds>2</numberOfRounds> | |
<rounds> | |
<roundsItem> | |
<round>1</round> | |
<description>Round 1</description> | |
<picks> | |
<picksItem> |
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
<response> | |
<sports> | |
<sportsItem> | |
<name>basketball</name> | |
<id>40</id> | |
<leagues> | |
<leaguesItem> | |
<name>National Basketball Assoc.</name> | |
<abbreviation>nba</abbreviation> | |
<id>46</id> |
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
{ | |
"sports": [ | |
{ | |
"name": "basketball", | |
"id": 40, | |
"leagues": [ | |
{ | |
"name": "National Basketball Assoc.", | |
"abbreviation": "nba", | |
"id": 46, |
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"?> | |
<response> | |
<timestamp>2012-11-21T16:38:21Z</timestamp> | |
<resultsOffset>0</resultsOffset> | |
<status>success</status> | |
<resultsLimit>5</resultsLimit> | |
<resultsCount>768</resultsCount> | |
<notes> | |
<notesItem> | |
<headline>Cowboys Great Against Rookie QBs on Thanksgiving</headline> |
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
{ | |
"sports":[ | |
{ | |
"name":"hockey", | |
"id":70, | |
"leagues":[ | |
{ | |
"name":"National Hockey League", | |
"abbreviation":"nhl", | |
"id":90, |
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"?> | |
<response> | |
<resultsOffset>0</resultsOffset> | |
<resultsLimit>50</resultsLimit> | |
<resultsCount>1</resultsCount> | |
<season> | |
<olympicSeasonId>31</olympicSeasonId> | |
<year>2008</year> | |
<type>2</type> | |
<description>regular</description> |
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
{ | |
"resultsOffset":0, | |
"resultsLimit":50, | |
"resultsCount":1, | |
"season":{ | |
"olympicSeasonId":31, | |
"year":2008, | |
"type":2, | |
"description":"regular", | |
"startDate":"2008-08-06T07:00:00Z", |