Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisjason/292cdf38d352178e7dac to your computer and use it in GitHub Desktop.
Save chrisjason/292cdf38d352178e7dac to your computer and use it in GitHub Desktop.
ESPN Draft API Sample JSON Output - Internal Key
{
"draft": {
"description": "NBA Draft 2013",
"numberOfRounds": 2,
"rounds": [
{
"round": 1,
"description": "Round 1",
"picks": [
{
"roundPick": 14,
"overallPick": 14,
"team": {
"id": 26,
"uid": "s:40~l:46~t:26",
"location": "Utah",
"name": "Jazz",
"nickname": "Utah",
"abbreviation": "UTAH",
"color": "06143F",
"links": {
"api": {
"teams": {
"href": "http://api.espn.com/v1/sports/basketball/nba/teams/26"
}
}
}
},
"athlete": {
"id": 19735,
"firstName": "Shabazz",
"lastName": "Muhammad",
"fullName": "Shabazz Muhammad",
"displayName": "Shabazz Muhammad",
"shortName": "S. Muhammad",
"weight": 222,
"height": 78,
"dateOfBirth": "1992-11-13T08:00:00Z",
"schools": [
{
"id": 26,
"name": "UCLA"
}
],
"positions": [
{
"id": 5,
"abbreviation": "SF",
"name": "Small Forward"
}
]
}
}
]
}
]
},
"timestamp": "2014-05-20T14:02:30Z",
"status": "success"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment