Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisjason/fcc3006abfddeee1b21f to your computer and use it in GitHub Desktop.
Save chrisjason/fcc3006abfddeee1b21f to your computer and use it in GitHub Desktop.
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>
<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