Just noticed an difference with event_ids in 2 api endpoints.
This is from: https://feeds.datagolf.com/get-schedule
{
“course”: “Gary Player CC”,
“course_key”: “gary player cc”,
“event_id”: “TBD”,
“event_name”: “Nedbank Golf Challenge in honour of Gary Player”,
“latitude”: -25.339,
“location”: “Sun City, South Africa”,
“longitude”: 27.106,
“start_date”: “2025-12-04”
},
{
“course”: “Royal Melbourne GC”,
“course_key”: “royal melbourne gc”,
“event_id”: “2026101”,
“event_name”: “Crown Australian Open”,
“latitude”: -37.97,
“location”: “Black Rock, Australia”,
“longitude”: 145.03,
“start_date”: “2025-12-04”
},
And this is from: https://feeds.datagolf.com/field-updates
{
“current_round”: 1,
“event_id”: 2026101,
“event_name”: “Nedbank Golf Challenge in honour of Gary Player”
Cheers,
Mick