> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation.md).

# LD Golf API Documentation

- [General Information](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/general-information.md): General information about the Live Data Golf API, including authentication, transport options, snapshots, errors, and heartbeats.
- [Common IAM Guide](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/common-iam-guide.md)
- [LD Golf API Endpoints - Static](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static.md): Document describing LD API for Golf Tournaments
- [Tournaments list](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/tournaments-list.md)
- [Single Tournament](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/single-tournament.md)
- [Entrylist](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/entrylist.md)
- [Stroke Play Schedule](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/stroke-play-schedule.md)
- [Match Play Schedule](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/match-play-schedule.md)
- [Players](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/players.md)
- [Match Play Squads](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/ld-golf-api-endpoints-static/match-play-squads.md)
- [Live Events](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-events.md)
- [Live Events](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-events/live-events.md)
- [DELETE/UPDATE approach](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-events/delete-update-approach.md)
- [Live Event types](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types.md): List of available live event types and their payloads that could be received via WebSocket or REST endpoints.
- [Round Events (SportEvent)](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/round-events-sportevent.md)
- [Hole Events](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/hole-events.md)
- [Standard Stroke Event](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/standard-stroke-event.md)
- [Ball Drops and Penalty Events](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/live-event-types/ball-drops-and-penalty-events.md)
- [State (leaderboard, scoreboard, hole-by-hole)](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/state-leaderboard-scoreboard-hole-by-hole.md)
- [Stroke Play Leaderboard](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/state-leaderboard-scoreboard-hole-by-hole/stroke-play-leaderboard.md)
- [Match Play Leaderboard](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/state-leaderboard-scoreboard-hole-by-hole/match-play-leaderboard.md)
- [Stroke Play Hole-by-hole](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/state-leaderboard-scoreboard-hole-by-hole/stroke-play-hole-by-hole.md)
- [Match Play Hole-by-hole](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/state-leaderboard-scoreboard-hole-by-hole/match-play-hole-by-hole.md)
- [Technical endpoints](https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation/technical-endpoints.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/live-data/live-data-golf-api-design/ld-golf-api-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
