Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /multisport/get_records
Returns a list of contestants
Request URL
https://dsg-api.com/clients/{client_name}/multisport/get_records?client={client_name}&authkey={client_authkey}&id={multisport_event_season_id}&cat=summary
API Threshold
- 10k calls per hour (2.78 calls per second)
- This threshold applies to ALL your calls you do across the API.
- Your number of calls get reset every hour at :00
- If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
id
int Required
multisport_event_season_id to return
lang
string
two-character language code, defaults to 'en'
sport
string
sport to filter the output
Nodes
contestant❯
details about the record contestant
common_name
common name of the person
first_name
first name of the person
last_name
last name of the person
nationality_area_code
three character area code
nationality_area_id
unique identifier for an area
nationality_area_name
area name of peoples nationality
people_id
unique identifier for person
position
position value
short_name
shortened name of the person
datasportsgroup❯
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
day❯
information about the particular day
date
date format YYYY-MM-DD
discipline❯
basic information about the discipline
discipline_id
unique identifier of the discipline
name
name of the discipline
type
type of discipline (contestant, contestant_team or team)
method❯
details about the API function
method_id
unique ID of method
name
name of method
multisport_event❯
basic informations about the multisport event
area_code
three character area code
area_id
unique identifier for an area
area_name
name of the area
gender
determines the gender of the competition (male or female)
multisport_event_id
unique identifier for multisport events
multisport_event_name
general name of the multisport events
multisport_event_season❯
basic informations about the multisport event season
end_date
end date, format 'yyyy-mm-dd'
multisport_event_season_id
unique identifier for multisport event season
multisport_event_season_name
general name of the multisport event season
start_date
start date, format 'yyyy-mm-dd'
round❯
details about the round
end_date
end date, format 'yyyy-mm-dd'
end_date_utc
end date in UTC timezone, format 'yyyy-mm-dd'
end_time
end time, format 'HH:mm:ss'
end_time_utc
end time in UTC timezone, format 'HH:mm:ss'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of round
round_id
unique identifier of round
start_date
start date, format 'yyyy-mm-dd'
start_date_utc
start date in UTC timezone, format 'yyyy-mm-dd'.
start_time
start time, format 'HH:mm:ss'
start_time_utc
start time in UTC timezone, format 'HH:mm:ss'
type
determines if the round contains a table or a cup structure (knock-out)
sport❯
basic information of the sport
sport
sport value
sport_name
name of the sport
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/multisport/get_records?client={client_name}&authkey={client_authkey}&id={multisport_event_season_id}&cat=summary");curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");$content = curl_exec($ch);curl_close($ch);?>curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/multisport/get_records?client={client_name}&authkey={client_authkey}&id={multisport_event_season_id}&cat=summary"
Imports System
Imports System.Net
Imports System.IO
Imports System.Text
Public Module Module1
Public Sub Main()
Dim url As String = "https://dsg-api.com/clients/{client_name}/multisport/get_records?client={client_name}&authkey={client_authkey}&id={multisport_event_season_id}&cat=summary"
Dim myReq As WebRequest = WebRequest.Create(url)
myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
Dim wr As WebResponse = myReq.GetResponse()
Dim receiveStream As Stream = wr.GetResponseStream()
Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
Dim content As String = reader.ReadToEnd()
End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/multisport/get_records?client={client_name}&authkey={client_authkey}&id={multisport_event_season_id}&cat=summary", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.895.0","sport":"multisport","lang":"en","generated_utc":"2025-08-01T15:13:10+00:00","method":{"method_id":"895","name":"get_records"},"multisport_event":{"multisport_event_id":"1","multisport_event_name":"Summer Olympics","gender":"both","area_id":"1","area_code":"INT","area_name":"World","multisport_event_season":{"multisport_event_season_id":"2","multisport_event_season_name":"2016 Rio de Janeiro","start_date":"2016-08-05","end_date":"2016-08-21","day":[{"date":"2016-08-05","sport":{"sport":"archery","name":"Archery","discipline":{"discipline_id":"89","name":"Archery","type":"contestant","gender":{"value":"male","round":{"round_id":"40166","round_name":"Ranking round","contestant":{"position":"1","contestant_id":"387594","first_name":"Woojin","last_name":"Kim","match_name":"Kim Woojin","common_name":"Kim Woojin","nationality_area_id":"107","nationality_code":"KOR","nationality_area_name":"Korea Republic","bullseye":"52","number_9s":"","number_xs":"26","points":"700","record":"WR","target_hits":""}}}}}},{"date":"2016-08-06","sport":{"sport":"swimming","name":"Swimming","discipline":[{"discipline_id":"13","name":"100m Breaststroke","type":"contestant","gender":{"value":"male","round":{"round_id":"40735","round_name":"Heat 6","contestant":{"position":"1","contestant_id":"313961","first_name":"Adam George","last_name":"Peaty","match_name":"A. Peaty","common_name":"Adam Peaty","nationality_area_id":"250","nationality_code":"GBR","nationality_area_name":"Great Britain","lane":"4","record":"WR","split_time_50m":"0:00:26.690","status":"Q","time":"0:00:57.55","reaction_time":"00.55"}}}},{"discipline_id":"21","name":"4 x 100m Freestyle Relay","type":"team","gender":{"value":"female","round":{"round_id":"40643","round_name":"Heat 2","team":{"position":"1","team_id":"65590","team_name":"Australia","team_short_name":"Australia","team_area_id":"19","team_tla_name":"AUS","team_area_name":"Australia","time":"0:03:32.390","lane":"4","record":"OR","split_time_100m":"","split_time_200m":"","split_time_300m":"","status":"Q","contestants":{"contestant":[{"contestant_id":"390281","first_name":"Madison","last_name":"Wilson","match_name":"M. Wilson","common_name":"Madi Wilson"},{"contestant_id":"390491","first_name":"Brittany Joyce","last_name":"Elmslie","match_name":"B. Elmslie","common_name":"Brittany Elmslie"},{"contestant_id":"390000","first_name":"Bronte","last_name":"Campbell","match_name":"B. Campbell","common_name":"Bronte Campbell"},{"contestant_id":"389998","first_name":"Cate Natalie","last_name":"Campbell","match_name":"C. Campbell","common_name":"Cate Campbell"}]}}}}}]}},{"date":"2016-08-07","sport":[{"sport":"swimming","name":"Swimming","discipline":[{"discipline_id":"20","name":"400m Individual Medley","type":"contestant","gender":{"value":"female","round":{"round_id":"40635","round_name":"Final","contestant":{"position":"1","contestant_id":"390273","first_name":"Katinka","last_name":"Hosszú","match_name":"K. Hosszú","common_name":"Katinka Hosszú","nationality_area_id":"92","nationality_code":"HUN","nationality_area_name":"Hungary","lane":"4","record":"WR","split_time_100m":"0:01:00.910","split_time_150m":"0:01:35.010","split_time_200m":"0:02:08.390","split_time_250m":"0:02:45.620","split_time_300m":"0:03:24.500","split_time_350m":"0:03:55.680","split_time_50m":"0:00:28.330","status":"","time":"0:04:26.36","reaction_time":"00.69"}}}},{"discipline_id":"21","name":"4 x 100m Freestyle Relay","type":"team","gender":{"value":"female","round":{"round_id":"40641","round_name":"Final","team":{"position":"1","team_id":"65590","team_name":"Australia","team_short_name":"Australia","team_area_id":"19","team_tla_name":"AUS","team_area_name":"Australia","time":"0:03:30.650","lane":"4","record":"WR","split_time_100m":"","split_time_200m":"","split_time_300m":"","status":"","contestants":{"contestant":[{"contestant_id":"390183","first_name":"Emma","last_name":"McKeon","match_name":"E. McKeon","common_name":"Emma McKeon"},{"contestant_id":"390491","first_name":"Brittany Joyce","last_name":"Elmslie","match_name":"B. Elmslie","common_name":"Brittany Elmslie"},{"contestant_id":"390000","first_name":"Bronte","last_name":"Campbell","match_name":"B. Campbell","common_name":"Bronte Campbell"},{"contestant_id":"389998","first_name":"Cate Natalie","last_name":"Campbell","match_name":"C. Campbell","common_name":"Cate Campbell"}]}}}}}]},{"sport":"weightlifting","name":"Weightlifting","discipline":{"discipline_id":"105","name":"56 kg","type":"contestant","gender":{"value":"male","round":{"round_id":"43369","round_name":"Final","contestant":{"position":"1","contestant_id":"400233","first_name":"Qingquan","last_name":"Long","match_name":"Long Qingquan","common_name":"Long Qingquan","nationality_area_id":"49","nationality_code":"CHN","nationality_area_name":"China PR","body_weight":"55.58","clean_jerk_1st_fail":"no","clean_jerk_1st_kg":"161","clean_jerk_2nd_fail":"no","clean_jerk_2nd_kg":"166","clean_jerk_3rd_fail":"no","clean_jerk_3rd_kg":"170","clean_jerk_record":"OR","clean_jerk_result":"170","group":"A","points":"307","record":"WR","snatch_1st_fail":"no","snatch_1st_kg":"132","snatch_2nd_fail":"yes","snatch_2nd_kg":"135","snatch_3rd_fail":"no","snatch_3rd_kg":"137","snatch_record":"","snatch_result":"137","status":""}}}}}]},{"date":"2016-08-08","sport":[{"sport":"shooting","name":"Shooting","discipline":{"discipline_id":"126","name":"10m Air Rifle","type":"contestant","gender":{"value":"male","round":{"round_id":"54311","round_name":"Qualification","contestant":{"position":"1","contestant_id":"480914","first_name":"Niccolò","last_name":"Campriani","match_name":"N. Campriani","common_name":"Niccolò Campriani","nationality_area_id":"100","nationality_code":"ITA","nationality_area_name":"Italy","points":"630.2","record":"OR","series_1":"104.1","series_2":"105.2","series_3":"104.5","series_4":"105.4","series_5":"105.8","series_6":"105.2","series_7":"","series_8":"","series_9":"","status":"Q"}}}}},{"sport":"swimming","name":"Swimming","discipline":[{"discipline_id":"4","name":"400m Freestyle","type":"contestant","gender":{"value":"female","round":{"round_id":"40562","round_name":"Final","contestant":{"position":"1","contestant_id":"390182","first_name":"Katie Genevieve","last_name":"Ledecky","match_name":"K. Ledecky","common_name":"Katie Ledecky","nationality_area_id":"203","nationality_code":"USA","nationality_area_name":"United States","lane":"4","record":"WR","split_time_100m":"0:00:57.050","split_time_150m":"0:01:26.990","split_time_200m":"0:01:57.110","split_time_250m":"0:02:27.410","split_time_300m":"0:02:57.620","split_time_350m":"0:03:27.540","split_time_50m":"0:00:27.730","status":"","time":"0:03:56.46","reaction_time":"00.72"}}}},{"discipline_id":"13","name":"100m Breaststroke","type":"contestant","gender":{"value":"male","round":{"round_id":"40727","round_name":"Final","contestant":{"position":"1","contestant_id":"313961","first_name":"Adam George","last_name":"Peaty","match_name":"A. Peaty","common_name":"Adam Peaty","nationality_area_id":"250","nationality_code":"GBR","nationality_area_name":"Great Britain","lane":"4","record":"WR","split_time_50m":"0:00:26.610","status":"","time":"0:00:57.13","reaction_time":"00.57"}}}},{"discipline_id":"17","name":"100m Butterfly","type":"contestant","gender":{"value":"female","round":{"round_id":"40611","round_name":"Final","contestant":{"position":"1","contestant_id":"390006","first_name":"Sarah Frederica","last_name":"Sjöstrom","match_name":"S. Sjöstrom","common_name":"Sarah Sjöstrom","nationality_area_id":"184","nationality_code":"SWE","nationality_area_name":"Sweden","lane":"4","record":"WR","split_time_50m":"0:00:26.010","status":"","time":"0:00:55.48","reaction_time":"00.73"}}}}]}]},{"date":"2016-08-09","sport":[{"sport":"swimming","name":"Swimming","discipline":[{"discipline_id":"9","name":"100m Backstroke","type":"contestant","gender":{"value":"male","round":{"round_id":"40712","round_name":"Final","contestant":{"position":"1","contestant_id":"390747","first_name":"Ryan","last_name":"Murphy","match_name":"R. Murphy","common_name":"Ryan Murphy","nationality_area_id":"203","nationality_code":"USA","nationality_area_name":"United States","lane":"4","record":"OR","split_time_50m":"0:00:25.390","status":"","time":"0:00:51.97","reaction_time":"00.65"}}}},{"discipline_id":"13","name":"100m Breaststroke","type":"contestant","gender":{"value":"female","round":{"round_id":"40589","round_name":"Final","contestant":{"position":"1","contestant_id":"390339","first_name":"Lilly","last_name":"King","match_name":"L. King","common_name":"Lilly King","nationality_area_id":"203","nationality_code":"USA","nationality_area_name":"United States","lane":"4","record":"OR","split_time_50m":"0:00:30.220","status":"","time":"0:01:04.93","reaction_time":"00.69"}}}}]},{"sport":"weightlifting","name":"Weightlifting","discipline":{"discipline_id":"116","name":"63 kg","type":"contestant","gender":{"value":"female","round":{"round_id":"43380","round_name":"Final","contestant":{"position":"1","contestant_id":"400444","first_name":"Wei","last_name":"Deng","match_name":"Deng Wei","common_name":"Deng Wei","nationality_area_id":"49","nationality_code":"CHN","nationality_area_name":"China PR","body_weight":"62.34","clean_jerk_1st_fail":"no","clean_jerk_1st_kg":"138","clean_jerk_2nd_fail":"no","clean_jerk_2nd_kg":"147","clean_jerk_3rd_fail":"no","clean_jerk_3rd_kg":"","clean_jerk_record":"WR","clean_jerk_result":"147","group":"A","points":"262","record":"WR","snatch_1st_fail":"no","snatch_1st_kg":"108","snatch_2nd_fail":"no","snatch_2nd_kg":"112","snatch_3rd_fail":"no","snatch_3rd_kg":"115","snatch_record":"","snatch_result":"115","status":""}}}}}]},{"date":"2016-08-10","sport":{"sport":"swimming","name":"Swimming","discipline":[{"discipline_id":"14","name":"200m Breaststroke","type":"contestant","gender":{"value":"male","round":{"round_id":"40737","round_name":"Semi-Final - Heat 1","contestant":{"position":"1","contestant_id":"390813","first_name":"Ippei","last_name":"Watanabe","match_name":"I. Watanabe","common_name":"Ippei Watanabe","nationality_area_id":"102","nationality_code":"JPN","nationality_area_name":"Japan","lane":"6","record":"OR","split_time_100m":"0:01:01.830","split_time_150m":"0:01:34.550","split_time_50m":"0:00:29.140","status":"Q","time":"0:02:07.22","reaction_time":"00.67"}}}},{"discipline_id":"19","name":"200m Individual Medley","type":"contestant","gender":{"value":"female","round":{"round_id":"40627","round_name":"Final","contestant":{"position":"1","contestant_id":"390273","first_name":"Katinka","last_name":"Hosszú","match_name":"K. Hosszú","common_name":"Katinka Hosszú","nationality_area_id":"92","nationality_code":"HUN","nationality_area_name":"Hungary","lane":"5","record":"OR","split_time_100m":"0:00:58.890","split_time_150m":"0:01:35.720","split_time_50m":"0:00:27.230","status":"","time":"0:02:06.58","reaction_time":"00.67"}}}}]}},{"date":"2016-08-11","sport":[{"sport":"cycling","name":"Cycling","discipline":{"discipline_id":"170","name":"Track cycling - Team Sprint","type":"team","gender":{"value":"male","round":[{"round_id":"48060","round_name":"Qualifying","team":{"position":"1","team_id":"47688","team_name":"Great Britain","team_short_name":"Great Britain","team_area_id":"250","team_tla_name":"GBR","team_area_name":"Great Britain","time":"0:00:42.562","average_speed":"63.436","lap_1":"0:00:17.119","lap_2":"0:00:29.605","record":"OR","status":"Q","contestants":{"contestant":[{"contestant_id":"412423","first_name":"Philip","last_name":"Hindes","match_name":"P. Hindes","common_name":"Philip Hindes"},{"contestant_id":"412424","first_name":"Jason Francis","last_name":"Kenny","match_name":"J. Kenny","common_name":"Jason Kenny"},{"contestant_id":"412425","first_name":"Callum","last_name":"Skinner","match_name":"C. Skinner","common_name":"Callum Skinner"}]}}},{"round_id":"48063","round_name":"Heat 3","team":{"position":"1","team_id":"47690","team_name":"New Zealand","team_short_name":"New Zealand","team_area_id":"141","team_tla_name":"NZL","team_area_name":"New Zealand","time":"0:00:42.535","average_speed":"63.477","lap_1":"0:00:17.031","lap_2":"0:00:29.584","record":"OR","status":"Q","contestants":{"contestant":[{"contestant_id":"412427","first_name":"Ethan","last_name":"Mitchell","match_name":"E. Mitchell","common_name":"Ethan Mitchell"},{"contestant_id":"412428","first_name":"Sam","last_name":"Webster","match_name":"S. Webster","common_name":"Sam Webster"},{"contestant_id":"412429","first_name":"Edward James","last_name":"Dawkins","match_name":"E. Dawkins","common_name":"Eddie Dawkins"}]}}},{"round_id":"48066","round_name":"Final","team":{"position":"1","team_id":"47688","team_name":"Great Britain","team_short_name":"Great Britain","team_area_id":"250","team_tla_name":"GBR","team_area_name":"Great Britain","time":"0:00:42.440","average_speed":"63.619","lap_1":"0:00:17.030","lap_2":"0:00:29.470","record":"OR","status":"","contestants":{"contestant":[{"contestant_id":"412423","first_name":"Philip","last_name":"Hindes","match_name":"P. Hindes","common_name":"Philip Hindes"},{"contestant_id":"412424","first_name":"Jason Francis","last_name":"Kenny","match_name":"J. Kenny","common_name":"Jason Kenny"},{"contestant_id":"412425","first_name":"Callum","last_name":"Skinner","match_name":"C. Skinner","common_name":"Callum Skinner"}]}}}]}}},{"sport":"swimming","name":"Swimming","discipline":{"discipline_id":"2","name":"100m Freestyle","type":"contestant","gender":{"value":"female","round":{"round_id":"40544","round_name":"Semi-Final - Heat 2","contestant":{"position":"1","contestant_id":"389998","first_name":"Cate Natalie","last_name":"Campbell","match_name":"C. Campbell","common_name":"Cate Campbell","nationality_area_id":"19","nationality_code":"AUS","nationality_area_name":"Australia","lane":"4","record":"OR","split_time_50m":"","status":"Q","time":"0:00:52.71","reaction_time":"00.76"}}}}}]},{"date":"2016-08-12","sport":[{"sport":"athletics","name":"Athletics","discipline":{"discipline_id":"34","name":"10,000 Metres","type":"contestant","gender":{"value":"female","round":{"round_id":"42246","round_name":"Final","contestant":{"position":"1","contestant_id":"395343","first_name":"Almaz","last_name":"Ayana Eba","match_name":"A. Ayana","common_name":"Almaz Ayana","nationality_area_id":"72","nationality_code":"ETH","nationality_area_name":"Ethiopia","bib_number":"641","order":"31","record":"WR","split_time_1000m":"0:03:02.000","split_time_2000m":"0:05:56.000","split_time_3000m":"0:08:53.000","split_time_4000m":"0:11:50.000","split_time_5000m":"0:14:47.100","split_time_6000m":"0:17:36.800","split_time_7000m":"0:20:30.000","split_time_8000m":"0:23:25.400","split_time_9000m":"0:26:22.900","status":"","time":"0:29:17.45"}}}}},{"sport":"cycling","name":"Cycling","discipline":{"discipline_id":"78","name":"Track cycling - Sprint","type":"contestant","gender":{"value":"male","round":{"round_id":"50453","round_name":"Qualifying","contestant":{"position":"1","contestant_id":"412424","first_name":"Jason Francis","last_name":"Kenny","match_name":"J. Kenny","common_name":"Jason Kenny","nationality_area_id":"250","nationality_code":"GBR","nationality_area_name":"Great Britain","average_speed":"75.384","bib_number":"101","record":"OR","split_time_100m":"0:00:04.764","status":"Q","time":"0:00:09.551"}}}}},{"sport":"swimming","name":"Swimming","discipline":{"discipline_id":"2","name":"100m Freestyle","type":"contestant","gender":{"value":"female","round":{"round_id":"40542","round_name":"Final","contestant":[{"position":"1","contestant_id":"389995","first_name":"Simone Ashley","last_name":"Manuel","match_name":"S. Manuel","common_name":"Simone Manuel","nationality_area_id":"203","nationality_code":"USA","nationality_area_name":"United States","lane":"3","record":"OR","split_time_50m":"","status":"","time":"0:00:52.7","reaction_time":"00.68"},{"position":"2","contestant_id":"390083","first_name":"Penelope","last_name":"Oleksiak","match_name":"P. Oleksiak","common_name":"Penny Oleksiak","nationality_area_id":"43","nationality_code":"CAN","nationality_area_name":"Canada","lane":"5","record":"OR","split_time_50m":"","status":"","time":"0:00:52.7","reaction_time":"00.69"}]}}}},{"sport":"weightlifting","name":"Weightlifting","discipline":{"discipline_id":"109","name":"85 kg","type":"contestant","gender":{"value":"male","round":{"round_id":"43373","round_name":"Final","contestant":[{"position":"1","contestant_id":"400304","first_name":"Kianoush","last_name":"Rostami","match_name":"K. Rostami","common_name":"Kianoush Rostami","nationality_area_id":"96","nationality_code":"IRN","nationality_area_name":"IR Iran","body_weight":"84.26","clean_jerk_1st_fail":"yes","clean_jerk_1st_kg":"215","clean_jerk_2nd_fail":"no","clean_jerk_2nd_kg":"215","clean_jerk_3rd_fail":"no","clean_jerk_3rd_kg":"217","clean_jerk_record":"","clean_jerk_result":"217","group":"A","points":"396","record":"WR","snatch_1st_fail":"no","snatch_1st_kg":"174","snatch_2nd_fail":"no","snatch_2nd_kg":"179","snatch_3rd_fail":"yes","snatch_3rd_kg":"182","snatch_record":"","snatch_result":"179","status":""},{"position":"2","contestant_id":"400305","first_name":"Tao","last_name":"Tian","match_name":"Tian Tao","common_name":"Tian Tao","nationality_area_id":"49","nationality_code":"CHN","nationality_area_name":"China PR","body_weight":"84.85","clean_jerk_1st_fail":"yes","clean_jerk_1st_kg":"210","clean_jerk_2nd_fail":"yes","clean_jerk_2nd_kg":"210","clean_jerk_3rd_fail":"no","clean_jerk_3rd_kg":"217","clean_jerk_record":"OR","clean_jerk_result":"217","group":"A","points":"395","record":"OR","snatch_1st_fail":"yes","snatch_1st_kg":"173","snatch_2nd_fail":"yes","snatch_2nd_kg":"178","snatch_3rd_fail":"no","snatch_3rd_kg":"178","snatch_record":"","snatch_result":"178","status":""}]}}}}]},{"date":"2016-08-13","sport":[{"sport":"rowing","name":"Rowing","discipline":{"discipline_id":"91","name":"Single sculls","type":"team","gender":{"value":"male","round":{"round_id":"40948","round_name":"Final A","team":{"position":"1","team_id":"44933","team_name":"New Zealand","team_short_name":"New Zealand","team_area_id":"141","team_tla_name":"NZL","team_area_name":"New Zealand","time":"0:06:41.034","lane":"4","record":"OR","split_time_1000m":"0:03:21.550","split_time_1500m":"0:05:01.260","split_time_500m":"0:01:40.160","status":"","contestants":{"contestant":{"contestant_id":"391607","first_name":"Alexander Mahé","last_name":"Owens Drysdale","match_name":"M. Drysdale","common_name":"Mahé Drysdale"}}}}}}},{"sport":"swimming","name":"Swimming","discipline":[{"discipline_id":"17","name":"100m Butterfly","type":"contestant","gender":{"value":"male","round":{"round_id":"40744","round_name":"Final","contestant":{"position":"1","contestant_id":"390600","first_name":"Joseph Isaac","last_name":"Schooling","match_name":"J. Schooling","common_name":"Joseph Schooling","nationality_area_id":"170","nationality_code":"SIN","nationality_area_name":"Singapore","lane":"4","record":"OR","split_time_50m":"0:00:23.640","status":"","time":"0:00:50.39","reaction_time":"00.61"}}}},{"discipline_id":"90","name":"800m Freestyle","type":"contestant","gender":{"value":"female","round":{"round_id":"40568","round_name":"Final","contestant":{"position":"1","contestant_id":"390182","first_name":"Katie Genevieve","last_name":"Ledecky","match_name":"K. Ledecky","common_name":"Katie Ledecky","nationality_area_id":"203","nationality_code":"USA","nationality_area_name":"United States","lane":"4","record":"WR","split_time_100m":"0:00:57.980","split_time_150m":"0:01:28.710","split_time_200m":"0:01:59.420","split_time_250m":"0:02:30.060","split_time_300m":"0:03:00.760","split_time_350m":"0:03:31.130","split_time_400m":"0:04:01.980","split_time_450m":"0:04:32.200","split_time_500m":"0:05:02.940","split_time_50m":"0:00:28.030","split_time_550m":"0:05:33.540","split_time_600m":"0:06:04.300","split_time_650m":"0:06:35.070","split_time_700m":"0:07:05.440","split_time_750m":"0:07:35.800","status":"","time":"","reaction_time":"00.7"}}}}]}]},{"date":"2016-08-14","sport":{"sport":"swimming","name":"Swimming","discipline":{"discipline_id":"6","name":"4 x 100m Medley Relay","type":"team","gender":{"value":"male","round":{"round_id":"40828","round_name":"Final","team":{"position":"1","team_id":"65570","team_name":"United States","team_short_name":"USA","team_area_id":"203","team_tla_name":"USA","team_area_name":"United States","time":"0:03:27.95","lane":"5","record":"OR","split_time_100m":"","split_time_200m":"","split_time_300m":"","status":"","contestants":{"contestant":[{"contestant_id":"390747","first_name":"Ryan","last_name":"Murphy","match_name":"R. Murphy","common_name":"Ryan Murphy"},{"contestant_id":"390797","first_name":"Cody","last_name":"Miller","match_name":"C. Miller","common_name":"Cody Miller"},{"contestant_id":"391090","first_name":"Michael Fred","last_name":"Phelps","match_name":"M. Phelps","common_name":"Michael Phelps"},{"contestant_id":"390546","first_name":"Nathan Ghar-Jun","last_name":"Adrian","match_name":"N. Adrian","common_name":"Nathan Adrian"}]}}}}}}},{"date":"2016-08-15","sport":{"sport":"athletics","name":"Athletics","discipline":[{"discipline_id":"30","name":"400 Metres","type":"contestant","gender":{"value":"male","round":{"round_id":"41751","round_name":"Final","contestant":{"position":"1","contestant_id":"314231","first_name":"Wayde","last_name":"van Niekerk","match_name":"W. van Niekerk","common_name":"Wayde van Niekerk","nationality_area_id":"175","nationality_code":"RSA","nationality_area_name":"South Africa","bib_number":"2910","lane":"8","record":"WR","status":"","time":"0:00:43.03","reaction_time":"00.181"}}}},{"discipline_id":"48","name":"Hammer Throw","type":"contestant","gender":{"value":"female","round":{"round_id":"42290","round_name":"Final","contestant":{"position":"1","contestant_id":"396794","first_name":"Anita","last_name":"Włodarczyk","match_name":"A. Włodarczyk","common_name":"Anita Włodarczyk","nationality_area_id":"155","nationality_code":"POL","nationality_area_name":"Poland","attempt_1_length":"76.35","attempt_2_length":"80.40","attempt_3_length":"82.29","attempt_4_length":"","attempt_5_length":"81.74","attempt_6_length":"79.60","bib_number":"1120","length":"82.29","order":"10","order_final":"8","order_last_attempt":"","record":"WR","status":""}}}}]}},{"date":"2016-08-16","sport":[{"sport":"athletics","name":"Athletics","discipline":{"discipline_id":"43","name":"Pole Vault","type":"contestant","gender":{"value":"male","round":{"round_id":"42118","round_name":"Final","contestant":{"position":"1","contestant_id":"394494","first_name":"Thiago","last_name":"Braz da Silva","match_name":"Thiago Braz","common_name":"Thiago Braz","nationality_area_id":"35","nationality_code":"BRA","nationality_area_name":"Brazil","attempt_fixed_10_length":"","attempt_fixed_11_length":"","attempt_fixed_12_length":"","attempt_fixed_13_length":"","attempt_fixed_14_length":"","attempt_fixed_15_length":"","attempt_fixed_16_length":"","attempt_fixed_17_length":"","attempt_fixed_18_length":"","attempt_fixed_19_length":"","attempt_fixed_1_length":"-","attempt_fixed_20_length":"","attempt_fixed_21_length":"","attempt_fixed_22_length":"","attempt_fixed_23_length":"","attempt_fixed_2_length":"o","attempt_fixed_3_length":"xo","attempt_fixed_4_length":"o","attempt_fixed_5_length":"xo","attempt_fixed_6_length":"-","attempt_fixed_7_length":"xo","attempt_fixed_8_length":"r","attempt_fixed_9_length":"","bib_number":"2132","length":"6.03","order":"","record":"OR","status":"","yellow_card":""}}}}},{"sport":"canoeing","name":"Canoeing","discipline":{"discipline_id":"133","name":"Kayak Singles 200m","type":"contestant","gender":{"value":"female","round":{"round_id":"43880","round_name":"Final A","contestant":{"position":"1","contestant_id":"401808","first_name":"Lisa","last_name":"Carrington","match_name":"L. Carrington","common_name":"Lisa Carrington","nationality_area_id":"141","nationality_code":"NZL","nationality_area_name":"New Zealand","bib_number":"107","lane":"4","record":"OR","status":"","time":"0:00:39.864"}}}}},{"sport":"weightlifting","name":"Weightlifting","discipline":{"discipline_id":"112","name":"+105 kg","type":"contestant","gender":{"value":"male","round":{"round_id":"43376","round_name":"Final","contestant":{"position":"1","contestant_id":"400363","first_name":"Lasha","last_name":"Talakhadze","match_name":"L. Talakhadze","common_name":"Lasha Talakhadze","nationality_area_id":"79","nationality_code":"GEO","nationality_area_name":"Georgia","body_weight":"157.34","clean_jerk_1st_fail":"no","clean_jerk_1st_kg":"242","clean_jerk_2nd_fail":"no","clean_jerk_2nd_kg":"247","clean_jerk_3rd_fail":"no","clean_jerk_3rd_kg":"258","clean_jerk_record":"","clean_jerk_result":"258","group":"A","points":"473","record":"WR","snatch_1st_fail":"no","snatch_1st_kg":"205","snatch_2nd_fail":"no","snatch_2nd_kg":"210","snatch_3rd_fail":"no","snatch_3rd_kg":"215","snatch_record":"WR","snatch_result":"215","status":""}}}}}]},{"date":"2016-08-17","sport":{"sport":"athletics","name":"Athletics","discipline":{"discipline_id":"36","name":"3000 Metres Steeplechase","type":"contestant","gender":{"value":"male","round":{"round_id":"41923","round_name":"Final","contestant":{"position":"1","contestant_id":"314728","first_name":"Conseslus","last_name":"Kipruto","match_name":"C. Kipruto","common_name":"Conseslus Kipruto","nationality_area_id":"105","nationality_code":"KEN","nationality_area_name":"Kenya","bib_number":"2684","order":"1","record":"OR","split_time_1000m":"","split_time_2000m":"","status":"","time":"0:08:03.28"}}}}}},{"date":"2016-08-18","sport":{"sport":"athletics","name":"Athletics","discipline":{"discipline_id":"46","name":"Shot Put","type":"contestant","gender":{"value":"male","round":{"round_id":"42127","round_name":"Final","contestant":{"position":"1","contestant_id":"315198","first_name":"Ryan","last_name":"Crouser","match_name":"R. Crouser","common_name":"Ryan Crouser","nationality_area_id":"203","nationality_code":"USA","nationality_area_name":"United States","attempt_1_length":"21.15","attempt_2_length":"22.22","attempt_3_length":"22.26","attempt_4_length":"21.93","attempt_5_length":"22.52","attempt_6_length":"21.74","bib_number":"3062","length":"22.52","order":"8","order_final":"","order_last_attempt":"","record":"OR","status":""}}}}}},{"date":"2016-08-20","sport":{"sport":"athletics","name":"Athletics","discipline":{"discipline_id":"33","name":"5000 Metres","type":"contestant","gender":{"value":"female","round":{"round_id":"42243","round_name":"Final","contestant":{"position":"1","contestant_id":"395341","first_name":"Vivian","last_name":"Jepkemoi Cheruiyot","match_name":"V. Cheruiyot","common_name":"Vivian Cheruiyot","nationality_area_id":"105","nationality_code":"KEN","nationality_area_name":"Kenya","bib_number":"946","order":"18","record":"OR","split_time_1000m":"0:03:00.600","split_time_2000m":"0:06:01.700","split_time_3000m":"0:08:51.300","split_time_4000m":"0:11:43.100","status":"","time":"0:14:26.17"}}}}}}]}}}}