The golf stats API
Shot-by-shot ShotLink and TrackMan tracking, hole-by-hole scoring, leaderboards, courses, and tournament odds — the four majors, the PGA Tour stops, and the FedExCup playoffs, one Bearer token away.
One call to the leaderboard.
Plain REST over HTTPS, keyset pagination, JSON out. The response below is real — tournament 2 is the Sony Open in Hawaii.
curl "https://api.stat-api.com/api/v1/pga/leaderboards?tournament_id=2" \
-H "Authorization: Bearer YOUR_API_KEY"
# → { "leaderboards": [ {
# "id": 31074, "tournament_id": 2,
# "player_id": 3324, "total_strokes": 74,
# ... 23 fields per row
# } ], "next_from_id": ... }
Every shot, every hole, every stop.
Shot-by-shot tracking
2.8M shots with ShotLink coordinates and TrackMan radar — carry, spin, and landing position, not just the scorecard.
Leaderboards & rounds
Tournament leaderboards, per-player rounds, and 1.1M hole-by-hole scoring rows across 356 tournaments.
Courses & hole stats
Course and per-hole scoring statistics — the layout context behind every round.
Odds, tours, players & news
Tournament odds, tour membership, player profiles, season-long stats, and player news.
Golf API questions, answered.
Is there a free golf API?
Yes — the stat-api free tier includes 50,000 records a month across every league, golf included, with no card required. Paid tiers start at $49/mo for 5M records.
Does the golf API include shot-level data?
Yes — 2.8M shots with ShotLink coordinates and TrackMan radar across PGA Tour events. (The Masters publishes no shot-level tracking, so Augusta rounds carry scoring only.)
Does it cover golf betting odds?
Yes — tournament odds keyed to the tournaments they price, alongside leaderboards and player form to join them against.
Can AI agents and assistants use it?
Yes — an MCP server at api.stat-api.com/mcp (catalog tools need no key), a full OpenAPI 3.1 spec, a public GraphQL schema, and llms.txt. Any MCP client — Claude, ChatGPT, or your own agent — can query golf data directly.
Start with the free tier.
50,000 records a month, every league, no card. The full golf reference has live, runnable examples for all 15 tables.