Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisjason/4125895 to your computer and use it in GitHub Desktop.
Save chrisjason/4125895 to your computer and use it in GitHub Desktop.
ESPN Medals API Sample JSON Output - Internal Key
{
"resultsOffset":0,
"resultsLimit":50,
"resultsCount":1,
"season":{
"olympicSeasonId":31,
"year":2008,
"type":2,
"description":"regular",
"startDate":"2008-08-06T07:00:00Z",
"endDate":"2008-08-25T06:59:59Z"
},
"sports":[
{
"name":"artistic gymnastics",
"abbreviation":"artistic-gymnastics",
"olympicSportId":21
},
{
"name":"shooting",
"abbreviation":"shooting",
"olympicSportId":37
},
{
"name":"taekwondo",
"abbreviation":"taekwondo",
"olympicSportId":43
},
{
"name":"track and field",
"abbreviation":"track-and-field",
"olympicSportId":3
}
],
"competitors":[
{
"type":"country",
"country":{
"id":19,
"abbreviation":"cro"
},
"medals":{
"gold":{
"total":0,
"competitions":[
]
},
"silver":{
"total":2,
"competitions":[
{
"olympicSportId":21,
"name":"Men's Pommel Horse",
"eventId":166,
"competitors":[
{
"type":"athlete",
"score":"15.725",
"worldRecord":false,
"olympicRecord":false,
"athlete":{
"lastName":"Ude",
"firstName":"Filip",
"id":24299,
"country":{
"id":19,
"abbreviation":"cro"
},
"links":{
"web":{
"index":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008?ex_cid=espnapi_internal"
}
},
"mobile":{
"index":{
"href":"http://m.espn.go.com/extra/olympics?ex_cid=espnapi_internal"
},
"athletes":{
"href":"http://m.espn.go.com/extra/olympics/athletes?id=24299&ex_cid=espnapi_internal"
}
}
}
}
}
]
},
{
"olympicSportId":3,
"name":"Women's High Jump",
"eventId":140,
"competitors":[
{
"type":"athlete",
"score":"2.05",
"worldRecord":false,
"olympicRecord":false,
"athlete":{
"lastName":"Vlasic",
"firstName":"Blanka",
"id":10289,
"country":{
"id":19,
"abbreviation":"cro"
},
"links":{
"web":{
"index":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008?ex_cid=espnapi_internal"
}
},
"mobile":{
"index":{
"href":"http://m.espn.go.com/extra/olympics?ex_cid=espnapi_internal"
},
"athletes":{
"href":"http://m.espn.go.com/extra/olympics/athletes?id=10289&ex_cid=espnapi_internal"
}
}
}
}
}
]
}
]
},
"bronze":{
"total":3,
"competitions":[
{
"olympicSportId":37,
"name":"Women's 10m Air Rifle",
"eventId":737,
"competitors":[
{
"type":"athlete",
"score":"500.9",
"worldRecord":false,
"olympicRecord":false,
"athlete":{
"lastName":"Pejcic",
"firstName":"Snjezana",
"id":23689,
"country":{
"id":19,
"abbreviation":"cro"
},
"links":{
"web":{
"index":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008?ex_cid=espnapi_internal"
}
},
"mobile":{
"index":{
"href":"http://m.espn.go.com/extra/olympics?ex_cid=espnapi_internal"
},
"athletes":{
"href":"http://m.espn.go.com/extra/olympics/athletes?id=23689&ex_cid=espnapi_internal"
}
}
}
}
}
]
},
{
"olympicSportId":43,
"name":"Women's Under 57kg",
"eventId":91,
"competitors":[
{
"type":"athlete",
"worldRecord":false,
"olympicRecord":false,
"athlete":{
"lastName":"Zubcic",
"firstName":"Martina",
"id":22823,
"country":{
"id":19,
"abbreviation":"cro"
},
"links":{
"web":{
"index":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008?ex_cid=espnapi_internal"
}
},
"mobile":{
"index":{
"href":"http://m.espn.go.com/extra/olympics?ex_cid=espnapi_internal"
},
"athletes":{
"href":"http://m.espn.go.com/extra/olympics/athletes?id=22823&ex_cid=espnapi_internal"
}
}
}
}
}
]
},
{
"olympicSportId":43,
"name":"Women's Under 67kg",
"eventId":192,
"competitors":[
{
"type":"athlete",
"worldRecord":false,
"olympicRecord":false,
"athlete":{
"lastName":"Saric",
"firstName":"Sandra",
"id":23748,
"country":{
"id":19,
"abbreviation":"cro"
},
"links":{
"web":{
"index":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008?ex_cid=espnapi_internal"
}
},
"mobile":{
"index":{
"href":"http://m.espn.go.com/extra/olympics?ex_cid=espnapi_internal"
},
"athletes":{
"href":"http://m.espn.go.com/extra/olympics/athletes?id=23748&ex_cid=espnapi_internal"
}
}
}
}
}
]
}
]
},
"overall":{
"total":5
},
"links":{
"api":{
"medals":{
"href":"http://api.espn.com/v1/sports/olympics/countries/cro/medals?season=summer&dates=2008"
}
},
"web":{
"index":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008?ex_cid=espnapi_internal"
},
"medals":{
"href":"http://espn.go.com/olympics/summer/history/_/year/2008/type/medals?ex_cid=espnapi_internal"
}
},
"mobile":{
"index":{
"href":"http://m.espn.go.com/extra/olympics?ex_cid=espnapi_internal"
},
"medals":{
"href":"http://m.espn.go.com/extra/olympics/medals?countryId=19&ex_cid=espnapi_internal"
}
}
}
}
}
],
"timestamp":"2012-11-21T16:35:07Z",
"status":"success"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment