get https://api.sportradar.com/golf///v3///tournaments/schedule.
Schedule of tournaments for a given season including date, location, course layouts, and tournament purse.
Update Frequency
10s Time To Live / Cache
Data Points
Course:
Attribute | Parent Element | Type | Description | |
---|---|---|---|---|
id | course | GUID | Unique ID of a course ex. 7e9462a5-66ea-4205-b37a-81884e3653cf | |
name | course | String | Name of a course ex. Augusta National | |
par | course | Integer | Par for a course ex. 72 | |
yardage | course | Integer | Total yardage of a course ex. 7510 | |
number | course - holes - hole | Integer | Hole number (1-18) | |
par | course - holes - hole | Integer | Par for a hole ex. 5 | |
yardage | course - holes - hole | Integer | Total yardage of a hole ex. 570 | |
city | venue | String | City of a course ex. Augusta | |
country | venue | String | Country of a course ex. USA | |
id | venue | GUID | Unique ID of a course ex. d555598a-aed0-44fe-b659-4250264c7820 | + |
latitude | venue | String | Latitude of a course ex. 33.50227066932358 | |
longitude | venue | String | Longitude of a course ex. -82.02260614770309 | |
name | venue | String | Name of a course ex. Augusta National Golf Club | |
state | venue | String | State or province of a course ex. GA | |
zipcode | venue | Integer | ZIP code of a course ex. 30904 |
Player:
Note: Player information appears for the tournament winner (
winner
) and the defending champ (defending_champ
)
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbr_name | player | String | Abbreviated name of a player ex. R.McIlroy |
birthday | player | Date | Player date of birth ex. 1989-05-04 |
birth_place | player | String | Birthplace of a player ex. Holywood, , IRL |
college | player | String | College attended ex. Iowa |
country | player | String | Country of a player ex. NORTHERN IRELAND |
first_name | player | String | First name of a player ex. Rory |
handedness | player | String | Handedness of a player ex. R , L |
height | player | Integer | Height in inches |
id | player | GUID | Unique player ID ex. da226913-b804-48de-adbf-96e956eb75ac |
last_name | player | String | Last name of a player ex. McIlroy |
name | player | String | Name of a player ex. McIlroy, Rory |
residence | player | String | Residence of a player ex. Holywood, , IRL |
weight | player | Short | Weight in lbs. |
turned_pro | player | Short | Year a player became a professional |
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | tour - season | GUID | Unique ID of a season ex. ece9907c-6fe3-4944-8cb9-bb1033270259 |
year | tour - season | GUID | Year of a tour season |
Tour:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | tour | String | Alias of a tour ex. pga |
id | tour | GUID | Unique ID of a tour ex. b52068af-28e4-4e91-bdbb-037591b0ff84 |
name | tour | String | Name of a tour ex. PGA Tour |
Tournament:
Attribute | Parent Element | Type | Description |
---|---|---|---|
course_timezone | tournament | String | Timezone of a course ex. America/New_York |
coverage | tournament | String | Coverage of a tournament. Click *here for a complete breakdown of our tour coverage. ex. full |
cut_round | tournament | Integer | Round number in which the cut is made |
cutline | tournament | Integer | Cut line for a tournament (score a player must shoot to remain in the tournament) ex. -2 |
currency | tournament | String | Prize money currency type of a tournament ex. USD |
end_date | tournament | dateTime | End date of a tournament ex. 2022-11-20 |
event_type | tournament | dateTime | Scoring type of a tournamentstroke , match , cup , team , mix |
points | tournament | Integer | Total number of FedEX Cup points for a tournament |
id | tournament | GUID | Unique ID of a tournament ex. 42b7bbc2-858a-4c0d-85dc-b30179bb5e9a |
name | tournament | String | Name of a tournament ex. Wells Fargo Championship |
network | tournament | String | Name of a tournament's broadcast network ex. The Golf Channel |
projected_cutline | tournament | Integer | Projected cut line for an in progress tournament (score a player must shoot to remain in the tournament) ex. -2 |
purse | tournament | Float | Total prize money for a tournament ex. 15000000.0 |
scoring_system | tournament | String | Scoring system for a tournamentstroke , stableford |
start_date | tournament | dateTime | Start date of a tournament ex. 2022-11-20 |
status | tournament | GUID | Status of a tournamentscheduled , inprogress , delayed , cancelled , created , complete , closed , playoff , reopened |
parent_id | tournament | GUID | Unique parent ID for a tournament. Use this ID to tie reoccurring events across seasons. ex. 5c8d8f92-8da7-4d5d-860b-e820d57ff640 (ID for The Masters) |
winning_share | tournament | Float | Prize money for first place in a tournament ex. 1080000.0 |