Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save noomerikal/527f5579ddab6d087105 to your computer and use it in GitHub Desktop.
Save noomerikal/527f5579ddab6d087105 to your computer and use it in GitHub Desktop.
{
"sports":[
{
"name":"basketball",
"id":40,
"leagues":[
{
"name":"National Basketball Assoc.",
"abbreviation":"nba",
"id":46,
"groupId":7,
"shortName":"NBA",
"teams":[
{
"id":2,
"location":"Boston",
"name":"Celtics",
"abbreviation":"BOS",
"color":"006532",
"links":{
"api":{
"teams":{
"href":"http://api.espn.com/v1/sports/basketball/nba/teams/2"
},
"news":{
"href":"http://api.espn.com/v1/sports/basketball/nba/teams/2/news"
},
"notes":{
"href":"http://api.espn.com/v1/sports/basketball/nba/teams/2/news/notes"
}
},
"web":{
"teams":{
"href":"http://espn.go.com/nba/team/_/name/bos/boston-celtics?ex_cid=espnapi_public"
}
},
"mobile":{
"teams":{
"href":"http://m.espn.go.com/nba/clubhouse?teamId=2&ex_cid=espnapi_public"
}
}
}
}
]
}
]
}
],
"resultsOffset":0,
"resultsLimit":50,
"resultsCount":1,
"timestamp":"2012-11-21T17:11:02Z",
"status":"success"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment