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

### Include options

[`sport`](https://app.gitbook.com/o/-MJWE53IpT91aRTPjruo/s/z0kWjB5EvZvqGsozw8vP/) [`league`](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#league) [`season`](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#season) [`stage`](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#stage) [`fixtures`](https://docs.sportmonks.com/v3/entities/fixture#fixture) [`statistics`](https://docs.sportmonks.com/v3/endpoints-and-entities/entities/statistic)

### **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](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#round)
