> 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/presidents-cup.md).

# Presidents Cup

{% hint style="info" %}
The following section covers IMG's Rest APIs and Websocket JSON packets that were taken from a the 2022 Presidents Cup.
{% endhint %}

## Schedule Endpoints (RESTful)

This section covers the static data files from DDE

### Entrylist

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

### Schedule

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

### Squads

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

## Stream Endpoints (Websocket)

### Leaderboard

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

### Match Play Leaderboard

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

### Match Score MatchPlay

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

### Match Details

#### Round Started

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

#### Round Finished

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

#### Round Official

{% file src="/files/6pQ3l1wV2FKCoFCLtbiQ" %}

#### Hole Started

{% file src="/files/3NyGwvyvkGKIEKORWgHK" %}

#### Hole Finished

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

#### Addressing Ball

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

#### Hit Ball

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

#### Approximate Ball Lie

{% file src="/files/5ThGV3G24Do6Jh2vRmSF" %}

#### Detailed Lie

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

#### Ball Holed

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

#### Ball Drop

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

#### Penalty

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

#### Corrections

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

#### Hole Correction Mode - Start

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

#### Hole Correction Mode - End

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


---

# 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/presidents-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.
