> 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/uof/support-and-history/archived/deprecated-uof-endpoints/schedule-for-a-tournament.md).

# Schedule for a tournament

The schedule for a tournament element provides info related to the matches foreseen in a season.

The schema is the following:

* tournament
  * sport
  * category
  * current season
  * season coverage info
* sport event
  * tournament\_round
  * season
  * tournament
    * sport
    * category
  * competitors
    * competitor
    * reference id
  * venue

Element of the Schedule for a tournament end point are listed below:

#### Tournament <a href="#uofscheduleforatournament-tournament" id="uofscheduleforatournament-tournament"></a>

For more detailed info about this element please check Tournament

#### Sport <a href="#uofscheduleforatournament-sport" id="uofscheduleforatournament-sport"></a>

For more detailed info about this element please check Sport

#### Category <a href="#uofscheduleforatournament-category" id="uofscheduleforatournament-category"></a>

For more detailed info about this element please check Category

#### Current Season <a href="#uofscheduleforatournament-currentseason" id="uofscheduleforatournament-currentseason"></a>

For more detailed info about this element please check Current season

#### Season Coverage Info <a href="#uofscheduleforatournament-seasoncoverageinfo" id="uofscheduleforatournament-seasoncoverageinfo"></a>

For more detailed info about this element please check Season coverage info

#### Sport Event <a href="#uofscheduleforatournament-sportevent" id="uofscheduleforatournament-sportevent"></a>

For more detailed info about this element please check Sport event

#### Tournament\_round <a href="#uofscheduleforatournament-tournament_round" id="uofscheduleforatournament-tournament_round"></a>

For more detailed info about this element please check Tournament\_round

#### Season <a href="#uofscheduleforatournament-season" id="uofscheduleforatournament-season"></a>

For more detailed info about this element please check Season

#### Tournament <a href="#uofscheduleforatournament-tournament.1" id="uofscheduleforatournament-tournament.1"></a>

For more detailed info about this element please check Tournament

#### Sport <a href="#uofscheduleforatournament-sport.1" id="uofscheduleforatournament-sport.1"></a>

For more detailed info about this element please check Sport

#### Category <a href="#uofscheduleforatournament-category.1" id="uofscheduleforatournament-category.1"></a>

For more detailed info about this element please check Category

#### Competitor <a href="#uofscheduleforatournament-competitor" id="uofscheduleforatournament-competitor"></a>

For more detailed info about this element please check Competitor

#### Reference id <a href="#uofscheduleforatournament-referenceid" id="uofscheduleforatournament-referenceid"></a>

For more detailed info about this element please check Competitor

#### Venue <a href="#uofscheduleforatournament-venue" id="uofscheduleforatournament-venue"></a>

For more detailed info about this element please check Venue

<br>

<br>


---

# 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/uof/support-and-history/archived/deprecated-uof-endpoints/schedule-for-a-tournament.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.
