> 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/example-json-responses/ryder-cup.md).

# Ryder Cup

{% hint style="info" %}
The following JSON packets are taken from a like for like simulation of the 2021 Ryder Cup.

N.B. A different course was used for the purpose of this simulation (Abu Dhabi) and so the par values of each hole are that of the Abu Dhabi course and not the course where the tournament was actually played.

Other than the above these are final for Ryder Cup tournament format.
{% endhint %}

## Schedule Endpoints (REST)

{% file src="/files/8pt1HF7r1k1nP5VYr225" %}

{% file src="/files/9omPKlStaEAyuo6nlMAv" %}

{% file src="/files/e68eIQfkklfnVK3mJGpP" %}

{% file src="/files/CDsS4QfkncV7ib5aCJx2" %}

{% file src="/files/i5gydJseLWOjOXYuqW26" %}

## Stream Endpoints (WS)

{% file src="/files/Alh6IxEA3PdnkLl3DH5Z" %}

{% file src="/files/I6KfDZVCTL9FUFLwyXiP" %}

## Match Details (WS)

{% file src="/files/NSCXUjmFP7Z5SFBC8qDl" %}

{% file src="/files/XJjTIkNkdLNyUxdym9aq" %}

{% file src="/files/PiqUK96laG0HxP0kGLuc" %}

{% file src="/files/iaQsnIrJIGf846N5TVvp" %}

{% file src="/files/WfDRFCRwZ7yEL8d1arYN" %}

{% file src="/files/4SD4YTaFvVgwjWV6dLS9" %}

{% file src="/files/q0XufffmwDmaaRX3SviC" %}

{% file src="/files/G8pGqHGZHr58XtNjgnLK" %}

{% file src="/files/jngU3S7TcEYW7PQvbspv" %}

{% file src="/files/JX8EV4KzAMOazgpjZyli" %}

{% file src="/files/GrTggVm8xhqeNeIJpTRN" %}

{% file src="/files/ZnT2C0IBuQZSc4PXTstq" %}


---

# 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/example-json-responses/ryder-cup.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.
