# Rounds

Most leagues have rounds related to the season. A round represents a week in which a fixture is played. With the rounds endpoint, we give you the ability to request data for a single round or for a whole season.

Use one of our 4 rounds endpoints. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET All Rounds:** returns all the rounds available within your subscription.
* **GET Round by ID:** returns round information from your requested round ID.
* **GET Rounds by Season ID:** returns round information from your requested season ID.
* **GET Rounds by Search by Name:** returns all rounds that match your search query.

<figure><img src="/files/y4ixamoacpy0CmsxYGsR" alt=""><figcaption></figcaption></figure>

### Include options

[`sport`](https://docs.sportmonks.com/v3/core-api/) [`league`](/v3/endpoints-and-entities/entities/league-season-schedule-stage-and-round.md#league) [`season`](/v3/endpoints-and-entities/entities/league-season-schedule-stage-and-round.md#season) [`stage`](/v3/endpoints-and-entities/entities/league-season-schedule-stage-and-round.md#stage) [`fixtures`](/v3/endpoints-and-entities/entities/fixture.md#fixture) [`statistics`](/v3/endpoints-and-entities/entities/statistic.md)

### **Related Entities:**

Get an overview and explanation of all the fields returned in the API response. The related entities for the rounds endpoints are:

* [Round](/v3/endpoints-and-entities/entities/league-season-schedule-stage-and-round.md#round)


---

# 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.sportmonks.com/v3/endpoints-and-entities/endpoints/rounds.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.
