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