Created
May 22, 2014 14:03
-
-
Save chrisjason/292cdf38d352178e7dac to your computer and use it in GitHub Desktop.
ESPN Draft API Sample JSON Output - Internal Key
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": [ | |
{ | |
"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