Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /powerlifting/get_results
Returns the results of the specific round/discipline
Request URL
https://dsg-api.com/clients/{client_name}/powerlifting/get_results?id={season_id}&type=season&client={client_name}&authkey={client_authkey}
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
discipline_id
int
unique identifier for a discipline
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
id
int Required
season or round id to return
lang
string
two-character language code, defaults to 'en'
type
string Required
type is either "season" or "round"
Nodes
competition❯
details about competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
type
determines if a competition is between club teams (club) or national teams (international)
contestant❯
weightlifting/powerlifting results for the contestant
body_weight
body_weight in kg
clean_jerk_1st_fail
1st clean_jerk attempt, yes = fail, no = success
clean_jerk_1st_kg
1st clean_jerk attempt in kg
clean_jerk_2nd_fail
2nd clean_jerk attempt, yes = fail, no = success
clean_jerk_2nd_kg
2nd clean_jerk attempt in kg
clean_jerk_3rd_fail
3rd clean_jerk attempt, yes = fail, no = success
clean_jerk_3rd_kg
3rd clean_jerk attempt in kg
clean_jerk_record
type of record for the contestant (SB,PB,WR,OR etc)
clean_jerk_result
best clean jerk attempt
common_name
common name of the person
first_name
first name of the person
group
group the contestant competes
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
points
final points after all attempts
position
position value
record
type of record for the contestant or team (SB,PB,WR,OR etc)
short_name
shortened name of the person
snatch_1st_fail
1st snatch attempt, yes = fail, no = success
snatch_1st_kg
1st snatch attempt in kg
snatch_2nd_fail
2nd snatch attempt, yes = fail, no = success
snatch_2nd_kg
2nd snatch attempt in kg
snatch_3rd_fail
3rd snatch attempt, yes = fail, no = success
snatch_3rd_kg
3rd snatch attempt in kg
snatch_record
type of record for the contestant (SB,PB,WR,OR etc)
snatch_result
best snatch attempt
status
status for this round, mainly if qualified or not (qualied = Q for example)
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
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)
gender❯
details about the gender
age_group
defines the age group (senior,u23,u22,u21....)
value
gender type (male, female or mixed)
method❯
details about the API function
method_id
unique ID of method
name
name of method
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)
season❯
details about the season
end_date
end date, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
logo
full path URL of logo for particular season
original_name
competition name during this season
season_id
unique identifier for season
start_date
start date, format 'yyyy-mm-dd'
title
title of season
venue❯
basic details about the venue
venue_area_id
unique identifier for an area
venue_area_name
name of the area
venue_city
city where the venue is based
venue_id
unique identifier of the venue
venue_image
full path URL of venue or circuit image
venue_name
current name of the venue
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}/powerlifting/get_results?id={season_id}&type=season&client={client_name}&authkey={client_authkey}");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}/powerlifting/get_results?id={season_id}&type=season&client={client_name}&authkey={client_authkey}"
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}/powerlifting/get_results?id={season_id}&type=season&client={client_name}&authkey={client_authkey}"
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}/powerlifting/get_results?id={season_id}&type=season&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.1405.3","sport":"powerlifting","lang":"en","generated_utc":"2025-08-01T15:23:09+00:00","method":{"method_id":"1405","name":"get_results"},"tour":{"tour_id":"","name":"","gender":"","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"4916","name":"Paralympics","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2024-08-30 05:38:11","season":{"season_id":"73561","title":"2024 Paris","original_name":"Paralympics","start_date":"2024-09-04","end_date":"2024-09-08","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/3118_1.png","last_updated":"2024-08-31 09:27:22","season_extra":{"status":"Scheduled","surface":"","type":"","city":{"city_id":"","city_name":""},"venue":{"venue_id":"","venue_name":"","venue_image":""}},"discipline":[{"discipline_id":"846","name":"Para - 49 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106250","name":"Final","type":"table","start_date":"2024-09-04","start_time":"12:00:00","start_date_utc":"2024-09-04","start_time_utc":"10:00:00","end_date":"2024-09-04","end_time":"14:00:00","end_date_utc":"2024-09-04","end_time_utc":"12:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595098","first_name":"Omar Sami Hamadeh","last_name":"Qarada","short_name":"Omar Qarada","common_name":"Omar Qarada","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"175","attempt_1_fail":"no","attempt_2":"177","attempt_2_fail":"no","attempt_3":"181","attempt_3_fail":"no","body_weight":"","points":"181","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595101","first_name":"Abdullah","last_name":"Kayapinar","short_name":"A. Kayapinar","common_name":"Abdullah Kayapinar","nationality_area_id":"196","nationality_area_code":"TUR","nationality_area_name":"Türkiye","attempt_1":"172","attempt_1_fail":"no","attempt_2":"176","attempt_2_fail":"no","attempt_3":"180","attempt_3_fail":"no","body_weight":"","points":"180","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595102","first_name":"van Cong","last_name":"Ie","short_name":"Ie van Cong","common_name":"Ie van Cong","nationality_area_id":"208","nationality_area_code":"VIE","nationality_area_name":"Vietnam","attempt_1":"171","attempt_1_fail":"no","attempt_2":"176","attempt_2_fail":"yes","attempt_3":"181","attempt_3_fail":"yes","body_weight":"","points":"171","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595097","first_name":"Nandor","last_name":"Tunkel","short_name":"N. Tunkel","common_name":"Nandor Tunkel","nationality_area_id":"92","nationality_area_code":"HUN","nationality_area_name":"Hungary","attempt_1":"158","attempt_1_fail":"yes","attempt_2":"160","attempt_2_fail":"no","attempt_3":"162","attempt_3_fail":"no","body_weight":"","points":"162","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595099","first_name":"Yu","last_name":"Zheng","short_name":"Zheng Yu","common_name":"Zheng Yu","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"155","attempt_1_fail":"no","attempt_2":"161","attempt_2_fail":"no","attempt_3":"163","attempt_3_fail":"yes","body_weight":"","points":"161","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595096","first_name":"Alex","last_name":"Adelaide","short_name":"A. Adelaide","common_name":"Alex Adelaide","nationality_area_id":"76","nationality_area_code":"FRA","nationality_area_name":"France","attempt_1":"160","attempt_1_fail":"no","attempt_2":"165","attempt_2_fail":"yes","attempt_3":"165","attempt_3_fail":"yes","body_weight":"","points":"160","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595100","first_name":"Adnan","last_name":"Noorsaeed","short_name":"Adnan Noorsaeed","common_name":"Adnan Noorsaeed","nationality_area_id":"164","nationality_area_code":"KSA","nationality_area_name":"Saudi Arabia","attempt_1":"156","attempt_1_fail":"no","attempt_2":"160","attempt_2_fail":"no","attempt_3":"164","attempt_3_fail":"yes","body_weight":"","points":"160","rack_weight":"","record":"","status":""},{"position":"8","people_id":"7796239","first_name":"","last_name":"Parmjeet Kumar","short_name":"Parmjeet Kumar","common_name":"Parmjeet Kumar","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India","attempt_1":"150","attempt_1_fail":"no","attempt_2":"157","attempt_2_fail":"yes","attempt_3":"161","attempt_3_fail":"yes","body_weight":"","points":"150","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595095","first_name":"Hadj Ahmed","last_name":"Beyour","short_name":"H. Beyour","common_name":"Hadj Beyour","nationality_area_id":"10","nationality_area_code":"ALG","nationality_area_name":"Algeria","attempt_1":"140","attempt_1_fail":"no","attempt_2":"145","attempt_2_fail":"no","attempt_3":"151","attempt_3_fail":"yes","body_weight":"","points":"145","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"847","name":"Para - 54 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106253","name":"Final","type":"table","start_date":"2024-09-04","start_time":"18:35:00","start_date_utc":"2024-09-04","start_time_utc":"16:35:00","end_date":"2024-09-04","end_time":"20:35:00","end_date_utc":"2024-09-04","end_time_utc":"18:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595110","first_name":"David","last_name":"Degtyarev","short_name":"D. Degtyarev","common_name":"David Degtyarev","nationality_area_id":"104","nationality_area_code":"KAZ","nationality_area_name":"Kazakhstan","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"188","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595104","first_name":"Pablo","last_name":"Ramirez Barrientos","short_name":"P. Ramirez","common_name":"Pablo Ramirez","nationality_area_id":"57","nationality_area_code":"CUB","nationality_area_name":"Cuba","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"185","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595111","first_name":"Jinglang","last_name":"Yang","short_name":"Yang Jinglang","common_name":"Yang Jinglang","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"179","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595108","first_name":"Muslim","last_name":"Al Sudani","short_name":"Muslim Al Sudani","common_name":"Muslim Al Sudani","nationality_area_id":"97","nationality_area_code":"IRQ","nationality_area_name":"Iraq","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"178","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595109","first_name":"Mohammad","last_name":"Al Shnaiti","short_name":"Mohammad Al Shnaiti","common_name":"Mohammad Al Shnaiti","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"176","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595105","first_name":"Taha","last_name":"Abdelmajid","short_name":"Taha Abdelmajid","common_name":"Taha Abdelmajid","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"171","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595107","first_name":"Dimitrios","last_name":"Bakochristos","short_name":"D. Bakochristos","common_name":"Dimitrios Bakochristos","nationality_area_id":"82","nationality_area_code":"GRC","nationality_area_name":"Greece","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"170","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595103","first_name":"Jeyhun","last_name":"Mahmudov","short_name":"J. Mahmudov","common_name":"Jeyhun Mahmudov","nationality_area_id":"21","nationality_area_code":"AZE","nationality_area_name":"Azerbaijan","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"158","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595106","first_name":"Axel","last_name":"Bourlon","short_name":"A. Bourlon","common_name":"Axel Bourlon","nationality_area_id":"76","nationality_area_code":"FRA","nationality_area_name":"France","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"","rack_weight":"","record":"","status":""},{"position":"10","people_id":"595112","first_name":"An","last_name":"Nguyen","short_name":"Nguyen An","common_name":"Nguyen An","nationality_area_id":"208","nationality_area_code":"VIE","nationality_area_name":"Vietnam","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"","rack_weight":"","record":"","status":"DNF"}]}}}}},{"discipline_id":"848","name":"Para - 59 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106255","name":"Final","type":"table","start_date":"2024-09-05","start_time":"13:35:00","start_date_utc":"2024-09-05","start_time_utc":"11:35:00","end_date":"2024-09-05","end_time":"15:35:00","end_date_utc":"2024-09-05","end_time_utc":"13:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595114","first_name":"Mohamed","last_name":"El Menyawy","short_name":"Mohamed El Menyawy","common_name":"Mohamed El Menyawy","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"194","attempt_1_fail":"no","attempt_2":"198","attempt_2_fail":"no","attempt_3":"201","attempt_3_fail":"no","body_weight":"","points":"201","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595119","first_name":"Yongkai","last_name":"Qi","short_name":"Qi Yongkai","common_name":"Qi Yongkai","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"192","attempt_1_fail":"no","attempt_2":"197","attempt_2_fail":"no","attempt_3":"200","attempt_3_fail":"no","body_weight":"","points":"200","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595117","first_name":"Mohsen","last_name":"Bakhtiar","short_name":"M. Bakhtiar","common_name":"Mohsen Bakhtiar","nationality_area_id":"96","nationality_area_code":"IRN","nationality_area_name":"IR Iran","attempt_1":"192","attempt_1_fail":"no","attempt_2":"195","attempt_2_fail":"no","attempt_3":"197","attempt_3_fail":"no","body_weight":"","points":"197","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595115","first_name":"Herbert","last_name":"Aceituno","short_name":"H. Aceituno","common_name":"Herbert Aceituno","nationality_area_id":"67","nationality_area_code":"SLV","nationality_area_name":"El Salvador","attempt_1":"193","attempt_1_fail":"no","attempt_2":"195","attempt_2_fail":"yes","attempt_3":"196","attempt_3_fail":"no","body_weight":"","points":"196","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595113","first_name":"Juan Carlos","last_name":"Garrido Acevedo","short_name":"J. Garrido","common_name":"Juan Garrido","nationality_area_id":"48","nationality_area_code":"CHL","nationality_area_name":"Chile","attempt_1":"180","attempt_1_fail":"no","attempt_2":"184","attempt_2_fail":"no","attempt_3":"187","attempt_3_fail":"yes","body_weight":"","points":"184","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595116","first_name":"Paschalis","last_name":"Kouloumoglou","short_name":"P. Kouloumoglou","common_name":"Paschalis Kouloumoglou","nationality_area_id":"82","nationality_area_code":"GRC","nationality_area_name":"Greece","attempt_1":"176","attempt_1_fail":"no","attempt_2":"181","attempt_2_fail":"yes","attempt_3":"181","attempt_3_fail":"no","body_weight":"","points":"181","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595118","first_name":"Stanislav","last_name":"Shakiyev","short_name":"S. Shakiyev","common_name":"Stanislav Shakiyev","nationality_area_id":"104","nationality_area_code":"KAZ","nationality_area_name":"Kazakhstan","attempt_1":"176","attempt_1_fail":"no","attempt_2":"178","attempt_2_fail":"no","attempt_3":"181","attempt_3_fail":"yes","body_weight":"","points":"178","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595121","first_name":"Kostiantyn","last_name":"Panasiuk","short_name":"K. Panasiuk","common_name":"Kostiantyn Panasiuk","nationality_area_id":"201","nationality_area_code":"UKR","nationality_area_name":"Ukraine","attempt_1":"170","attempt_1_fail":"no","attempt_2":"177","attempt_2_fail":"yes","attempt_3":"177","attempt_3_fail":"yes","body_weight":"","points":"170","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595120","first_name":"Diego","last_name":"Quispe","short_name":"D. Quispe","common_name":"Diego Quispe","nationality_area_id":"153","nationality_area_code":"PER","nationality_area_name":"Peru","attempt_1":"125","attempt_1_fail":"no","attempt_2":"130","attempt_2_fail":"no","attempt_3":"133","attempt_3_fail":"yes","body_weight":"","points":"130","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"849","name":"Para - 65 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106257","name":"Final","type":"table","start_date":"2024-09-05","start_time":"18:35:00","start_date_utc":"2024-09-05","start_time_utc":"16:35:00","end_date":"2024-09-05","end_time":"20:35:00","end_date_utc":"2024-09-05","end_time_utc":"18:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595133","first_name":"Yi","last_name":"Zou","short_name":"Zou Yi","common_name":"Zou Yi","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"210","attempt_1_fail":"no","attempt_2":"213","attempt_2_fail":"no","attempt_3":"215","attempt_3_fail":"no","body_weight":"","points":"215","rack_weight":"","record":"","status":""},{"position":"2","people_id":"7792761","first_name":"Mark","last_name":"Swan","short_name":"M. Swan","common_name":"Mark Swan","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"203","attempt_1_fail":"no","attempt_2":"208","attempt_2_fail":"no","attempt_3":"213","attempt_3_fail":"no","body_weight":"","points":"213","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595122","first_name":"Hocine","last_name":"Bettir","short_name":"H. Bettir","common_name":"Hocine Bettir","nationality_area_id":"10","nationality_area_code":"ALG","nationality_area_name":"Algeria","attempt_1":"197","attempt_1_fail":"no","attempt_2":"204","attempt_2_fail":"no","attempt_3":"209","attempt_3_fail":"no","body_weight":"","points":"209","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595125","first_name":"Amir","last_name":"Jafari Arangeh","short_name":"A. Jafari Arangeh","common_name":"Amir Jafari Arangeh","nationality_area_id":"96","nationality_area_code":"IRN","nationality_area_name":"IR Iran","attempt_1":"203","attempt_1_fail":"yes","attempt_2":"203","attempt_2_fail":"no","attempt_3":"206","attempt_3_fail":"no","body_weight":"","points":"206","rack_weight":"","record":"","status":""},{"position":"5","people_id":"7792763","first_name":"Thomas","last_name":"Kure","short_name":"T. Kure","common_name":"Thomas Kure","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"202","attempt_1_fail":"yes","attempt_2":"205","attempt_2_fail":"no","attempt_3":"212","attempt_3_fail":"yes","body_weight":"","points":"205","rack_weight":"","record":"","status":""},{"position":"6","people_id":"7788672","first_name":"","last_name":"Ashok","short_name":"Ashok","common_name":"Ashok","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India","attempt_1":"196","attempt_1_fail":"no","attempt_2":"199","attempt_2_fail":"no","attempt_3":"206","attempt_3_fail":"yes","body_weight":"","points":"199","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595124","first_name":"Sherif","last_name":"Osman","short_name":"Sherif Osman","common_name":"Sherif Osman","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"193","attempt_1_fail":"no","attempt_2":"198","attempt_2_fail":"no","attempt_3":"200","attempt_3_fail":"yes","body_weight":"","points":"198","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595123","first_name":"Jorge","last_name":"Carinao","short_name":"J. Carinao","common_name":"Jorge Carinao","nationality_area_id":"48","nationality_area_code":"CHL","nationality_area_name":"Chile","attempt_1":"193","attempt_1_fail":"yes","attempt_2":"193","attempt_2_fail":"yes","attempt_3":"193","attempt_3_fail":"no","body_weight":"","points":"193","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"850","name":"Para - 72 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106258","name":"Final","type":"table","start_date":"2024-09-06","start_time":"12:00:00","start_date_utc":"2024-09-06","start_time_utc":"10:00:00","end_date":"2024-09-06","end_time":"14:00:00","end_date_utc":"2024-09-06","end_time_utc":"12:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"7788675","first_name":"Bonnie Bunyau","last_name":"Gustin","short_name":"B. Gustin","common_name":"Bunyau Gustin","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia","attempt_1":"221","attempt_1_fail":"yes","attempt_2":"226","attempt_2_fail":"yes","attempt_3":"232","attempt_3_fail":"yes","body_weight":"","points":"232","rack_weight":"","record":"WR","status":""},{"position":"2","people_id":"595139","first_name":"Peng","last_name":"Hu","short_name":"Hu Peng","common_name":"Hu Peng","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"208","attempt_1_fail":"yes","attempt_2":"212","attempt_2_fail":"yes","attempt_3":"214","attempt_3_fail":"yes","body_weight":"","points":"214","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595137","first_name":"Donato","last_name":"Telesca","short_name":"D. Telesca","common_name":"Donato Telesca","nationality_area_id":"100","nationality_area_code":"ITA","nationality_area_name":"Italy","attempt_1":"209","attempt_1_fail":"yes","attempt_2":"213","attempt_2_fail":"yes","attempt_3":"215","attempt_3_fail":"no","body_weight":"","points":"213","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595141","first_name":"Bekzod","last_name":"Jamilov","short_name":"B. Jamilov","common_name":"Bekzod Jamilov","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"210","attempt_1_fail":"no","attempt_2":"210","attempt_2_fail":"yes","attempt_3":"214","attempt_3_fail":"no","body_weight":"","points":"210","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595138","first_name":"Rey Melchor","last_name":"Dimas Vasquez","short_name":"R. Dimas","common_name":"Rey Dimas","nationality_area_id":"150","nationality_area_code":"PAN","nationality_area_name":"Panama","attempt_1":"195","attempt_1_fail":"yes","attempt_2":"200","attempt_2_fail":"yes","attempt_3":"213","attempt_3_fail":"no","body_weight":"","points":"200","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595136","first_name":"Mahmoud","last_name":"Attia","short_name":"Mahmoud Attia","common_name":"Mahmoud Attia","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"188","attempt_1_fail":"yes","attempt_2":"193","attempt_2_fail":"yes","attempt_3":"195","attempt_3_fail":"yes","body_weight":"","points":"195","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595140","first_name":"Ugur","last_name":"Yumuk","short_name":"U. Yumuk","common_name":"Ugur Yumuk","nationality_area_id":"196","nationality_area_code":"TUR","nationality_area_name":"Türkiye","attempt_1":"180","attempt_1_fail":"yes","attempt_2":"190","attempt_2_fail":"no","attempt_3":"195","attempt_3_fail":"no","body_weight":"","points":"180","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595135","first_name":"Ezequiel","last_name":"Correa","short_name":"Ezequiel Correa","common_name":"Ezequiel Correa","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"170","attempt_1_fail":"yes","attempt_2":"174","attempt_2_fail":"yes","attempt_3":"181","attempt_3_fail":"no","body_weight":"","points":"174","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"851","name":"Para - 80 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106261","name":"Final","type":"table","start_date":"2024-09-06","start_time":"18:35:00","start_date_utc":"2024-09-06","start_time_utc":"16:35:00","end_date":"2024-09-06","end_time":"20:35:00","end_date_utc":"2024-09-06","end_time_utc":"18:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595146","first_name":"Roohallah","last_name":"Rostami","short_name":"R. Rostami","common_name":"Roohallah Rostami","nationality_area_id":"96","nationality_area_code":"IRN","nationality_area_name":"IR Iran","attempt_1":"230","attempt_1_fail":"no","attempt_2":"234","attempt_2_fail":"no","attempt_3":"242","attempt_3_fail":"no","body_weight":"","points":"242","rack_weight":"","record":"WR","status":""},{"position":"2","people_id":"595147","first_name":"Xiaofei","last_name":"Gu","short_name":"Gu Xiaofei","common_name":"Gu Xiaofei","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"225","attempt_1_fail":"no","attempt_2":"231","attempt_2_fail":"yes","attempt_3":"231","attempt_3_fail":"yes","body_weight":"","points":"225","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595145","first_name":"Rasool","last_name":"Mohsin","short_name":"Rassol Mohsin","common_name":"Rassol Mohsin","nationality_area_id":"97","nationality_area_code":"IRQ","nationality_area_name":"Iraq","attempt_1":"215","attempt_1_fail":"no","attempt_2":"223","attempt_2_fail":"yes","attempt_3":"226","attempt_3_fail":"yes","body_weight":"","points":"215","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595149","first_name":"Gyuho","last_name":"Kim","short_name":"Kim Gyuho","common_name":"Kim Gyuho","nationality_area_id":"107","nationality_area_code":"KOR","nationality_area_name":"Korea Republic","attempt_1":"202","attempt_1_fail":"no","attempt_2":"207","attempt_2_fail":"yes","attempt_3":"216","attempt_3_fail":"yes","body_weight":"","points":"202","rack_weight":"","record":"","status":""},{"position":"5","people_id":"7792760","first_name":"Matthew","last_name":"Harding","short_name":"M. Harding","common_name":"Matthew Harding","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"192","attempt_1_fail":"no","attempt_2":"198","attempt_2_fail":"no","attempt_3":"200","attempt_3_fail":"no","body_weight":"","points":"200","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595148","first_name":"Hadi","last_name":"Darvishpoor","short_name":"H. Darvishpoor","common_name":"Hadi Darvishpoor","nationality_area_id":"307","nationality_area_code":"RPT","nationality_area_name":"Refugee Paralympic Team","attempt_1":"193","attempt_1_fail":"no","attempt_2":"198","attempt_2_fail":"no","attempt_3":"203","attempt_3_fail":"yes","body_weight":"","points":"198","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595143","first_name":"Adou Herve","last_name":"Ano","short_name":"A. Ano","common_name":"Adou Ano","nationality_area_id":"60","nationality_area_code":"CIV","nationality_area_name":"Côte d’Ivoire","attempt_1":"186","attempt_1_fail":"no","attempt_2":"190","attempt_2_fail":"yes","attempt_3":"191","attempt_3_fail":"no","body_weight":"","points":"191","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595144","first_name":"Jesus Manuel","last_name":"Rodriguez Vallejo","short_name":"J. Rodriguez","common_name":"Jesus Rodriguez","nationality_area_id":"64","nationality_area_code":"DOM","nationality_area_name":"Dominican Republic","attempt_1":"190","attempt_1_fail":"no","attempt_2":"197","attempt_2_fail":"yes","attempt_3":"197","attempt_3_fail":"yes","body_weight":"","points":"190","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595142","first_name":"Ailton","last_name":"Bento de Souza","short_name":"Ailton Bento","common_name":"Ailton Bento","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"187","attempt_1_fail":"yes","attempt_2":"187","attempt_2_fail":"yes","attempt_3":"187","attempt_3_fail":"no","body_weight":"","points":"187","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"852","name":"Para - 88 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106263","name":"Final","type":"table","start_date":"2024-09-07","start_time":"13:35:00","start_date_utc":"2024-09-07","start_time_utc":"11:35:00","end_date":"2024-09-07","end_time":"15:35:00","end_date_utc":"2024-09-07","end_time_utc":"13:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595153","first_name":"Panpan","last_name":"Yan","short_name":"Yan Panpan","common_name":"Yan Panpan","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"230","attempt_1_fail":"no","attempt_2":"235","attempt_2_fail":"no","attempt_3":"242","attempt_3_fail":"no","body_weight":"","points":"242","rack_weight":"","record":"OR","status":""},{"position":"2","people_id":"595151","first_name":"Mohamed","last_name":"El Elfat","short_name":"Mohamed El Elfat","common_name":"Mohamed El Elfat","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"220","attempt_1_fail":"no","attempt_2":"224","attempt_2_fail":"no","attempt_3":"230","attempt_3_fail":"yes","body_weight":"","points":"224","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595155","first_name":"Yurii","last_name":"Babynets","short_name":"Y. Babynets","common_name":"Yurii Babynets","nationality_area_id":"201","nationality_area_code":"UKR","nationality_area_name":"Ukraine","attempt_1":"212","attempt_1_fail":"no","attempt_2":"214","attempt_2_fail":"no","attempt_3":"225","attempt_3_fail":"yes","body_weight":"","points":"214","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595156","first_name":"Mohammed Khamis","last_name":"Khalaf","short_name":"Mohammed Khamis Khalaf","common_name":"Mohammed Khamis Khalaf","nationality_area_id":"202","nationality_area_code":"UAE","nationality_area_name":"United Arab Emirates","attempt_1":"210","attempt_1_fail":"no","attempt_2":"215","attempt_2_fail":"yes","attempt_3":"215","attempt_3_fail":"yes","body_weight":"","points":"210","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595157","first_name":"Khusniddin","last_name":"Usmanov","short_name":"K. Usmanov","common_name":"Khusniddin Usmanov","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"208","attempt_1_fail":"no","attempt_2":"213","attempt_2_fail":"yes","attempt_3":"215","attempt_3_fail":"yes","body_weight":"","points":"208","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595152","first_name":"Rakhmetzhan","last_name":"Khamayev","short_name":"R. Khamayev","common_name":"Rakhmetzhan Khamayev","nationality_area_id":"104","nationality_area_code":"KAZ","nationality_area_name":"Kazakhstan","attempt_1":"200","attempt_1_fail":"no","attempt_2":"209","attempt_2_fail":"yes","attempt_3":"210","attempt_3_fail":"yes","body_weight":"","points":"200","rack_weight":"","record":"","status":""},{"position":"7","people_id":"7788734","first_name":"Ben","last_name":"Wright","short_name":"B. Wright","common_name":"Ben Wright","nationality_area_id":"19","nationality_area_code":"AUS","nationality_area_name":"Australia","attempt_1":"184","attempt_1_fail":"no","attempt_2":"192","attempt_2_fail":"no","attempt_3":"195","attempt_3_fail":"yes","body_weight":"","points":"192","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595150","first_name":"Evanio","last_name":"da Silva","short_name":"Evanio Silva","common_name":"Evanio Silva","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"181","attempt_1_fail":"no","attempt_2":"187","attempt_2_fail":"no","attempt_3":"193","attempt_3_fail":"yes","body_weight":"","points":"187","rack_weight":"","record":"","status":""},{"position":"9","people_id":"7792771","first_name":"Dennis","last_name":"Mbaziira","short_name":"D. Mbaziira","common_name":"Dennis Mbaziira","nationality_area_id":"200","nationality_area_code":"UGA","nationality_area_name":"Uganda","attempt_1":"180","attempt_1_fail":"no","attempt_2":"186","attempt_2_fail":"no","attempt_3":"188","attempt_3_fail":"yes","body_weight":"","points":"186","rack_weight":"","record":"","status":""},{"position":"10","people_id":"595154","first_name":"Wawrzyniec","last_name":"Latus","short_name":"W. Latus","common_name":"Wawrzyniec Latus","nationality_area_id":"155","nationality_area_code":"POL","nationality_area_name":"Poland","attempt_1":"186","attempt_1_fail":"yes","attempt_2":"186","attempt_2_fail":"no","attempt_3":"193","attempt_3_fail":"yes","body_weight":"","points":"186","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"853","name":"Para - 97 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106265","name":"Final","type":"table","start_date":"2024-09-07","start_time":"18:35:00","start_date_utc":"2024-09-07","start_time_utc":"16:35:00","end_date":"2024-09-07","end_time":"20:35:00","end_date_utc":"2024-09-07","end_time_utc":"18:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595163","first_name":"Abdelkareem Mohammad Ahmad","last_name":"Khattab","short_name":"Abdelkareem Khattab","common_name":"Abdelkareem Khattab","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"240","attempt_1_fail":"no","attempt_2":"250","attempt_2_fail":"no","attempt_3":"280","attempt_3_fail":"no","body_weight":"","points":"270","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595165","first_name":"Jixiong","last_name":"Ye","short_name":"Ye Jixiong","common_name":"Ye Jixiong","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"225","attempt_1_fail":"no","attempt_2":"229","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"229","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595158","first_name":"Fabio","last_name":"Torres","short_name":"F. Torres","common_name":"Fabio Torres","nationality_area_id":"51","nationality_area_code":"COL","nationality_area_name":"Colombia","attempt_1":"225","attempt_1_fail":"no","attempt_2":"228","attempt_2_fail":"no","attempt_3":"235","attempt_3_fail":"yes","body_weight":"","points":"228","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595161","first_name":"Seyedhamed","last_name":"Solhipouravanji","short_name":"S. Solhipouravanji","common_name":"Seyedhamed Solhipouravanji","nationality_area_id":"96","nationality_area_code":"IRN","nationality_area_name":"IR Iran","attempt_1":"218","attempt_1_fail":"no","attempt_2":"226","attempt_2_fail":"yes","attempt_3":"230","attempt_3_fail":"yes","body_weight":"","points":"218","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595166","first_name":"Petar","last_name":"Milenkovic","short_name":"P. Milenkovic","common_name":"Petar Milenkovic","nationality_area_id":"224","nationality_area_code":"SER","nationality_area_name":"Serbia","attempt_1":"200","attempt_1_fail":"no","attempt_2":"210","attempt_2_fail":"no","attempt_3":"215","attempt_3_fail":"no","body_weight":"","points":"215","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595159","first_name":"Hany","last_name":"Abdelhady","short_name":"Hany Abdelhady","common_name":"Hany Abdelhady","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"205","attempt_1_fail":"no","attempt_2":"212","attempt_2_fail":"no","attempt_3":"220","attempt_3_fail":"yes","body_weight":"","points":"212","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595164","first_name":"Nicodemus Manggoi","last_name":"Moses","short_name":"N. Moses","common_name":"Nicodemus Moses","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia","attempt_1":"210","attempt_1_fail":"no","attempt_2":"220","attempt_2_fail":"yes","attempt_3":"220","attempt_3_fail":"yes","body_weight":"","points":"210","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595162","first_name":"Andrea Maria","last_name":"Quarto","short_name":"A. Quarto","common_name":"Andrea Quarto","nationality_area_id":"100","nationality_area_code":"ITA","nationality_area_name":"Italy","attempt_1":"208","attempt_1_fail":"yes","attempt_2":"208","attempt_2_fail":"no","attempt_3":"219","attempt_3_fail":"yes","body_weight":"","points":"208","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595160","first_name":"Rafik","last_name":"Arabat","short_name":"R. Arabat","common_name":"Rafik Arabat","nationality_area_id":"76","nationality_area_code":"FRA","nationality_area_name":"France","attempt_1":"200","attempt_1_fail":"no","attempt_2":"209","attempt_2_fail":"yes","attempt_3":"213","attempt_3_fail":"yes","body_weight":"","points":"200","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"854","name":"Para - 107 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106266","name":"Final","type":"table","start_date":"2024-09-08","start_time":"09:00:00","start_date_utc":"2024-09-08","start_time_utc":"07:00:00","end_date":"2024-09-08","end_time":"11:00:00","end_date_utc":"2024-09-08","end_time_utc":"09:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595168","first_name":"Aliakbar","last_name":"Gharibshahi","short_name":"A. Gharibshahi","common_name":"Aliakbar Gharibshahi","nationality_area_id":"96","nationality_area_code":"IRN","nationality_area_name":"IR Iran","attempt_1":"247","attempt_1_fail":"no","attempt_2":"252","attempt_2_fail":"no","attempt_3":"261","attempt_3_fail":"yes","body_weight":"106.8","points":"252","rack_weight":"","record":"OR","status":""},{"position":"2","people_id":"595172","first_name":"Sodnompiljee","last_name":"Enkhbayar","short_name":"Enkhbayar Sodnompiljee","common_name":"Enkhbayar Sodnompiljee","nationality_area_id":"131","nationality_area_code":"MGL","nationality_area_name":"Mongolia","attempt_1":"243","attempt_1_fail":"no","attempt_2":"248","attempt_2_fail":"no","attempt_3":"260","attempt_3_fail":"yes","body_weight":"106.4","points":"248","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595171","first_name":"Jose de Jesus","last_name":"Castillo Castillo","short_name":"J. Castillo","common_name":"Jose Castillo","nationality_area_id":"129","nationality_area_code":"MEX","nationality_area_name":"Mexico","attempt_1":"222","attempt_1_fail":"no","attempt_2":"231","attempt_2_fail":"yes","attempt_3":"","attempt_3_fail":"no","body_weight":"106.4","points":"222","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595173","first_name":"Bobby","last_name":"Body","short_name":"B. Body","common_name":"Bobby Body","nationality_area_id":"203","nationality_area_code":"USA","nationality_area_name":"United States","attempt_1":"218","attempt_1_fail":"no","attempt_2":"230","attempt_2_fail":"yes","attempt_3":"232","attempt_3_fail":"yes","body_weight":"103.5","points":"218","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595167","first_name":"Mateus","last_name":"de Assis Silva","short_name":"Mateus Assis","common_name":"Mateus Assis","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"208","attempt_1_fail":"no","attempt_2":"212","attempt_2_fail":"no","attempt_3":"212","attempt_3_fail":"no","body_weight":"105.4","points":"212","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595170","first_name":"Mutaz Zakaria Daoud","last_name":"Al Juneidi","short_name":"Mutaz Al Juneidi","common_name":"Mutaz Al Juneidi","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"190","attempt_1_fail":"no","attempt_2":"210","attempt_2_fail":"no","attempt_3":"223","attempt_3_fail":"yes","body_weight":"105.2","points":"210","rack_weight":"","record":"","status":""},{"position":"7","people_id":"7788739","first_name":"Yee Khie","last_name":"Jong","short_name":"Yee Khie Jong","common_name":"Yee Khie Jong","nationality_area_id":"123","nationality_area_code":"MAS","nationality_area_name":"Malaysia","attempt_1":"208","attempt_1_fail":"yes","attempt_2":"208","attempt_2_fail":"no","attempt_3":"223","attempt_3_fail":"yes","body_weight":"99.2","points":"208","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595169","first_name":"Kazuhito","last_name":"Sato","short_name":"K. Sato","common_name":"Kazuhito Sato","nationality_area_id":"102","nationality_area_code":"JPN","nationality_area_name":"Japan","attempt_1":"175","attempt_1_fail":"no","attempt_2":"183","attempt_2_fail":"yes","attempt_3":"183","attempt_3_fail":"yes","body_weight":"105.1","points":"175","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595174","first_name":"Ilkhom","last_name":"Khalimov","short_name":"I. Khalimov","common_name":"Ilkhom Khalimov","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"231","attempt_1_fail":"yes","attempt_2":"231","attempt_2_fail":"yes","attempt_3":"232","attempt_3_fail":"yes","body_weight":"104.7","points":"","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"855","name":"Para - +107 kg","type":"contestant","gender":{"value":"male","age_group":"senior","round":{"round_id":"106269","name":"Final","type":"table","start_date":"2024-09-08","start_time":"15:35:00","start_date_utc":"2024-09-08","start_time_utc":"13:35:00","end_date":"2024-09-08","end_time":"17:35:00","end_date_utc":"2024-09-08","end_time_utc":"15:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595180","first_name":"Ahmad","last_name":"Aminzadeh","short_name":"A. Aminzadeh","common_name":"Ahmad Aminzadeh","nationality_area_id":"96","nationality_area_code":"IRN","nationality_area_name":"IR Iran","attempt_1":"253","attempt_1_fail":"no","attempt_2":"258","attempt_2_fail":"no","attempt_3":"263","attempt_3_fail":"no","body_weight":"","points":"263","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595182","first_name":"Anton","last_name":"Kriukov","short_name":"A. Kriukov","common_name":"Anton Kriukov","nationality_area_id":"201","nationality_area_code":"UKR","nationality_area_name":"Ukraine","attempt_1":"240","attempt_1_fail":"no","attempt_2":"247","attempt_2_fail":"no","attempt_3":"251","attempt_3_fail":"no","body_weight":"","points":"251","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595177","first_name":"Akaki","last_name":"Jintcharadze","short_name":"A. Jintcharadze","common_name":"Akaki Jintcharadze","nationality_area_id":"79","nationality_area_code":"GEO","nationality_area_name":"Georgia","attempt_1":"238","attempt_1_fail":"no","attempt_2":"244","attempt_2_fail":"no","attempt_3":"250","attempt_3_fail":"no","body_weight":"","points":"250","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595175","first_name":"Eglain Antonio","last_name":"Mena Lemus","short_name":"E. Mena","common_name":"Eglain Mena","nationality_area_id":"51","nationality_area_code":"COL","nationality_area_name":"Colombia","attempt_1":"232","attempt_1_fail":"no","attempt_2":"236","attempt_2_fail":"no","attempt_3":"237","attempt_3_fail":"yes","body_weight":"","points":"236","rack_weight":"","record":"","status":""},{"position":"5","people_id":"7792768","first_name":"Liam","last_name":"McGarry","short_name":"L. McGarry","common_name":"Liam McGarry","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"220","attempt_1_fail":"no","attempt_2":"228","attempt_2_fail":"yes","attempt_3":"228","attempt_3_fail":"no","body_weight":"","points":"228","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595176","first_name":"Amr","last_name":"Mosaad","short_name":"Amr Mosaad","common_name":"Amr Mosaad","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"227","attempt_1_fail":"no","attempt_2":"235","attempt_2_fail":"yes","attempt_3":"237","attempt_3_fail":"yes","body_weight":"","points":"227","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595178","first_name":"Tahiru","last_name":"Haruna","short_name":"T. Haruna","common_name":"Tahiru Haruna","nationality_area_id":"81","nationality_area_code":"GHA","nationality_area_name":"Ghana","attempt_1":"210","attempt_1_fail":"no","attempt_2":"221","attempt_2_fail":"yes","attempt_3":"221","attempt_3_fail":"yes","body_weight":"","points":"210","rack_weight":"","record":"","status":""},{"position":"","people_id":"595181","first_name":"Jamil","last_name":"El Shebli","short_name":"Jamil El Shebli","common_name":"Jamil El Shebli","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"242","attempt_1_fail":"yes","attempt_2":"242","attempt_2_fail":"yes","attempt_3":"NA","attempt_3_fail":"no","body_weight":"","points":"","rack_weight":"","record":"","status":"DNF"}]}}}}},{"discipline_id":"856","name":"Para - 41 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106251","name":"Final","type":"table","start_date":"2024-09-04","start_time":"13:35:00","start_date_utc":"2024-09-04","start_time_utc":"11:35:00","end_date":"2024-09-04","end_time":"15:35:00","end_date_utc":"2024-09-04","end_time_utc":"13:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595189","first_name":"Zhe","last_name":"Cui","short_name":"Cui Zhe","common_name":"Cui Zhe","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"108","attempt_1_fail":"no","attempt_2":"113","attempt_2_fail":"no","attempt_3":"119","attempt_3_fail":"no","body_weight":"","points":"119","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595188","first_name":"Esther","last_name":"Nworgu","short_name":"E. Nworgu","common_name":"Esther Nworgu","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"106","attempt_1_fail":"no","attempt_2":"112","attempt_2_fail":"no","attempt_3":"118","attempt_3_fail":"no","body_weight":"","points":"118","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595183","first_name":"Lara Aparecida","last_name":"de Lima","short_name":"Lara Lima","common_name":"Lara Lima","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"105","attempt_1_fail":"no","attempt_2":"107","attempt_2_fail":"no","attempt_3":"109","attempt_3_fail":"no","body_weight":"","points":"109","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595184","first_name":"Cristina","last_name":"Poblador Granados","short_name":"C. Poblador","common_name":"Cristina Poblador","nationality_area_id":"51","nationality_area_code":"COL","nationality_area_name":"Colombia","attempt_1":"100","attempt_1_fail":"no","attempt_2":"102","attempt_2_fail":"no","attempt_3":"105","attempt_3_fail":"yes","body_weight":"","points":"102","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595187","first_name":"Ni Nengah","last_name":"Widiasih","short_name":"N. Widiasih","common_name":"Ni Nengah Widiasih","nationality_area_id":"95","nationality_area_code":"IDN","nationality_area_name":"Indonesia","attempt_1":"101","attempt_1_fail":"yes","attempt_2":"101","attempt_2_fail":"no","attempt_3":"106","attempt_3_fail":"yes","body_weight":"","points":"101","rack_weight":"","record":"","status":""},{"position":"6","people_id":"7788760","first_name":"Hellen","last_name":"Kariuki","short_name":"H. Kariuki","common_name":"Hellen Kariuki","nationality_area_id":"105","nationality_area_code":"KEN","nationality_area_name":"Kenya","attempt_1":"98","attempt_1_fail":"no","attempt_2":"99","attempt_2_fail":"no","attempt_3":"101","attempt_3_fail":"no","body_weight":"","points":"101","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595186","first_name":"Enas El Gebaly","last_name":"Abdelaal Aggag","short_name":"Enas Abdelaal Aggag","common_name":"Enas Abdelaal Aggag","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"93","attempt_1_fail":"no","attempt_2":"99","attempt_2_fail":"yes","attempt_3":"99","attempt_3_fail":"yes","body_weight":"","points":"93","rack_weight":"","record":"","status":""},{"position":"","people_id":"595185","first_name":"Kerly","last_name":"Lascano","short_name":"K. Lascano","common_name":"Kerly Lascano","nationality_area_id":"65","nationality_area_code":"ECU","nationality_area_name":"Ecuador","attempt_1":"104","attempt_1_fail":"yes","attempt_2":"104","attempt_2_fail":"yes","attempt_3":"104","attempt_3_fail":"yes","body_weight":"","points":"","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"857","name":"Para - 45 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106252","name":"Final","type":"table","start_date":"2024-09-04","start_time":"17:00:00","start_date_utc":"2024-09-04","start_time_utc":"15:00:00","end_date":"2024-09-04","end_time":"19:00:00","end_date_utc":"2024-09-04","end_time_utc":"17:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595196","first_name":"Lingling","last_name":"Guo","short_name":"Guo Lingling","common_name":"Guo Lingling","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"113","attempt_1_fail":"yes","attempt_2":"118","attempt_2_fail":"yes","attempt_3":"122","attempt_3_fail":"yes","body_weight":"123","points":"","rack_weight":"","record":"WR","status":""},{"position":"2","people_id":"7788757","first_name":"Zoe","last_name":"Newson","short_name":"Z. Newson","common_name":"Zoe Newson","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"102","attempt_1_fail":"yes","attempt_2":"106","attempt_2_fail":"yes","attempt_3":"109","attempt_3_fail":"yes","body_weight":"109","points":"","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595198","first_name":"Nazmiye","last_name":"Muratli","short_name":"N. Muratli","common_name":"Nazmiye Muratli","nationality_area_id":"196","nationality_area_code":"TUR","nationality_area_name":"Türkiye","attempt_1":"104","attempt_1_fail":"yes","attempt_2":"107","attempt_2_fail":"yes","attempt_3":"108","attempt_3_fail":"yes","body_weight":"108","points":"","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595197","first_name":"Justyna","last_name":"Kozdryk","short_name":"J. Kozdryk","common_name":"Justyna Kozdryk","nationality_area_id":"155","nationality_area_code":"POL","nationality_area_name":"Poland","attempt_1":"95","attempt_1_fail":"yes","attempt_2":"101","attempt_2_fail":"yes","attempt_3":"107","attempt_3_fail":"no","body_weight":"101","points":"","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595195","first_name":"Wafae","last_name":"El Azzab","short_name":"W. El Azzab","common_name":"Wafab El Azzab","nationality_area_id":"133","nationality_area_code":"MAR","nationality_area_name":"Morocco","attempt_1":"100","attempt_1_fail":"yes","attempt_2":"105","attempt_2_fail":"no","attempt_3":"105","attempt_3_fail":"no","body_weight":"100","points":"","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595194","first_name":"Tursynay","last_name":"Kabyl","short_name":"T. Kabyl","common_name":"Tursynay Kabyl","nationality_area_id":"104","nationality_area_code":"KAZ","nationality_area_name":"Kazakhstan","attempt_1":"95","attempt_1_fail":"no","attempt_2":"95","attempt_2_fail":"yes","attempt_3":"101","attempt_3_fail":"no","body_weight":"95","points":"","rack_weight":"","record":"","status":""},{"position":"7","people_id":"7788759","first_name":"Sakina","last_name":"Khatun","short_name":"S. Khatun","common_name":"Sakina Khatun","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India","attempt_1":"86","attempt_1_fail":"yes","attempt_2":"90","attempt_2_fail":"no","attempt_3":"92","attempt_3_fail":"no","body_weight":"86","points":"","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595191","first_name":"Samira","last_name":"Guerioua","short_name":"S. Guerioua","common_name":"Samira Guerioua","nationality_area_id":"10","nationality_area_code":"ALG","nationality_area_name":"Algeria","attempt_1":"85","attempt_1_fail":"yes","attempt_2":"91","attempt_2_fail":"no","attempt_3":"91","attempt_3_fail":"no","body_weight":"85","points":"","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595192","first_name":"Lourdes","last_name":"Maciel","short_name":"L. Maciel","common_name":"Lourdes Maciel","nationality_area_id":"16","nationality_area_code":"ARG","nationality_area_name":"Argentina","attempt_1":"81","attempt_1_fail":"yes","attempt_2":"83","attempt_2_fail":"yes","attempt_3":"86","attempt_3_fail":"no","body_weight":"83","points":"","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"858","name":"Para - 50 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106254","name":"Final","type":"table","start_date":"2024-09-05","start_time":"12:00:00","start_date_utc":"2024-09-05","start_time_utc":"10:00:00","end_date":"2024-09-05","end_time":"14:00:00","end_date_utc":"2024-09-05","end_time_utc":"12:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595205","first_name":"Clara Sarahy","last_name":"Fuentes Monasterio","short_name":"C. Fuentes","common_name":"Clara Fuentes","nationality_area_id":"207","nationality_area_code":"VEN","nationality_area_name":"Venezuela","attempt_1":"120","attempt_1_fail":"yes","attempt_2":"120","attempt_2_fail":"no","attempt_3":"124","attempt_3_fail":"no","body_weight":"","points":"124","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595201","first_name":"Jinping","last_name":"Xiao","short_name":"Xiao Jinping","common_name":"Xiao Jinping","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"119","attempt_1_fail":"no","attempt_2":"123","attempt_2_fail":"yes","attempt_3":"123","attempt_3_fail":"yes","body_weight":"","points":"119","rack_weight":"","record":"","status":""},{"position":"3","people_id":"7792773","first_name":"Olivia","last_name":"Broome","short_name":"O. Broome","common_name":"Olivia Broome","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"112","attempt_1_fail":"no","attempt_2":"114","attempt_2_fail":"no","attempt_3":"119","attempt_3_fail":"no","body_weight":"","points":"119","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595199","first_name":"Camila","last_name":"Campos","short_name":"C. Campos","common_name":"Camila Campos","nationality_area_id":"48","nationality_area_code":"CHL","nationality_area_name":"Chile","attempt_1":"111","attempt_1_fail":"no","attempt_2":"113","attempt_2_fail":"no","attempt_3":"117","attempt_3_fail":"yes","body_weight":"","points":"113","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595203","first_name":"Akidakhon","last_name":"Akhtamova","short_name":"A. Akhtamova","common_name":"Akidakhon Akhtamova","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"112","attempt_1_fail":"yes","attempt_2":"112","attempt_2_fail":"no","attempt_3":"115","attempt_3_fail":"yes","body_weight":"","points":"112","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595193","first_name":"Maria","last_name":"Rizonaide da Silva","short_name":"Maria Rizonaide","common_name":"Maria Rizonaide","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"102","attempt_1_fail":"yes","attempt_2":"102","attempt_2_fail":"no","attempt_3":"107","attempt_3_fail":"yes","body_weight":"","points":"102","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595200","first_name":"Bose","last_name":"Bejide","short_name":"B. Bejide","common_name":"Bose Bejide","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"90","attempt_1_fail":"no","attempt_2":"100","attempt_2_fail":"no","attempt_3":"118","attempt_3_fail":"yes","body_weight":"","points":"100","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595206","first_name":"Thi Linh Phuong","last_name":"Dang","short_name":"Dang Thi Linh Phuong","common_name":"Dang Thi Linh Phuong","nationality_area_id":"208","nationality_area_code":"VIE","nationality_area_name":"Vietnam","attempt_1":"93","attempt_1_fail":"no","attempt_2":"98","attempt_2_fail":"no","attempt_3":"103","attempt_3_fail":"yes","body_weight":"","points":"98","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595202","first_name":"Loida","last_name":"Zabala Ollero","short_name":"Loida Zabala","common_name":"Loida Zabala","nationality_area_id":"176","nationality_area_code":"ESP","nationality_area_name":"Spain","attempt_1":"60","attempt_1_fail":"no","attempt_2":"70","attempt_2_fail":"no","attempt_3":"75","attempt_3_fail":"no","body_weight":"","points":"75","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"859","name":"Para - 55 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106256","name":"Final","type":"table","start_date":"2024-09-05","start_time":"17:00:00","start_date_utc":"2024-09-05","start_time_utc":"15:00:00","end_date":"2024-09-05","end_time":"19:00:00","end_date_utc":"2024-09-05","end_time_utc":"17:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595207","first_name":"Rehab","last_name":"Ahmed","short_name":"Rehab Ahmed","common_name":"Rehab Ahmed","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"117","attempt_1_fail":"no","attempt_2":"121","attempt_2_fail":"no","attempt_3":"122","attempt_3_fail":"yes","body_weight":"","points":"121","rack_weight":"","record":"","status":""},{"position":"2","people_id":"595211","first_name":"Besra","last_name":"Duman","short_name":"B. Duman","common_name":"Besra Duman","nationality_area_id":"196","nationality_area_code":"TUR","nationality_area_name":"Türkiye","attempt_1":"113","attempt_1_fail":"no","attempt_2":"118","attempt_2_fail":"yes","attempt_3":"122","attempt_3_fail":"yes","body_weight":"","points":"113","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595210","first_name":"Kamolpan","last_name":"Kraratpet","short_name":"K. Kraratpet","common_name":"Kamolpan Kraratpet","nationality_area_id":"191","nationality_area_code":"THA","nationality_area_name":"Thailand","attempt_1":"104","attempt_1_fail":"no","attempt_2":"106","attempt_2_fail":"yes","attempt_3":"108","attempt_3_fail":"no","body_weight":"","points":"108","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595208","first_name":"Charlotte","last_name":"McGuinness","short_name":"C. McGuinness","common_name":"Charlotte McGuinness","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"101","attempt_1_fail":"yes","attempt_2":"105","attempt_2_fail":"no","attempt_3":"108","attempt_3_fail":"yes","body_weight":"","points":"105","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595213","first_name":"Hoang Tuyet Loan","last_name":"Chau","short_name":"Chau Hoang Tuyet Loan","common_name":"Chau Hoang Tuyet Loan","nationality_area_id":"208","nationality_area_code":"VIE","nationality_area_name":"Vietnam","attempt_1":"91","attempt_1_fail":"no","attempt_2":"96","attempt_2_fail":"no","attempt_3":"99","attempt_3_fail":"yes","body_weight":"","points":"96","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595209","first_name":"Emanuela","last_name":"Romano","short_name":"E. Romano","common_name":"Emanuela Romano","nationality_area_id":"100","nationality_area_code":"ITA","nationality_area_name":"Italy","attempt_1":"92","attempt_1_fail":"no","attempt_2":"94","attempt_2_fail":"no","attempt_3":"99","attempt_3_fail":"yes","body_weight":"","points":"94","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595212","first_name":"Durdona","last_name":"Turaeva","short_name":"D. Turaeva","common_name":"Durdona Turaeva","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"80","attempt_1_fail":"yes","attempt_2":"85","attempt_2_fail":"no","attempt_3":"90","attempt_3_fail":"no","body_weight":"","points":"90","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"860","name":"Para - 61 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106259","name":"Final","type":"table","start_date":"2024-09-06","start_time":"13:35:00","start_date_utc":"2024-09-06","start_time_utc":"11:35:00","end_date":"2024-09-06","end_time":"15:35:00","end_date_utc":"2024-09-06","end_time_utc":"13:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"7792775","first_name":"Onyinyechi Gift","last_name":"Mark","short_name":"O. Mark","common_name":"Onyinyechi Mark","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"140","attempt_1_fail":"yes","attempt_2":"145","attempt_2_fail":"yes","attempt_3":"147","attempt_3_fail":"yes","body_weight":"","points":"150","rack_weight":"","record":"WR","status":""},{"position":"2","people_id":"595220","first_name":"Jianjin","last_name":"Cui","short_name":"Cui Jianjin","common_name":"Cui Jianjin","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"130","attempt_1_fail":"yes","attempt_2":"134","attempt_2_fail":"yes","attempt_3":"140","attempt_3_fail":"yes","body_weight":"","points":"140","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595218","first_name":"Amalia","last_name":"Perez Vazquez","short_name":"A. Perez","common_name":"Amalia Perez","nationality_area_id":"129","nationality_area_code":"MEX","nationality_area_name":"Mexico","attempt_1":"126","attempt_1_fail":"yes","attempt_2":"130","attempt_2_fail":"yes","attempt_3":"135","attempt_3_fail":"no","body_weight":"","points":"130","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595219","first_name":"Najat","last_name":"El Garraa","short_name":"Najat El Garraa","common_name":"Najat El Garraa","nationality_area_id":"133","nationality_area_code":"MAR","nationality_area_name":"Morocco","attempt_1":"120","attempt_1_fail":"yes","attempt_2":"123","attempt_2_fail":"no","attempt_3":"124","attempt_3_fail":"yes","body_weight":"","points":"124","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595214","first_name":"Greta","last_name":"Vardanyan","short_name":"G. Vardanyan","common_name":"Greta Vardanyan","nationality_area_id":"17","nationality_area_code":"ARM","nationality_area_name":"Armenia","attempt_1":"104","attempt_1_fail":"yes","attempt_2":"108","attempt_2_fail":"yes","attempt_3":"114","attempt_3_fail":"yes","body_weight":"","points":"114","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595222","first_name":"Rukhshona","last_name":"Uktamova","short_name":"R. Uktamova","common_name":"Rukhshona Uktamova","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"110","attempt_1_fail":"yes","attempt_2":"114","attempt_2_fail":"yes","attempt_3":"118","attempt_3_fail":"no","body_weight":"","points":"114","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595216","first_name":"Ana Lucia","last_name":"Pinto Ochoa","short_name":"A. Pinto","common_name":"Ana Pinto","nationality_area_id":"51","nationality_area_code":"COL","nationality_area_name":"Colombia","attempt_1":"113","attempt_1_fail":"yes","attempt_2":"117","attempt_2_fail":"no","attempt_3":"118","attempt_3_fail":"no","body_weight":"","points":"113","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595215","first_name":"Ana Paula","last_name":"Goncalves Marques","short_name":"Ana Goncalves","common_name":"Ana Goncalves","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"101","attempt_1_fail":"yes","attempt_2":"105","attempt_2_fail":"no","attempt_3":"105","attempt_3_fail":"yes","body_weight":"","points":"105","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595221","first_name":"Paulina","last_name":"Przywecka-Puziak","short_name":"P. Przywecka-Puziak","common_name":"Paulina Przywecka-Puziak","nationality_area_id":"155","nationality_area_code":"POL","nationality_area_name":"Poland","attempt_1":"95","attempt_1_fail":"yes","attempt_2":"101","attempt_2_fail":"no","attempt_3":"102","attempt_3_fail":"no","body_weight":"","points":"95","rack_weight":"","record":"","status":""},{"position":"10","people_id":"595217","first_name":"Maria","last_name":"Markou","short_name":"M. Markou","common_name":"Maria Markou","nationality_area_id":"58","nationality_area_code":"CYP","nationality_area_name":"Cyprus","attempt_1":"95","attempt_1_fail":"yes","attempt_2":"100","attempt_2_fail":"no","attempt_3":"1002","attempt_3_fail":"no","body_weight":"","points":"95","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"861","name":"Para - 67 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106260","name":"Final","type":"table","start_date":"2024-09-06","start_time":"17:00:00","start_date_utc":"2024-09-06","start_time_utc":"15:00:00","end_date":"2024-09-06","end_time":"19:00:00","end_date_utc":"2024-09-06","end_time_utc":"17:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595229","first_name":"Yujiao","last_name":"Tan","short_name":"Tan Yujiao","common_name":"Tan Yujiao","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"134","attempt_1_fail":"no","attempt_2":"138","attempt_2_fail":"no","attempt_3":"140","attempt_3_fail":"no","body_weight":"","points":"142","rack_weight":"","record":"WR","status":""},{"position":"2","people_id":"595225","first_name":"Fatma","last_name":"Elyan","short_name":"Fatma Elyan","common_name":"Fatma Elyan","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"130","attempt_1_fail":"no","attempt_2":"134","attempt_2_fail":"no","attempt_3":"139","attempt_3_fail":"no","body_weight":"","points":"139","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595223","first_name":"Maria de Fatima","last_name":"Costa de Castro","short_name":"Maria Costa","common_name":"Maria Costa","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"126","attempt_1_fail":"no","attempt_2":"131","attempt_2_fail":"no","attempt_3":"133","attempt_3_fail":"no","body_weight":"","points":"133","rack_weight":"","record":"","status":""},{"position":"4","people_id":"7788762","first_name":"Lucy","last_name":"Ejike","short_name":"L. Ejike","common_name":"Lucy Ejike","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"132","attempt_1_fail":"no","attempt_2":"137","attempt_2_fail":"yes","attempt_3":"139","attempt_3_fail":"yes","body_weight":"","points":"132","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595224","first_name":"Bertha Cecilia","last_name":"Fernandez Arango","short_name":"B. Fernandez","common_name":"Bertha Fernandez","nationality_area_id":"51","nationality_area_code":"COL","nationality_area_name":"Colombia","attempt_1":"126","attempt_1_fail":"no","attempt_2":"131","attempt_2_fail":"no","attempt_3":"134","attempt_3_fail":"yes","body_weight":"","points":"131","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595231","first_name":"Kudratoy","last_name":"Toshpulatova","short_name":"K. Toshpulatova","common_name":"Kudratoy Toshpulatova","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"126","attempt_1_fail":"no","attempt_2":"131","attempt_2_fail":"yes","attempt_3":"133","attempt_3_fail":"yes","body_weight":"","points":"126","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595226","first_name":"Souhad","last_name":"Ghazouani","short_name":"S. Ghazouani","common_name":"Souhad Ghazouani","nationality_area_id":"76","nationality_area_code":"FRA","nationality_area_name":"France","attempt_1":"125","attempt_1_fail":"no","attempt_2":"129","attempt_2_fail":"yes","attempt_3":"133","attempt_3_fail":"yes","body_weight":"","points":"125","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595227","first_name":"Kasthuri","last_name":"Rajamani","short_name":"K. Rajamani","common_name":"Kasthuri Rajamani","nationality_area_id":"94","nationality_area_code":"IND","nationality_area_name":"India","attempt_1":"106","attempt_1_fail":"yes","attempt_2":"106","attempt_2_fail":"no","attempt_3":"110","attempt_3_fail":"yes","body_weight":"","points":"106","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595230","first_name":"Hyeonghui","last_name":"Kim","short_name":"Kim Hyeonghui","common_name":"Kim Hyeonghui","nationality_area_id":"107","nationality_area_code":"KOR","nationality_area_name":"Korea Republic","attempt_1":"80","attempt_1_fail":"no","attempt_2":"90","attempt_2_fail":"no","attempt_3":"95","attempt_3_fail":"no","body_weight":"","points":"95","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"862","name":"Para - 73 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106262","name":"Final","type":"table","start_date":"2024-09-07","start_time":"12:00:00","start_date_utc":"2024-09-07","start_time_utc":"10:00:00","end_date":"2024-09-07","end_time":"14:00:00","end_date_utc":"2024-09-07","end_time_utc":"12:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595228","first_name":"Mariana","last_name":"D'Andrea","short_name":"Marian D'Andrea","common_name":"Marian D'Andrea","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"141","attempt_1_fail":"no","attempt_2":"143","attempt_2_fail":"no","attempt_3":"148","attempt_3_fail":"no","body_weight":"","points":"148","rack_weight":"","record":"OR","status":""},{"position":"2","people_id":"595237","first_name":"Ruza","last_name":"Kuzieva","short_name":"R. Kuzieva","common_name":"Ruza Kuzieva","nationality_area_id":"205","nationality_area_code":"UZB","nationality_area_name":"Uzbekistan","attempt_1":"135","attempt_1_fail":"no","attempt_2":"142","attempt_2_fail":"no","attempt_3":"147","attempt_3_fail":"no","body_weight":"","points":"147","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595236","first_name":"Sibel","last_name":"Cam","short_name":"S. Cam","common_name":"Sibel Cam","nationality_area_id":"196","nationality_area_code":"TUR","nationality_area_name":"Türkiye","attempt_1":"120","attempt_1_fail":"no","attempt_2":"122","attempt_2_fail":"yes","attempt_3":"124","attempt_3_fail":"yes","body_weight":"","points":"120","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595232","first_name":"Raushan","last_name":"Koishibayeva","short_name":"R. Koishibayeva","common_name":"Raushan Koishibayeva","nationality_area_id":"104","nationality_area_code":"KAZ","nationality_area_name":"Kazakhstan","attempt_1":"112","attempt_1_fail":"no","attempt_2":"117","attempt_2_fail":"no","attempt_3":"123","attempt_3_fail":"yes","body_weight":"","points":"117","rack_weight":"","record":"","status":""},{"position":"5","people_id":"7792779","first_name":"Thamar Gisele","last_name":"Mengue","short_name":"T. Mengue","common_name":"Thamar Mengue","nationality_area_id":"42","nationality_area_code":"CMR","nationality_area_name":"Cameroon","attempt_1":"99","attempt_1_fail":"no","attempt_2":"104","attempt_2_fail":"no","attempt_3":"108","attempt_3_fail":"no","body_weight":"","points":"108","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595233","first_name":"Younshil","last_name":"Jeong","short_name":"Jeong Younshil","common_name":"Jeong Younshil","nationality_area_id":"107","nationality_area_code":"KOR","nationality_area_name":"Korea Republic","attempt_1":"93","attempt_1_fail":"no","attempt_2":"100","attempt_2_fail":"no","attempt_3":"109","attempt_3_fail":"no","body_weight":"","points":"100","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595234","first_name":"Larisa","last_name":"Marinenkova","short_name":"L. Marinenkova","common_name":"Larisa Marinenkova","nationality_area_id":"130","nationality_area_code":"MHL","nationality_area_name":"Moldova","attempt_1":"76","attempt_1_fail":"no","attempt_2":"81","attempt_2_fail":"no","attempt_3":"91","attempt_3_fail":"no","body_weight":"","points":"81","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595235","first_name":"Arawan","last_name":"Bootpo","short_name":"A. Bootpo","common_name":"Arawan Bootpo","nationality_area_id":"191","nationality_area_code":"THA","nationality_area_name":"Thailand","attempt_1":"50","attempt_1_fail":"no","attempt_2":"55","attempt_2_fail":"no","attempt_3":"60","attempt_3_fail":"no","body_weight":"","points":"60","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"863","name":"Para - 79 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106264","name":"Final","type":"table","start_date":"2024-09-07","start_time":"17:00:00","start_date_utc":"2024-09-07","start_time_utc":"15:00:00","end_date":"2024-09-07","end_time":"19:00:00","end_date_utc":"2024-09-07","end_time_utc":"17:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595243","first_name":"Miaoyu","last_name":"Han","short_name":"Han Miaoyu","common_name":"Han Miaoyu","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"146","attempt_1_fail":"no","attempt_2":"152","attempt_2_fail":"no","attempt_3":"154","attempt_3_fail":"no","body_weight":"","points":"154","rack_weight":"","record":"","status":""},{"position":"2","people_id":"7792783","first_name":"Bose Patricia","last_name":"Omolayo","short_name":"B. Omolayo","common_name":"Bose Omolayo","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"145","attempt_1_fail":"no","attempt_2":"151","attempt_2_fail":"yes","attempt_3":"151","attempt_3_fail":"yes","body_weight":"","points":"145","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595239","first_name":"Safaa","last_name":"Hassan","short_name":"Safaa Hassan","common_name":"Safaa Hassan","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"134","attempt_1_fail":"no","attempt_2":"139","attempt_2_fail":"no","attempt_3":"146","attempt_3_fail":"yes","body_weight":"","points":"139","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595241","first_name":"Britney","last_name":"Arendse","short_name":"B. Arendse","common_name":"Britney Arendse","nationality_area_id":"98","nationality_area_code":"IRL","nationality_area_name":"Republic of Ireland","attempt_1":"129","attempt_1_fail":"no","attempt_2":"131","attempt_2_fail":"no","attempt_3":"133","attempt_3_fail":"no","body_weight":"","points":"133","rack_weight":"","record":"","status":""},{"position":"5","people_id":"7788765","first_name":"Louise","last_name":"Sugden","short_name":"L. Sugden","common_name":"Louise Sugden","nationality_area_id":"250","nationality_area_code":"GBR","nationality_area_name":"Great Britain","attempt_1":"130","attempt_1_fail":"no","attempt_2":"132","attempt_2_fail":"no","attempt_3":"134","attempt_3_fail":"yes","body_weight":"","points":"132","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595242","first_name":"Asma","last_name":"Issa","short_name":"Asma Issa","common_name":"Asma Issa","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"130","attempt_1_fail":"no","attempt_2":"135","attempt_2_fail":"yes","attempt_3":"140","attempt_3_fail":"yes","body_weight":"","points":"130","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595238","first_name":"Caroline","last_name":"Fernandes Alves","short_name":"Caroline Fernandes","common_name":"Caroline Fernandes","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"124","attempt_1_fail":"no","attempt_2":"128","attempt_2_fail":"no","attempt_3":"133","attempt_3_fail":"no","body_weight":"","points":"128","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595240","first_name":"Siti","last_name":"Mahmudah","short_name":"S. Mahmudah","common_name":"Siti Mahmudah","nationality_area_id":"95","nationality_area_code":"IDN","nationality_area_name":"Indonesia","attempt_1":"125","attempt_1_fail":"no","attempt_2":"128","attempt_2_fail":"yes","attempt_3":"131","attempt_3_fail":"yes","body_weight":"","points":"128","rack_weight":"","record":"","status":""}]}}}}},{"discipline_id":"864","name":"Para - 86 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106267","name":"Final","type":"table","start_date":"2024-09-08","start_time":"10:35:00","start_date_utc":"2024-09-08","start_time_utc":"08:35:00","end_date":"2024-09-08","end_time":"12:35:00","end_date_utc":"2024-09-08","end_time_utc":"10:35:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595244","first_name":"Tayana","last_name":"Medeiros","short_name":"T. Medeiros","common_name":"Tayana Medeiros","nationality_area_id":"35","nationality_area_code":"BRA","nationality_area_name":"Brazil","attempt_1":"137","attempt_1_fail":"no","attempt_2":"142","attempt_2_fail":"no","attempt_3":"147","attempt_3_fail":"no","body_weight":"85.0","points":"156","rack_weight":"","record":"OR","status":""},{"position":"2","people_id":"595250","first_name":"Feifei","last_name":"Zheng","short_name":"Zheng Feifei","common_name":"Zheng Feifei","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"150","attempt_1_fail":"no","attempt_2":"155","attempt_2_fail":"no","attempt_3":"160","attempt_3_fail":"yes","body_weight":"85.2","points":"155","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595245","first_name":"Marion Alejandra","last_name":"Serrano Guajardo","short_name":"M. Serrano","common_name":"Marion Serrano","nationality_area_id":"48","nationality_area_code":"CHL","nationality_area_name":"Chile","attempt_1":"129","attempt_1_fail":"no","attempt_2":"134","attempt_2_fail":"no","attempt_3":"141","attempt_3_fail":"yes","body_weight":"85.1","points":"134","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595246","first_name":"Randa","last_name":"Mahmoud","short_name":"Randa Mahmoud","common_name":"Randa Mahmoud","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"128","attempt_1_fail":"no","attempt_2":"133","attempt_2_fail":"no","attempt_3":"140","attempt_3_fail":"yes","body_weight":"81.5","points":"133","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595251","first_name":"Jaewon","last_name":"Yang","short_name":"Yang Jaewon","common_name":"Yang Jaewon","nationality_area_id":"107","nationality_area_code":"KOR","nationality_area_name":"Korea Republic","attempt_1":"113","attempt_1_fail":"yes","attempt_2":"115","attempt_2_fail":"no","attempt_3":"126","attempt_3_fail":"yes","body_weight":"84.9","points":"115","rack_weight":"","record":"","status":""},{"position":"6","people_id":"595253","first_name":"Mayagozel","last_name":"Ekeyeva","short_name":"M. Ekeyeva","common_name":"Mayagozel Ekeyeva","nationality_area_id":"197","nationality_area_code":"TKM","nationality_area_name":"Turkmenistan","attempt_1":"107","attempt_1_fail":"no","attempt_2":"112","attempt_2_fail":"no","attempt_3":"117","attempt_3_fail":"yes","body_weight":"80.8","points":"112","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595252","first_name":"Tzu-hui","last_name":"Lin","short_name":"Lin Tzu-hui","common_name":"Lin Tzu-hui","nationality_area_id":"50","nationality_area_code":"TPE","nationality_area_name":"Chinese Taipei","attempt_1":"95","attempt_1_fail":"no","attempt_2":"105","attempt_2_fail":"no","attempt_3":"113","attempt_3_fail":"yes","body_weight":"82.8","points":"105","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595248","first_name":"Mirgul","last_name":"Bolotalieva","short_name":"M. Bolotalieva","common_name":"Mirgul Bolotalieva","nationality_area_id":"109","nationality_area_code":"KGZ","nationality_area_name":"Kyrgyz Republic","attempt_1":"90","attempt_1_fail":"no","attempt_2":"96","attempt_2_fail":"yes","attempt_3":"96","attempt_3_fail":"no","body_weight":"85.7","points":"96","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595247","first_name":"Tharwh Tayseer Hamdan","last_name":"Al Hajaj","short_name":"Tharwh Al Hajaj","common_name":"Tharwh Al Hajaj","nationality_area_id":"103","nationality_area_code":"JOR","nationality_area_name":"Jordan","attempt_1":"125","attempt_1_fail":"yes","attempt_2":"125","attempt_2_fail":"yes","attempt_3":"125","attempt_3_fail":"yes","body_weight":"83.9","points":"","rack_weight":"","record":"","status":""},{"position":"10","people_id":"595249","first_name":"Loveline","last_name":"Obiji","short_name":"L. Obiji","common_name":"Loveline Obiji","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"","attempt_1_fail":"no","attempt_2":"","attempt_2_fail":"no","attempt_3":"","attempt_3_fail":"no","body_weight":"","points":"","rack_weight":"","record":"","status":"DSQ"}]}}}}},{"discipline_id":"865","name":"Para - +86 kg","type":"contestant","gender":{"value":"female","age_group":"senior","round":{"round_id":"106268","name":"Final","type":"table","start_date":"2024-09-08","start_time":"14:00:00","start_date_utc":"2024-09-08","start_time_utc":"12:00:00","end_date":"2024-09-08","end_time":"16:00:00","end_date_utc":"2024-09-08","end_time_utc":"14:00:00","last_updated":"2024-08-31 09:34:15","broadcasters":[],"round_extra":{"medal_round":"all"},"referees":[],"list":{"type":"regular","id":"","name":"","contestants":{"contestant":[{"position":"1","people_id":"595258","first_name":"Folashade","last_name":"Oluwafemiyao","short_name":"F. Oluwafemiyao","common_name":"Folashade Oluwafemiyao","nationality_area_id":"144","nationality_area_code":"NGA","nationality_area_name":"Nigeria","attempt_1":"157","attempt_1_fail":"no","attempt_2":"162","attempt_2_fail":"no","attempt_3":"166","attempt_3_fail":"no","body_weight":"","points":"167","rack_weight":"","record":"WR","status":""},{"position":"2","people_id":"595259","first_name":"Xuemei","last_name":"Deng","short_name":"Deng Xuemei","common_name":"Deng Xuemei","nationality_area_id":"49","nationality_area_code":"CHN","nationality_area_name":"China PR","attempt_1":"150","attempt_1_fail":"no","attempt_2":"153","attempt_2_fail":"no","attempt_3":"155","attempt_3_fail":"no","body_weight":"","points":"155","rack_weight":"","record":"","status":""},{"position":"3","people_id":"595254","first_name":"Nadia","last_name":"Ali","short_name":"Nadia Ali","common_name":"Nadia Ali","nationality_area_id":"66","nationality_area_code":"EGY","nationality_area_name":"Egypt","attempt_1":"141","attempt_1_fail":"no","attempt_2":"145","attempt_2_fail":"no","attempt_3":"154","attempt_3_fail":"yes","body_weight":"","points":"145","rack_weight":"","record":"","status":""},{"position":"4","people_id":"595255","first_name":"-","last_name":"Sriyanti","short_name":"Sriyanti","common_name":"Sriyanti","nationality_area_id":"95","nationality_area_code":"IDN","nationality_area_name":"Indonesia","attempt_1":"136","attempt_1_fail":"no","attempt_2":"138","attempt_2_fail":"no","attempt_3":"140","attempt_3_fail":"yes","body_weight":"","points":"138","rack_weight":"","record":"","status":""},{"position":"5","people_id":"595260","first_name":"Marzena","last_name":"Zieba","short_name":"M. Zieba","common_name":"Marzena Zieba","nationality_area_id":"155","nationality_area_code":"POL","nationality_area_name":"Poland","attempt_1":"135","attempt_1_fail":"no","attempt_2":"140","attempt_2_fail":"yes","attempt_3":"146","attempt_3_fail":"yes","body_weight":"","points":"135","rack_weight":"","record":"","status":""},{"position":"6","people_id":"7792778","first_name":"Hani","last_name":"Watson","short_name":"H. Watson","common_name":"Hani Watson","nationality_area_id":"141","nationality_area_code":"NZL","nationality_area_name":"New Zealand","attempt_1":"133","attempt_1_fail":"no","attempt_2":"138","attempt_2_fail":"yes","attempt_3":"140","attempt_3_fail":"yes","body_weight":"","points":"133","rack_weight":"","record":"","status":""},{"position":"7","people_id":"595257","first_name":"Perla Patri","last_name":"Barcenas Ponce de Leon","short_name":"P. Barcenas","common_name":"Perla Barcenas","nationality_area_id":"129","nationality_area_code":"MEX","nationality_area_name":"Mexico","attempt_1":"121","attempt_1_fail":"no","attempt_2":"130","attempt_2_fail":"no","attempt_3":"136","attempt_3_fail":"yes","body_weight":"","points":"130","rack_weight":"","record":"","status":""},{"position":"8","people_id":"595262","first_name":"Ashley","last_name":"Dyce","short_name":"A. Dyce","common_name":"Ashley Dyce","nationality_area_id":"201","nationality_area_code":"UKR","nationality_area_name":"Ukraine","attempt_1":"110","attempt_1_fail":"no","attempt_2":"112","attempt_2_fail":"no","attempt_3":"115","attempt_3_fail":"yes","body_weight":"","points":"112","rack_weight":"","record":"","status":""},{"position":"9","people_id":"595256","first_name":"Ghazalah","last_name":"Al Aqouri","short_name":"Ghazalah Al Aqouri","common_name":"Ghazalah Al Aqouri","nationality_area_id":"115","nationality_area_code":"LBY","nationality_area_name":"Libya","attempt_1":"85","attempt_1_fail":"no","attempt_2":"90","attempt_2_fail":"no","attempt_3":"93","attempt_3_fail":"no","body_weight":"","points":"93","rack_weight":"","record":"","status":""}]}}}}}]}}}}}}