Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /golf/get_results
Returns the results of the specific round/discipline
Request URL
https://dsg-api.com/clients/{client_name}/golf/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
golf results for the contestant
common_name
common name of the person
current_round
current round
current_round_id
round_id of the current round
first_name
first name of the person
last_name
last name of the person
nationality_area_id
unique identifier for an area
nationality_area_name
area name of peoples nationality
par_round_1
par value for round 1
par_round_2
par value for round 2
par_round_3
par value for round 3
par_round_4
par value for round 4
people_id
unique identifier for person
position
position value
short_name
shortened name of the person
status
status for this round, mainly if qualified or not (qualied = Q for example)
strokes_round_1
number of strokes in round 1
strokes_round_2
number of strokes in round 2
strokes_round_3
number of strokes in round 3
strokes_round_4
number of strokes in round 4
tee_time_today
todays tee time (starting time)
thru
number of holes they player finished already
today_par
par value for today
total_par
total par
total_strokes
total number of strokes
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)
round_extra
extra round details
medal_round
indicates if medals are awarded in this round
status
status of the round (Scheduled,Live,Played,Postponed,Cancelled,Break)
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
tour
details about the tour
gender
gender of the tour
name
name of the particular tour
tour_id
unique tour identifier
tour_type
defines if the tournament is part of a tour or not. If not then value "non-tour"
tour_season
details about a tour season
logo
full path URL of logo for particular tour_season
name
name of the tour_season
title
title of the particular tour season
tour_season_id
unique identifier of a tour 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}/golf/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}/golf/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}/golf/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}/golf/get_results?id={season_id}&type=season&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.1474.3","sport":"golf","lang":"en","generated_utc":"2025-08-01T15:23:51+00:00","method":{"method_id":"1474","name":"get_results"},"tour":{"tour_id":"3","name":"PGA Tour","gender":"male","tour_type":"tour","tour_season":{"tour_season_id":"1395","title":"2025","name":"PGA Tour","logo":"https:\/\/dsg-images.com\/tours\/200x200\/3.png","competition":{"competition_id":"1482","name":"Wyndham Championship","gender":"male","type":"player","format":"tournament","area_id":"203","area_name":"United States","last_updated":"2020-11-10 14:19:25","season":{"season_id":"74629","title":"2025","original_name":"Wyndham Championship","start_date":"2025-07-31","end_date":"2025-08-03","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/1482.png","last_updated":"2025-02-06 12:29:18","season_extra":{"status":"Live","prize_pool":"8200000","currency":"USD","type":"Stroke","fedex_win_points":"500","winners_share":"1422000","city":{"city_id":"10148","city_name":"Greensboro, NC"},"venue":{"venue_id":"8775","venue_name":"Sedgefield CC","venue_image":""}},"discipline":{"discipline_id":"323","name":"Stroke Play","type":"contestant","gender":{"value":"male","age_group":"senior","contestants":{"contestant":[{"position":"1","people_id":"3330123","first_name":"McClure","last_name":"Meissner","short_name":"M. Meissner","common_name":"Mac Meissner","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"-6","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-11","thru":"16","today_par":"-6","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 12:50:00"},{"position":"T2","people_id":"463951","first_name":"Mark","last_name":"Hubbard","short_name":"M. Hubbard","common_name":"Mark Hubbard","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"63","par_round_1":"-7","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"63","total_par":"-10","thru":"16","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:01:00"},{"position":"T2","people_id":"3095075","first_name":"Sungjae","last_name":"Im","short_name":"Im Sungjae","common_name":"Im Sungjae","nationality_area_name":"Korea Republic","nationality_area_code":"KOR","nationality_area_id":"107","strokes_round_1":"64","par_round_1":"-6","strokes_round_2":"","par_round_2":"-4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"64","total_par":"-10","thru":"12","today_par":"-4","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:07:00"},{"position":"4","people_id":"466729","first_name":"Joel","last_name":"Dahmen","short_name":"J. Dahmen","common_name":"Joel Dahmen","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"61","par_round_1":"-9","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"61","total_par":"-9","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:49:00"},{"position":"5","people_id":"3060240","first_name":"Alexander","last_name":"Norén","short_name":"A. Norén","common_name":"Alex Norén","nationality_area_name":"Sweden","nationality_area_code":"SWE","nationality_area_id":"184","strokes_round_1":"62","par_round_1":"-8","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"62","total_par":"-8","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:49:00"},{"position":"T6","people_id":"7850983","first_name":"Cameron","last_name":"Young","short_name":"Cameron. Young","common_name":"Cameron Young","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"63","par_round_1":"-7","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"63","total_par":"-7","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:21:00"},{"position":"T6","people_id":"7852708","first_name":"Aaron","last_name":"Rai","short_name":"A. Rai","common_name":"Aaron Rai","nationality_area_name":"England","nationality_area_code":"ENG","nationality_area_id":"68","strokes_round_1":"63","par_round_1":"-7","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"63","total_par":"-7","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:54:00"},{"position":"T6","people_id":"7852836","first_name":"Nicolas","last_name":"Echavarria","short_name":"Nicolas. Echavarria","common_name":"Nicolas Echavarria","nationality_area_name":"Colombia","nationality_area_code":"COL","nationality_area_id":"51","strokes_round_1":"63","par_round_1":"-7","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"63","total_par":"-7","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:16:00"},{"position":"T6","people_id":"7861335","first_name":"Ricky","last_name":"Castillo","short_name":"R. Castillo","common_name":"Ricky Castillo","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-7","thru":"9","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:51:00"},{"position":"T6","people_id":"7852979","first_name":"Matt","last_name":"McCarty","short_name":"M. McCarty","common_name":"Matt McCarty","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-7","thru":"12","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:56:00"},{"position":"T6","people_id":"7861376","first_name":"Karl","last_name":"Vilips","short_name":"K. Vilips","common_name":"Karl Vilips","nationality_area_name":"Australia","nationality_area_code":"AUS","nationality_area_id":"19","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"-4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-7","thru":"12","today_par":"-4","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:07:00"},{"position":"T6","people_id":"466766","first_name":"Chesson","last_name":"Hadley","short_name":"C. Hadley","common_name":"Chesson Hadley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-5","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-7","thru":"17","today_par":"-5","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 12:50:00"},{"position":"T6","people_id":"466763","first_name":"Thorbjørn","last_name":"Olesen","short_name":"T. Olesen","common_name":"Thorbjørn Olesen","nationality_area_name":"Denmark","nationality_area_code":"DNK","nationality_area_id":"61","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-5","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-7","thru":"15","today_par":"-5","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:12:00"},{"position":"T6","people_id":"3326242","first_name":"Sami","last_name":"Välimäki","short_name":"S. Välimäki","common_name":"Sami Välimäki","nationality_area_name":"Finland","nationality_area_code":"FIN","nationality_area_id":"75","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"-5","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-7","thru":"15","today_par":"-6","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:01:00"},{"position":"T15","people_id":"463954","first_name":"Michael","last_name":"Kim","short_name":"M. Kim","common_name":"Michael Kim","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-6","thru":"10","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:29:00"},{"position":"T15","people_id":"463983","first_name":"Trey","last_name":"Mullinax","short_name":"T. Mullinax","common_name":"Trey Mullinax","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-6","thru":"11","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:18:00"},{"position":"T17","people_id":"7852942","first_name":"Chandler","last_name":"Phillips","short_name":"C. Phillips","common_name":"Chandler Phillips","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:10:00"},{"position":"T17","people_id":"463861","first_name":"Adam","last_name":"Scott","short_name":"A. Scott","common_name":"Adam Scott","nationality_area_name":"Australia","nationality_area_code":"AUS","nationality_area_id":"19","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:43:00"},{"position":"T17","people_id":"3019088","first_name":"Jordan","last_name":"Spieth","short_name":"J. Spieth","common_name":"Jordan Spieth","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:43:00"},{"position":"T17","people_id":"7852703","first_name":"Matt","last_name":"Wallace","short_name":"M. Wallace","common_name":"Matt Wallace","nationality_area_name":"England","nationality_area_code":"ENG","nationality_area_id":"68","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:05:00"},{"position":"T17","people_id":"7852711","first_name":"Lee","last_name":"Hodges","short_name":"Lee. Hodges","common_name":"Lee Hodges","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:05:00"},{"position":"T17","people_id":"7852676","first_name":"Christiaan","last_name":"Bezuidenhout","short_name":"Christiaan. Bezuidenhout","common_name":"Christiaan Bezuidenhout","nationality_area_name":"South Africa","nationality_area_code":"RSA","nationality_area_id":"175","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:16:00"},{"position":"T17","people_id":"7853054","first_name":"Noah","last_name":"Goodwin","short_name":"N. Goodwin","common_name":"Noah Goodwin","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:11:00"},{"position":"T17","people_id":"7852923","first_name":"Paul","last_name":"Peterson","short_name":"P. Peterson","common_name":"Paul Peterson","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:22:00"},{"position":"T17","people_id":"7852950","first_name":"Matteo","last_name":"Manassero","short_name":"M. Manassero","common_name":"Matteo Manassero","nationality_area_name":"Italy","nationality_area_code":"ITA","nationality_area_id":"100","strokes_round_1":"65","par_round_1":"-5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"65","total_par":"-5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:22:00"},{"position":"T17","people_id":"7852689","first_name":"Robert","last_name":"MacIntyre","short_name":"Robert. MacIntyre","common_name":"Robert MacIntyre","nationality_area_name":"Scotland","nationality_area_code":"SCO","nationality_area_id":"165","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-5","thru":"14","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:23:00"},{"position":"T17","people_id":"3019101","first_name":"Henrik","last_name":"Norlander","short_name":"H. Norlander","common_name":"Henrik Norlander","nationality_area_name":"Sweden","nationality_area_code":"SWE","nationality_area_id":"184","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-5","thru":"16","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 12:50:00"},{"position":"T17","people_id":"7860261","first_name":"Matthew","last_name":"Riedel","short_name":"M. Riedel","common_name":"Matthew Riedel","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-5","thru":"9","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:51:00"},{"position":"T29","people_id":"3062190","first_name":"Samuel","last_name":"Ryder","short_name":"S. Ryder","common_name":"Sam Ryder","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"15","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:12:00"},{"position":"T29","people_id":"3019092","first_name":"Beau","last_name":"Hossler","short_name":"B. Hossler","common_name":"Beau Hossler","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:10:00"},{"position":"T29","people_id":"3323200","first_name":"Victor","last_name":"Perez","short_name":"V. Perez","common_name":"Victor Perez","nationality_area_name":"France","nationality_area_code":"FRA","nationality_area_id":"76","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:10:00"},{"position":"T29","people_id":"7852885","first_name":"Max","last_name":"McGreevy","short_name":"M. McGreevy","common_name":"Max McGreevy","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:21:00"},{"position":"T29","people_id":"7852965","first_name":"Patrick","last_name":"Fishburn","short_name":"P. Fishburn","common_name":"Patrick Fishburn","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:21:00"},{"position":"T29","people_id":"7852934","first_name":"Kevin","last_name":"Roy","short_name":"K. Roy","common_name":"Kevin Roy","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:32:00"},{"position":"T29","people_id":"464115","first_name":"John Maxwell","last_name":"Homa","short_name":"M. Homa","common_name":"Max Homa","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:54:00"},{"position":"T29","people_id":"7852741","first_name":"Matthieu","last_name":"Pavon","short_name":"Matthieu. Pavon","common_name":"Matthieu Pavon","nationality_area_name":"France","nationality_area_code":"FRA","nationality_area_id":"76","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:05:00"},{"position":"T29","people_id":"3323232","first_name":"Harry","last_name":"Hall","short_name":"H. Hall","common_name":"Harry Hall","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:16:00"},{"position":"T29","people_id":"7852682","first_name":"Davis","last_name":"Thompson","short_name":"Davis. Thompson","common_name":"Davis Thompson","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:16:00"},{"position":"T29","people_id":"464072","first_name":"Chris","last_name":"Kirk","short_name":"C. Kirk","common_name":"Chris Kirk","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:27:00"},{"position":"T29","people_id":"464109","first_name":"Brian","last_name":"Campbell","short_name":"B. Campbell","common_name":"Brian Campbell","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:27:00"},{"position":"T29","people_id":"3062193","first_name":"Andrew","last_name":"Putnam","short_name":"A. Putnam","common_name":"Andrew Putnam","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:38:00"},{"position":"T29","people_id":"7852982","first_name":"Jacob","last_name":"Bridgeman","short_name":"J. Bridgeman","common_name":"Jacob Bridgeman","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-4","thru":"15","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:01:00"},{"position":"T29","people_id":"7852683","first_name":"Ben","last_name":"Griffin","short_name":"B. Griffin","common_name":"Ben Griffin","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-4","thru":"14","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:34:00"},{"position":"T29","people_id":"463912","first_name":"Gary","last_name":"Woodland","short_name":"G. Woodland","common_name":"Gary Woodland","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-4","thru":"12","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:07:00"},{"position":"T29","people_id":"3062207","first_name":"Lanto","last_name":"Griffin","short_name":"L. Griffin","common_name":"Lanto Griffin","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-4","thru":"10","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:29:00"},{"position":"T29","people_id":"7852818","first_name":"Carson","last_name":"Young","short_name":"C. Young","common_name":"Carson Young","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-4","thru":"10","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:29:00"},{"position":"T29","people_id":"463860","first_name":"Rick Yutaka","last_name":"Fowler","short_name":"R. Fowler","common_name":"Rickie Fowler","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-4","thru":"15","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:23:00"},{"position":"T29","people_id":"3062279","first_name":"David","last_name":"Skinns","short_name":"D. Skinns","common_name":"David Skinns","nationality_area_name":"England","nationality_area_code":"ENG","nationality_area_id":"68","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-4","thru":"16","today_par":"-4","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 12:50:00"},{"position":"T29","people_id":"7926678","first_name":"Luke","last_name":"Clanton","short_name":"L. Clanton","common_name":"Luke Clanton","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"71","par_round_1":"1","strokes_round_2":"","par_round_2":"-5","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"71","total_par":"-4","thru":"9","today_par":"-5","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:40:00"},{"position":"T50","people_id":"3062200","first_name":"Denny","last_name":"McCarthy","short_name":"D. McCarthy","common_name":"Denny McCarthy","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"10","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:18:00"},{"position":"T50","people_id":"3323229","first_name":"Richard","last_name":"Hoey","short_name":"R. Hoey","common_name":"Rico Hoey","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:21:00"},{"position":"T50","people_id":"7852776","first_name":"Justin","last_name":"Lower","short_name":"J. Lower","common_name":"Justin Lower","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:21:00"},{"position":"T50","people_id":"3060277","first_name":"Doug","last_name":"Ghim","short_name":"D. Ghim","common_name":"Doug Ghim","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:32:00"},{"position":"T50","people_id":"463932","first_name":"Patton","last_name":"Kizzire","short_name":"P. Kizzire","common_name":"Patton Kizzire","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:54:00"},{"position":"T50","people_id":"466755","first_name":"Kurt","last_name":"Kitayama","short_name":"K. Kitayama","common_name":"Kurt Kitayama","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:05:00"},{"position":"T50","people_id":"464021","first_name":"Emiliano","last_name":"Grillo","short_name":"E. Grillo","common_name":"Emiliano Grillo","nationality_area_name":"Argentina","nationality_area_code":"ARG","nationality_area_id":"16","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:27:00"},{"position":"T50","people_id":"464063","first_name":"Webb","last_name":"Simpson","short_name":"W. Simpson","common_name":"Webb Simpson","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:27:00"},{"position":"T50","people_id":"7852762","first_name":"Garrick","last_name":"Higgo","short_name":"Garrick. Higgo","common_name":"Garrick Higgo","nationality_area_name":"South Africa","nationality_area_code":"RSA","nationality_area_id":"175","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:38:00"},{"position":"T50","people_id":"7852841","first_name":"Harry","last_name":"Higgs","short_name":"H. Higgs","common_name":"Harry Higgs","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:49:00"},{"position":"T50","people_id":"7853947","first_name":"John","last_name":"Pak","short_name":"J. Pak","common_name":"John Pak","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:00:00"},{"position":"T50","people_id":"7863485","first_name":"David","last_name":"Ford","short_name":"D. Ford","common_name":"David Ford","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:00:00"},{"position":"T50","people_id":"7852337","first_name":"Frankie","last_name":"Capan III","short_name":"F. Capan III","common_name":"Frankie Capan III","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:22:00"},{"position":"T50","people_id":"7852697","first_name":"Rasmus","last_name":"Højgaard","short_name":"R. Højgaard","common_name":"Rasmus Højgaard","nationality_area_name":"Denmark","nationality_area_code":"DNK","nationality_area_id":"61","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-3","thru":"17","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-07-31 18:10:00"},{"position":"T50","people_id":"463890","first_name":"Peter","last_name":"Malnati","short_name":"P. Malnati","common_name":"Peter Malnati","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-3","thru":"13","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:45:00"},{"position":"T50","people_id":"3062244","first_name":"Ryan","last_name":"Fox","short_name":"R. Fox","common_name":"Ryan Fox","nationality_area_name":"New Zealand","nationality_area_code":"NZL","nationality_area_id":"141","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-3","thru":"12","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:07:00"},{"position":"T50","people_id":"3062187","first_name":"Brice","last_name":"Garnett","short_name":"B. Garnett","common_name":"Brice Garnett","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-3","thru":"13","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:34:00"},{"position":"T50","people_id":"464066","first_name":"Aaron","last_name":"Baddeley","short_name":"A. Baddeley","common_name":"Aaron Baddeley","nationality_area_name":"Australia","nationality_area_code":"AUS","nationality_area_id":"19","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-3","thru":"16","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:01:00"},{"position":"T50","people_id":"3060237","first_name":"Hideki","last_name":"Matsuyama","short_name":"H. Matsuyama","common_name":"Hideki Matsuyama","nationality_area_name":"Japan","nationality_area_code":"JPN","nationality_area_id":"102","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-3","thru":"15","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:23:00"},{"position":"T50","people_id":"464067","first_name":"Tony","last_name":"Finau","short_name":"T. Finau","common_name":"Tony Finau","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-3","thru":"13","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:45:00"},{"position":"T50","people_id":"464094","first_name":"Adam","last_name":"Hadwin","short_name":"A. Hadwin","common_name":"Adam Hadwin","nationality_area_name":"Canada","nationality_area_code":"CAN","nationality_area_id":"43","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-3","thru":"11","today_par":"-3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:07:00"},{"position":"T71","people_id":"464064","first_name":"Matthew Gregory","last_name":"Kuchar","short_name":"M. Kuchar","common_name":"Matt Kuchar","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-2","thru":"14","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:23:00"},{"position":"T71","people_id":"7852915","first_name":"Vincent","last_name":"Whaley","short_name":"V. Whaley","common_name":"Vincent Whaley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-2","thru":"10","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:29:00"},{"position":"T71","people_id":"7852684","first_name":"Alex","last_name":"Smalley","short_name":"A. Smalley","common_name":"Alex Smalley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-2","thru":"15","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:12:00"},{"position":"T71","people_id":"3062264","first_name":"Taylor","last_name":"Moore","short_name":"T. Moore","common_name":"Taylor Moore","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-2","thru":"14","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:34:00"},{"position":"T71","people_id":"463905","first_name":"Matthew","last_name":"Fitzpatrick","short_name":"M. Fitzpatrick","common_name":"Matthew Fitzpatrick","nationality_area_name":"England","nationality_area_code":"ENG","nationality_area_id":"68","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-2","thru":"13","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:45:00"},{"position":"T71","people_id":"463987","first_name":"James Tyree","last_name":"Poston","short_name":"J. Poston","common_name":"J.T. Poston","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"-2","thru":"12","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:56:00"},{"position":"T71","people_id":"463872","first_name":"Keegan","last_name":"Bradley","short_name":"K. Bradley","common_name":"Keegan Bradley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"13","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:34:00"},{"position":"T71","people_id":"7852887","first_name":"Niklas Norgaard","last_name":"Moller","short_name":"N. Moller","common_name":"Niklas Norgaard Moller","nationality_area_name":"Denmark","nationality_area_code":"DNK","nationality_area_id":"61","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"10","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:40:00"},{"position":"T71","people_id":"7852975","first_name":"Trevor","last_name":"Cone","short_name":"T. Cone","common_name":"Trevor Cone","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"9","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:40:00"},{"position":"T71","people_id":"7852758","first_name":"Ben","last_name":"Kohles","short_name":"B. Kohles","common_name":"Ben Kohles","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:10:00"},{"position":"T71","people_id":"3062196","first_name":"Keith","last_name":"Mitchell","short_name":"K. Mitchell","common_name":"Keith Mitchell","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:32:00"},{"position":"T71","people_id":"7852744","first_name":"Akshay","last_name":"Bhatia","short_name":"A. Bhatia","common_name":"Akshay Bhatia","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:43:00"},{"position":"T71","people_id":"7852745","first_name":"Nick","last_name":"Hardy","short_name":"N. Hardy","common_name":"Nick Hardy","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:43:00"},{"position":"T71","people_id":"7852801","first_name":"Ryan","last_name":"Gerard","short_name":"R. Gerard","common_name":"Ryan Gerard","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:05:00"},{"position":"T71","people_id":"7860165","first_name":"William","last_name":"Mouw","short_name":"W. Mouw","common_name":"William Mouw","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:05:00"},{"position":"T71","people_id":"467815","first_name":"Byeonghun","last_name":"An","short_name":"An Byeonghun","common_name":"An Byeonghun","nationality_area_name":"Korea Republic","nationality_area_code":"KOR","nationality_area_id":"107","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:27:00"},{"position":"T71","people_id":"3062191","first_name":"Stephan","last_name":"Jäger","short_name":"S. Jäger","common_name":"Stephan Jäger","nationality_area_name":"Germany","nationality_area_code":"DEU","nationality_area_id":"80","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:27:00"},{"position":"T71","people_id":"3065277","first_name":"Cameron","last_name":"Davis","short_name":"C. Davis","common_name":"Cameron Davis","nationality_area_name":"Australia","nationality_area_code":"AUS","nationality_area_id":"19","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:38:00"},{"position":"T71","people_id":"7925778","first_name":"Jackson","last_name":"Koivun","short_name":"J. Koivun","common_name":"Jackson Koivun","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:00:00"},{"position":"T71","people_id":"7852716","first_name":"Takumi","last_name":"Kanaya","short_name":"T. Kanaya","common_name":"Takumi Kanaya","nationality_area_name":"Japan","nationality_area_code":"JPN","nationality_area_id":"102","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:11:00"},{"position":"T71","people_id":"7853268","first_name":"Quade","last_name":"Cummins","short_name":"Q. Cummins","common_name":"Quade Cummins","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:22:00"},{"position":"T71","people_id":"7853501","first_name":"Steven","last_name":"Fisk","short_name":"S. Fisk","common_name":"Steven Fisk","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:22:00"},{"position":"T71","people_id":"8031021","first_name":"Scotty","last_name":"Kennon","short_name":"S. Kennon","common_name":"Scotty Kennon","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:22:00"},{"position":"T71","people_id":"463864","first_name":"Zach","last_name":"Johnson","short_name":"Z. Johnson","common_name":"Zach Johnson","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-2","thru":"12","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:56:00"},{"position":"T71","people_id":"7852753","first_name":"Chun-an","last_name":"Yu","short_name":"Yu Chun-an","common_name":"Yu Chun-an","nationality_area_name":"Chinese Taipei","nationality_area_code":"TPE","nationality_area_id":"50","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-2","thru":"12","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:07:00"},{"position":"T71","people_id":"7853073","first_name":"Taylor","last_name":"Dickson","short_name":"T. Dickson","common_name":"Taylor Dickson","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-2","thru":"8","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 15:02:00"},{"position":"T71","people_id":"3062194","first_name":"Ben","last_name":"Silverman","short_name":"B. Silverman","common_name":"Ben Silverman","nationality_area_name":"Canada","nationality_area_code":"CAN","nationality_area_id":"43","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-2","thru":"11","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:18:00"},{"position":"T71","people_id":"3062222","first_name":"David","last_name":"Lipsky","short_name":"D. Lispky","common_name":"David Lipsky","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-2","thru":"11","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:18:00"},{"position":"T71","people_id":"7852699","first_name":"Nicolai","last_name":"Højgaard","short_name":"N. Højgaard","common_name":"Nicolai Højgaard","nationality_area_name":"Denmark","nationality_area_code":"DNK","nationality_area_id":"61","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"-4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"-2","thru":"15","today_par":"-4","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:12:00"},{"position":"T100","people_id":"463887","first_name":"Kevin","last_name":"Kisner","short_name":"K. Kisner","common_name":"Kevin Kisner","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"66","par_round_1":"-4","strokes_round_2":"","par_round_2":"4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"66","total_par":"-1","thru":"15","today_par":"3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:12:00"},{"position":"T100","people_id":"3062711","first_name":"Andrew","last_name":"Novak","short_name":"A. Novak","common_name":"Andrew Novak","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"-1","thru":"14","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:34:00"},{"position":"T100","people_id":"7853081","first_name":"Max","last_name":"Greyserman","short_name":"Max. Greyserman","common_name":"Max Greyserman","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"10","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:29:00"},{"position":"T100","people_id":"7853169","first_name":"Kristoffer","last_name":"Ventura","short_name":"K. Ventura","common_name":"Kristoffer Ventura","nationality_area_name":"Norway","nationality_area_code":"NOR","nationality_area_id":"146","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"8","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:51:00"},{"position":"T100","people_id":"7852992","first_name":"Michael","last_name":"Thorbjornsen","short_name":"M. Thorbjornsen","common_name":"Michael Thorbjornsen","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"8","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 15:02:00"},{"position":"T100","people_id":"3323982","first_name":"Matthias","last_name":"Schmid","short_name":"M. Schmid","common_name":"Matti Schmid","nationality_area_name":"Germany","nationality_area_code":"DEU","nationality_area_id":"80","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:32:00"},{"position":"T100","people_id":"466753","first_name":"Rafael","last_name":"Campos","short_name":"R. Campos","common_name":"Rafael Campos","nationality_area_name":"Puerto Rico","nationality_area_code":"PRI","nationality_area_id":"157","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:43:00"},{"position":"T100","people_id":"7852666","first_name":"Adam","last_name":"Svensson","short_name":"A. Svensson","common_name":"Adam Svensson","nationality_area_name":"Canada","nationality_area_code":"CAN","nationality_area_id":"43","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:54:00"},{"position":"T100","people_id":"463985","first_name":"Seamus","last_name":"Power","short_name":"S. Power","common_name":"Seamus Power","nationality_area_name":"Republic of Ireland","nationality_area_code":"IRL","nationality_area_id":"98","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:16:00"},{"position":"T100","people_id":"463886","first_name":"Siwoo","last_name":"Kim","short_name":"Kim Siwoo","common_name":"Kim Siwoo","nationality_area_name":"Korea Republic","nationality_area_code":"KOR","nationality_area_id":"107","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:38:00"},{"position":"T100","people_id":"464084","first_name":"Aaron","last_name":"Wise","short_name":"A. Wise","common_name":"Aaron Wise","nationality_area_name":"South Africa","nationality_area_code":"RSA","nationality_area_id":"175","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:38:00"},{"position":"T100","people_id":"7852724","first_name":"Pierceson","last_name":"Coody","short_name":"Pierceson. Coody","common_name":"Pierceson Coody","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"-1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:00:00"},{"position":"T100","people_id":"463928","first_name":"Patrick","last_name":"Rodgers","short_name":"P. Rodgers","common_name":"Patrick Rodgers","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"-1","thru":"10","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:29:00"},{"position":"T113","people_id":"7852688","first_name":"Thriston","last_name":"Lawrence","short_name":"T. Lawrence","common_name":"Thriston Lawrence","nationality_area_name":"South Africa","nationality_area_code":"RSA","nationality_area_id":"175","strokes_round_1":"68","par_round_1":"-2","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"68","total_par":"0","thru":"10","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:40:00"},{"position":"T113","people_id":"3019085","first_name":"Brandt","last_name":"Snedeker","short_name":"B. Snedeker","common_name":"Brandt Snedeker","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"0","thru":"14","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:23:00"},{"position":"T113","people_id":"7853630","first_name":"Thomas","last_name":"Rosenmueller","short_name":"T. Rosenmueller","common_name":"Thomas Rosenmueller","nationality_area_name":"Germany","nationality_area_code":"DEU","nationality_area_id":"80","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"0","thru":"9","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:51:00"},{"position":"T113","people_id":"7852693","first_name":"Eric","last_name":"Cole","short_name":"Eric. Cole","common_name":"Eric Cole","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"0","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:10:00"},{"position":"T113","people_id":"7852698","first_name":"Austin","last_name":"Eckroat","short_name":"Austin. Eckroat","common_name":"Austin Eckroat","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"0","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:54:00"},{"position":"T113","people_id":"7853702","first_name":"Stephen","last_name":"Franken","short_name":"Stephen. Franken","common_name":"Stephen Franken","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"0","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:00:00"},{"position":"T113","people_id":"7852863","first_name":"Jake","last_name":"Knapp","short_name":"J. Knapp","common_name":"Jake Knapp","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"-3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"0","thru":"13","today_par":"-4","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:45:00"},{"position":"T120","people_id":"463946","first_name":"Zac","last_name":"Blair","short_name":"Z. Blair","common_name":"Zac Blair","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"1","thru":"16","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:01:00"},{"position":"T120","people_id":"463903","first_name":"Camilo","last_name":"Villegas","short_name":"C. Villegas","common_name":"Camilo Villegas","nationality_area_name":"Colombia","nationality_area_code":"COL","nationality_area_id":"51","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"1","thru":"13","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:45:00"},{"position":"T120","people_id":"7853196","first_name":"Tain","last_name":"Lee","short_name":"Tain. Lee","common_name":"Tain Lee","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"69","par_round_1":"-1","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"69","total_par":"1","thru":"9","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 15:02:00"},{"position":"T120","people_id":"463942","first_name":"Lucas","last_name":"Glover","short_name":"L. Glover","common_name":"Lucas Glover","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"1","thru":"12","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:56:00"},{"position":"T120","people_id":"7785686","first_name":"Samuel","last_name":"Stevens","short_name":"S. Stevens","common_name":"Sam Stevens","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"1","thru":"11","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:18:00"},{"position":"T120","people_id":"7852954","first_name":"Joe","last_name":"Highsmith","short_name":"J. Highsmith","common_name":"Joe Highsmith","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"71","par_round_1":"1","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"71","total_par":"1","thru":"13","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:34:00"},{"position":"T120","people_id":"7852735","first_name":"Ryo","last_name":"Hisatsune","short_name":"R. Hisatsune","common_name":"Ryo Hisatsune","nationality_area_name":"Japan","nationality_area_code":"JPN","nationality_area_id":"102","strokes_round_1":"71","par_round_1":"1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"71","total_par":"1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:32:00"},{"position":"T120","people_id":"463914","first_name":"Ryan","last_name":"Palmer","short_name":"R. Palmer","common_name":"Ryan Palmer","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"71","par_round_1":"1","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"71","total_par":"1","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:49:00"},{"position":"T128","people_id":"3062247","first_name":"Chan","last_name":"Kim","short_name":"Kim Chan","common_name":"Chan Kim","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"67","par_round_1":"-3","strokes_round_2":"","par_round_2":"4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"67","total_par":"2","thru":"16","today_par":"5","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:01:00"},{"position":"T128","people_id":"7852717","first_name":"Antoine","last_name":"Rozner","short_name":"A. Rozner","common_name":"Antoine Rozner","nationality_area_name":"France","nationality_area_code":"FRA","nationality_area_id":"76","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"2","thru":"9","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:40:00"},{"position":"T128","people_id":"7853055","first_name":"Kevin","last_name":"Velo","short_name":"K. Velo","common_name":"Kevin Velo","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"71","par_round_1":"1","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"71","total_par":"2","thru":"9","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:51:00"},{"position":"T128","people_id":"463962","first_name":"Bud","last_name":"Cauley","short_name":"B. Cauley","common_name":"Bud Cauley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:10:00"},{"position":"T128","people_id":"463882","first_name":"Jim","last_name":"Herman","short_name":"J. Herman","common_name":"Jim Herman","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:21:00"},{"position":"T128","people_id":"3323171","first_name":"William","last_name":"Gordon","short_name":"W. Gordon","common_name":"Will Gordon","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:49:00"},{"position":"T128","people_id":"7853242","first_name":"Danny","last_name":"Walker","short_name":"D. Walker","common_name":"Danny Walker","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:49:00"},{"position":"T128","people_id":"3062707","first_name":"Braden","last_name":"Thornberry","short_name":"B. Thornberry","common_name":"Braden Thornberry","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:11:00"},{"position":"T128","people_id":"7860302","first_name":"Gordon","last_name":"Sargent","short_name":"G. Sargent","common_name":"Gordon Sargent","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"2","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:11:00"},{"position":"T137","people_id":"7852681","first_name":"Thomas","last_name":"Detry","short_name":"Thomas. Detry","common_name":"Thomas Detry","nationality_area_name":"Belgium","nationality_area_code":"BEL","nationality_area_id":"27","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"3","thru":"12","today_par":"3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:56:00"},{"position":"T137","people_id":"7860260","first_name":"Austin","last_name":"Duncan","short_name":"Austin. Duncan","common_name":"Austin Duncan","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"70","par_round_1":"0","strokes_round_2":"","par_round_2":"3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"70","total_par":"3","thru":"8","today_par":"3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 15:02:00"},{"position":"T137","people_id":"7852752","first_name":"Chad","last_name":"Ramey","short_name":"C. Ramey","common_name":"Chad Ramey","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"3","thru":"17","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 12:50:00"},{"position":"T137","people_id":"7850994","first_name":"Sahith","last_name":"Theegala","short_name":"Sahith. Theegala","common_name":"Sahith Theegala","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"72","par_round_1":"2","strokes_round_2":"","par_round_2":"1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"72","total_par":"3","thru":"12","today_par":"1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:56:00"},{"position":"T137","people_id":"7852723","first_name":"Erik","last_name":"van Rooyen","short_name":"E. van Rooyen","common_name":"Erik van Rooyen","nationality_area_name":"South Africa","nationality_area_code":"RSA","nationality_area_id":"175","strokes_round_1":"73","par_round_1":"3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"73","total_par":"3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:43:00"},{"position":"T137","people_id":"7850988","first_name":"Joohyung","last_name":"Kim","short_name":"Kim Joohyung","common_name":"Kim Joohyung","nationality_area_name":"Korea Republic","nationality_area_code":"KOR","nationality_area_id":"107","strokes_round_1":"73","par_round_1":"3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"73","total_par":"3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:54:00"},{"position":"T137","people_id":"7860100","first_name":"Nick","last_name":"Dunlap","short_name":"Nick. Dunlap","common_name":"Nick Dunlap","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"73","par_round_1":"3","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"73","total_par":"3","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:38:00"},{"position":"T144","people_id":"7852877","first_name":"Cristobal","last_name":"Del Solar","short_name":"C. Del Solar","common_name":"Cristobal Del Solar","nationality_area_name":"Chile","nationality_area_code":"CHL","nationality_area_id":"48","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"0","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"4","thru":"10","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:40:00"},{"position":"T144","people_id":"7852677","first_name":"Davis","last_name":"Riley","short_name":"D. Riley","common_name":"Davis Riley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 19:16:00"},{"position":"T144","people_id":"7861393","first_name":"Will","last_name":"Chandler","short_name":"W. Chandler","common_name":"Will Chandler","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:11:00"},{"position":"T144","people_id":"7923181","first_name":"Preston","last_name":"Cole","short_name":"P. Cole","common_name":"Preston Cole","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"4","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 20:11:00"},{"position":"T144","people_id":"463957","first_name":"Luke","last_name":"List","short_name":"L. List","common_name":"Luke List","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"75","par_round_1":"5","strokes_round_2":"","par_round_2":"-1","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"75","total_par":"4","thru":"13","today_par":"-1","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:45:00"},{"position":"T144","people_id":"7853141","first_name":"Jackson","last_name":"Suber","short_name":"J. Suber","common_name":"Jackson Suber","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"76","par_round_1":"6","strokes_round_2":"","par_round_2":"-2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"76","total_par":"4","thru":"9","today_par":"-2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 15:02:00"},{"position":"T150","people_id":"3062201","first_name":"Adam","last_name":"Schenk","short_name":"A. Schenk","common_name":"Adam Schenk","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"73","par_round_1":"3","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"73","total_par":"5","thru":"14","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:23:00"},{"position":"T150","people_id":"7853001","first_name":"Jesper","last_name":"Svensson","short_name":"J. Svensson","common_name":"Jesper Svensson","nationality_area_name":"Sweden","nationality_area_code":"SWE","nationality_area_id":"184","strokes_round_1":"73","par_round_1":"3","strokes_round_2":"","par_round_2":"2","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"73","total_par":"5","thru":"8","today_par":"2","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 15:02:00"},{"position":"T150","people_id":"7853361","first_name":"Isaiah","last_name":"Salinda","short_name":"I. Salinda","common_name":"Isaiah Salinda","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"75","par_round_1":"5","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"75","total_par":"5","thru":"","today_par":"","current_round":"2","current_round_id":"113162","status":"between_rounds","tee_time_today":"2025-08-01 18:32:00"},{"position":"153","people_id":"3062575","first_name":"Philip","last_name":"Knowles","short_name":"P. Knowles","common_name":"Philip Knowles","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"73","par_round_1":"3","strokes_round_2":"","par_round_2":"3","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"73","total_par":"6","thru":"9","today_par":"3","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 14:51:00"},{"position":"154","people_id":"3062706","first_name":"Greyson","last_name":"Sigg","short_name":"G. Sigg","common_name":"Greyson Sigg","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"4","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"8","thru":"15","today_par":"4","current_round":"2","current_round_id":"113162","status":"active","tee_time_today":"2025-08-01 13:12:00"},{"position":"WD","people_id":"3062197","first_name":"Nate","last_name":"Lashley","short_name":"N. Lashley","common_name":"Nate Lashley","nationality_area_name":"United States","nationality_area_code":"USA","nationality_area_id":"203","strokes_round_1":"74","par_round_1":"4","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"74","total_par":"0","thru":"","today_par":"4","current_round":"","current_round_id":"","status":"withdrawn","tee_time_today":"2025-07-31 19:38:00"},{"position":"WD","people_id":"7852783","first_name":"Kaito","last_name":"Onishi","short_name":"K. Onishi","common_name":"Kaito Onishi","nationality_area_name":"Japan","nationality_area_code":"JPN","nationality_area_id":"102","strokes_round_1":"78","par_round_1":"8","strokes_round_2":"","par_round_2":"","strokes_round_3":"","par_round_3":"","strokes_round_4":"","par_round_4":"","total_strokes":"78","total_par":"0","thru":"","today_par":"8","current_round":"","current_round_id":"","status":"withdrawn","tee_time_today":"2025-07-31 14:40:00"}]},"round":[{"round_id":"113161","name":"Round 1","type":"table","start_date":"2025-07-31","start_time":"","start_date_utc":"2025-07-31","start_time_utc":"","end_date":"2025-07-31","end_time":"","end_date_utc":"2025-07-31","end_time_utc":"","last_updated":"2024-12-24 09:39:47","broadcasters":{"broadcaster":[{"broadcaster_id":"3047","broadcaster_name":"Ziggo Sport","broadcaster_area_id":"138","broadcaster_area_name":"Netherlands"},{"broadcaster_id":"7107","broadcaster_name":"NBC Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"7234","broadcaster_name":"RDS","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"7984","broadcaster_name":"CBS Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"100460","broadcaster_name":"TSN","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"103046","broadcaster_name":"Golf Channel","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"103572","broadcaster_name":"Sky Sport","broadcaster_area_id":"80","broadcaster_area_name":"Germany"},{"broadcaster_id":"103576","broadcaster_name":"Sky Sports","broadcaster_area_id":"250","broadcaster_area_name":"Great Britain"},{"broadcaster_id":"104268","broadcaster_name":"Eurosport","broadcaster_area_id":"156","broadcaster_area_name":"Portugal"},{"broadcaster_id":"106653","broadcaster_name":"Canal+","broadcaster_area_id":"76","broadcaster_area_name":"France"},{"broadcaster_id":"109415","broadcaster_name":"Max","broadcaster_area_id":"176","broadcaster_area_name":"Spain"},{"broadcaster_id":"109416","broadcaster_name":"BeTV","broadcaster_area_id":"27","broadcaster_area_name":"Belgium"}]},"round_extra":{"medal_round":""},"referees":[]},{"round_id":"113162","name":"Round 2","type":"table","start_date":"2025-08-01","start_time":"","start_date_utc":"2025-08-01","start_time_utc":"","end_date":"2025-08-01","end_time":"","end_date_utc":"2025-08-01","end_time_utc":"","last_updated":"2024-12-24 09:39:47","broadcasters":{"broadcaster":[{"broadcaster_id":"3047","broadcaster_name":"Ziggo Sport","broadcaster_area_id":"138","broadcaster_area_name":"Netherlands"},{"broadcaster_id":"7107","broadcaster_name":"NBC Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"7234","broadcaster_name":"RDS","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"7984","broadcaster_name":"CBS Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"100460","broadcaster_name":"TSN","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"103046","broadcaster_name":"Golf Channel","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"103572","broadcaster_name":"Sky Sport","broadcaster_area_id":"80","broadcaster_area_name":"Germany"},{"broadcaster_id":"103576","broadcaster_name":"Sky Sports","broadcaster_area_id":"250","broadcaster_area_name":"Great Britain"},{"broadcaster_id":"104268","broadcaster_name":"Eurosport","broadcaster_area_id":"156","broadcaster_area_name":"Portugal"},{"broadcaster_id":"106653","broadcaster_name":"Canal+","broadcaster_area_id":"76","broadcaster_area_name":"France"},{"broadcaster_id":"109415","broadcaster_name":"Max","broadcaster_area_id":"176","broadcaster_area_name":"Spain"},{"broadcaster_id":"109416","broadcaster_name":"BeTV","broadcaster_area_id":"27","broadcaster_area_name":"Belgium"}]},"round_extra":{"medal_round":""},"referees":[]},{"round_id":"113163","name":"Round 3","type":"table","start_date":"2025-08-02","start_time":"","start_date_utc":"2025-08-02","start_time_utc":"","end_date":"2025-08-02","end_time":"","end_date_utc":"2025-08-02","end_time_utc":"","last_updated":"2024-12-24 09:39:47","broadcasters":{"broadcaster":[{"broadcaster_id":"3047","broadcaster_name":"Ziggo Sport","broadcaster_area_id":"138","broadcaster_area_name":"Netherlands"},{"broadcaster_id":"7107","broadcaster_name":"NBC Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"7234","broadcaster_name":"RDS","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"7984","broadcaster_name":"CBS Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"100460","broadcaster_name":"TSN","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"103046","broadcaster_name":"Golf Channel","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"103572","broadcaster_name":"Sky Sport","broadcaster_area_id":"80","broadcaster_area_name":"Germany"},{"broadcaster_id":"103576","broadcaster_name":"Sky Sports","broadcaster_area_id":"250","broadcaster_area_name":"Great Britain"},{"broadcaster_id":"104268","broadcaster_name":"Eurosport","broadcaster_area_id":"156","broadcaster_area_name":"Portugal"},{"broadcaster_id":"106653","broadcaster_name":"Canal+","broadcaster_area_id":"76","broadcaster_area_name":"France"},{"broadcaster_id":"109415","broadcaster_name":"Max","broadcaster_area_id":"176","broadcaster_area_name":"Spain"},{"broadcaster_id":"109416","broadcaster_name":"BeTV","broadcaster_area_id":"27","broadcaster_area_name":"Belgium"}]},"round_extra":{"medal_round":""},"referees":[]},{"round_id":"113164","name":"Round 4","type":"table","start_date":"2025-08-03","start_time":"","start_date_utc":"2025-08-03","start_time_utc":"","end_date":"2025-08-03","end_time":"","end_date_utc":"2025-08-03","end_time_utc":"","last_updated":"2024-12-24 09:39:47","broadcasters":{"broadcaster":[{"broadcaster_id":"3047","broadcaster_name":"Ziggo Sport","broadcaster_area_id":"138","broadcaster_area_name":"Netherlands"},{"broadcaster_id":"7107","broadcaster_name":"NBC Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"7234","broadcaster_name":"RDS","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"7984","broadcaster_name":"CBS Sports","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"100460","broadcaster_name":"TSN","broadcaster_area_id":"43","broadcaster_area_name":"Canada"},{"broadcaster_id":"103046","broadcaster_name":"Golf Channel","broadcaster_area_id":"203","broadcaster_area_name":"United States"},{"broadcaster_id":"103572","broadcaster_name":"Sky Sport","broadcaster_area_id":"80","broadcaster_area_name":"Germany"},{"broadcaster_id":"103576","broadcaster_name":"Sky Sports","broadcaster_area_id":"250","broadcaster_area_name":"Great Britain"},{"broadcaster_id":"104268","broadcaster_name":"Eurosport","broadcaster_area_id":"156","broadcaster_area_name":"Portugal"},{"broadcaster_id":"106653","broadcaster_name":"Canal+","broadcaster_area_id":"76","broadcaster_area_name":"France"},{"broadcaster_id":"109415","broadcaster_name":"Max","broadcaster_area_id":"176","broadcaster_area_name":"Spain"},{"broadcaster_id":"109416","broadcaster_name":"BeTV","broadcaster_area_id":"27","broadcaster_area_name":"Belgium"}]},"round_extra":{"medal_round":""},"referees":[]}]}}}}}}}}