Rounds Finished Next Day (API)

Hello,

I have an app that syncs the live scores from datagolf every 5 minutes. I noticed during the US Open that since they were finishing round 1 on day 2, it was messing with some of my syncing logic.

Unfortunately, I was on a trip and could not look into it further.

I’m just wondering if anyone has any insight on how the API handles rounds finished the next day.

EDIT: I suppose I could explicitly use the ‘round’ query param. That’s probably the answer.

1 Like

I would use the “live model predictions” endpoint, which has a field for each round score:

Screen Shot 2026-06-26 at 12.49.26 PM

It’s also more reliable than the live stats endpoint during the majors, when we have to use alternative data sources which often makes getting the shot-level data more difficult.