# Sport Event Information

<table data-header-hidden><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>1</td><td>GET</td><td><pre><code>Name: UOF - Summary endpoint

Path: sports/{language}/sport\_events/{urn\_type}:{id}/summary.xml
Description: Summary information about a sport event </code></pre></td></tr><tr><td>2</td><td>GET</td><td><pre><code>Name: UOF - Timeline endpoint

Path: sports/{language}/sport\_events/sr:{urn\_type}:{id}/timeline.xml
Description: Information about an ongoing sport event </code></pre></td></tr><tr><td>3</td><td>GET</td><td><pre><code>Name: UOF - Categories endpoint

Path: sports/{language}/sports/sr:sport:{id}/categories.xml
Description: All available categories for a sport </code></pre></td></tr><tr><td>4</td><td>GET</td><td><pre><code>Name: UOF - Tournament by sport endpoint

Path: sports/{language}/sports/sr:sport:{id}/tournaments.xml
Description: All available tournaments for a sport </code></pre></td></tr><tr><td>5</td><td>GET</td><td><pre><code>Name: UOF - All sports endpoint

Path: sports/{language}/sports.xml
Description: All available sports </code></pre></td></tr><tr><td>6</td><td>GET</td><td><pre><code>Name: UOF - All tournaments endpoint

Path: sports/{language}/tournaments.xml
Description: All available tournaments for all sports </code></pre></td></tr><tr><td>7</td><td>GET</td><td><pre><code>Name: UOF - Tournament we provide coverage for

Path: sports/{language}/tournaments/{urn\_type}:{id}/info.xml
Description: Information about a tournament </code></pre></td></tr><tr><td>8</td><td>GET</td><td><pre><code>Name: UOF - All seasons endpoint

Path: /sport/{language}/tournaments/sr:{urn\_type}:{id}/seasons
Description: All available seasons for  a tournaments </code></pre></td></tr></tbody></table>


---

# 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/uof/api-and-structure/api/sport-event-information.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.
