> 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/feed-specifications.md).

# FEED SPECIFICATIONS

- [Schedule Endpoints (RESTful)](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest.md)
- [Tournament(s)](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/tournament-s.md)
- [Entrylist](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/entrylist.md)
- [Schedule](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/schedule.md)
- [Live Events](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/live-events.md)
- [Players](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/players.md)
- [Squads](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/squads.md): \*FOR MATCHPLAY EVENTS ONLY\*
- [End of Round Strokes](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/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.
- [Websocket - REST APIs](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/websocket-rest-apis.md): Most of the Golf websockets are available via REST calls. Please find a breakdown below:
- [Polling limits](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/polling-limits.md)
- [Healthcheck](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/healthcheck.md)
- [Draft Schedule](https://docs.sportradar.com/golf/feed-specifications/endpoints-rest/schedule-1.md)
- [Stream Endpoints (WebSocket)](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream.md)
- [Leaderboard](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/leaderboard.md)
- [Team Hole-By-Hole Score](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/team-hole-by-hole-score.md)
- [Team Round Details](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/team-round-details.md)
- [Player Statistics](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/player-statistics.md): Please note statistics are only available for events after the 16th June 2022.
- [Player Statistics Rankings](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/player-statistics-rankings.md): Please note statistics are only available for events after the 16th June 2022.
- [Hole Statistics](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/hole-statistics.md): Please note statistics are only available for events after the 16th June 2022.
- [Leaderboard - Match Play](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/match-play-leaderboard.md)
- [Match Score - Match Play](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/match-play-scoreboard.md): Applies when Tournament(s)/\`format\`="Match"
- [Team Match Details - Match Play](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/team-match-details-match-play.md): Applies when Tournament(s)/\`format\`="Match"
- [Strokes Gained (Individual shot)](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/strokes-gained-individual-shot.md)
- [Golf Multiplexer Websocket](https://docs.sportradar.com/golf/feed-specifications/endpoints-stream/golf-multiplexer-websocket.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:

```
GET https://docs.sportradar.com/golf/feed-specifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
