> 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/golf-media/untitled.md).

# Static Endpoints (RESTful)

- [Tournament(s)](https://docs.sportradar.com/golf-media/untitled/tournament-s.md)
- [Entrylist](https://docs.sportradar.com/golf-media/untitled/entrylist.md)
- [Schedule](https://docs.sportradar.com/golf-media/untitled/schedule.md)
- [Live Events](https://docs.sportradar.com/golf-media/untitled/live-events.md)
- [Players](https://docs.sportradar.com/golf-media/untitled/players.md)
- [Squads](https://docs.sportradar.com/golf-media/untitled/squads.md): \*FOR MATCHPLAY EVENTS ONLY\*
- [End of Round Strokes](https://docs.sportradar.com/golf-media/untitled/end-of-round-strokes.md): A feed which includes all of the key meta data per shot within a Team's round, compiled and stored, once a Round becomes Official.
- [Play By Play Shot Commentary](https://docs.sportradar.com/golf-media/untitled/play-by-play-shot-commentary.md): This endpoint returns play by play (PBP) shot commentary to be used for significant match play events such as the Ryder Cup as well as top stroke play events.
- [Course Fingerprints](https://docs.sportradar.com/golf-media/untitled/course-fingerprints.md): This endpoint returns a variety of data points about the course and its context
- [Golf Entry List Data](https://docs.sportradar.com/golf-media/untitled/golf-entry-list-data.md): This endpoint returns data for each player via the entry list of the tournament indicated in the endpoint parameter
- [Golf AI Commentary](https://docs.sportradar.com/golf-media/untitled/golf-ai-commentary.md): This endpoint returns shot commentary to be used for front end UI products such as the Golf Event Centre, but can also be delivered as REST endpoint data feeds
- [Player Strokes Gained (SG) Percentiles](https://docs.sportradar.com/golf-media/untitled/player-strokes-gained-sg-percentiles.md): This endpoint returns the strokes gained shot values for players specified in the request parameters for a specified tournament.
- [Player Stats per round per tournament](https://docs.sportradar.com/golf-media/untitled/player-stats-per-round-per-tournament.md): This endpoint returns a very wide range of specified player stats for each round of the specified tournament.
- [Detailed Player Strokes per tournament](https://docs.sportradar.com/golf-media/untitled/detailed-player-strokes-per-tournament.md): This endpoint returns detailed player strokes positions and distance left for each shot SG shot type per tournament.
- [Group stats for the tournament, group number and round](https://docs.sportradar.com/golf-media/untitled/group-stats-for-the-tournament-group-number-and-round.md): This endpoint returns stats of each player within each group of the tournament
- [Hole Stats for the tournament, player and round](https://docs.sportradar.com/golf-media/untitled/hole-stats-for-the-tournament-player-and-round.md): This endpoint returns a wide range of hole stats for the specified player in the given round of the tournament
- [Textual group stats for tournament, group number and round](https://docs.sportradar.com/golf-media/untitled/textual-group-stats-for-tournament-group-number-and-round.md): This endpoint returns select stats for the group within the tournament with default written statements describing key event metrics
- [Websocket - REST APIs](https://docs.sportradar.com/golf-media/untitled/websocket-rest-apis.md)
- [Polling limits](https://docs.sportradar.com/golf-media/untitled/polling-limits.md)
- [Healthcheck](https://docs.sportradar.com/golf-media/untitled/healthcheck.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/golf-media/untitled.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.
