Round by ID
GET https://soccer.sportmonks.com/api/v2.0/rounds/:ROUND_ID
Introduction
Leagues can be split up in Rounds representing a week a game is played in. With this endpoint we give you the ability to request data for a single Round as well as all Rounds of a Season.
The endpoint is often used in combination with Includes like Results or Fixtures to show them based on Rounds.
Pagination
NO - Indicates if this endpoint contains pagination.
Nested Includes
2 - You can add a maximum of 2 levels of nested includes.
Includes Options
fixtures
results
season
league
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | null | Enrich the API with more data and/or nested includes |
RESPONSES
status: OK
{"data":{"id":194968,"name":1,"league_id":501,"season_id":17141,"stage_id":77447501,"start":"2020-08-01","end":"2020-08-03"},"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}