Golf Leaderboard Data
Professional golf data, golf tours, fixtures, results and up to the minute leaderboards for major international golf tournaments. We're expanding all the time! If you want something we don't have send us a request and we'll pencil it in for development.
Golf Leaderboard Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
World Rankings /world-rankings |
World Golf Rankings for players across all tours. Big file, shouldn't be queried often. |
| GET |
Tour Rankings /tour-rankings/{tour_id}/{season} |
See player rankings accross the various tours given a `tour_id` and `season` |
| GET |
Fixtures /fixtures/{tour_id}/{season_id} |
Lists tournament fixtures for a given tour_id and season_id. You'll need to query the "Tours" endpoint to get the correct tour_id and season_id you're looking for. |
| GET |
Entry List /entry-list/{tournament_id} |
Entry List for given tournament - query this to see who will be taking part. |
| GET |
Tours /tours |
Lists available tours and seasons |
| GET |
Leaderboard /leaderboard/{tournament_id} |
Lists information for a given tournament_id. Includes leaderboard and per player round information. Also includes live tournament status. |
| GET |
Projected PGA Rankings /projected-rankings-pga/{season} |
This endpoint allows you to see the projected PGA rankings throughout a PGA event |
| GET |
PGA Scorecards /scorecard/{tourn_id}/{player_id} |
Provides scorecards for a given player in a given tournament |
Golf Leaderboard Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $22 / month | 60 / minute |
|
| ULTRA Recommended | $42 / month | 120 / minute |
|
| MEGA | $52 / month | 120 / minute |
|