Forked from chrisjason/espn-draft-api_sample-internal-output.xml
Last active
August 29, 2015 14:14
-
-
Save noomerikal/a3e1d04ab645f7ff198b to your computer and use it in GitHub Desktop.
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> | |
<roundPick>14</roundPick> | |
<overallPick>14</overallPick> | |
<team> | |
<id>26</id> | |
<uid>s:40~l:46~t:26</uid> | |
<location>Utah</location> | |
<name>Jazz</name> | |
<nickname>Utah</nickname> | |
<abbreviation>UTAH</abbreviation> | |
<color>06143F</color> | |
<links> | |
<api> | |
<teams> | |
<href>http://api.espn.com/v1/sports/basketball/nba/teams/26</href> | |
</teams> | |
</api> | |
</links> | |
</team> | |
<athlete> | |
<id>19735</id> | |
<firstName>Shabazz</firstName> | |
<lastName>Muhammad</lastName> | |
<fullName>Shabazz Muhammad</fullName> | |
<displayName>Shabazz Muhammad</displayName> | |
<shortName>S. Muhammad</shortName> | |
<weight>222</weight> | |
<height>78</height> | |
<dateOfBirth>1992-11-13T08:00:00Z</dateOfBirth> | |
<schools> | |
<schoolsItem> | |
<id>26</id> | |
<name>UCLA</name> | |
</schoolsItem> | |
</schools> | |
<positions> | |
<positionsItem> | |
<id>5</id> | |
<abbreviation>SF</abbreviation> | |
<name>Small Forward</name> | |
</positionsItem> | |
</positions> | |
</athlete> | |
</picksItem> | |
</picks> | |
</roundsItem> | |
</rounds> | |
</draft> | |
<timestamp>2014-05-20T14:07:41Z</timestamp> | |
<status>success</status> | |
</response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment