arrow-left
All pages
gitbookPowered by GitBook
1 of 1

Loading...

GET Round by ID

hashtag
GET Rounds by ID

Endpoint details

Authorization

API Key

hashtag
Parameters

hashtag
Include options

fixtures results season league

Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.

You can learn more about what includes are and how they work here:

hashtag
Example response

circle-info

Check this endpoint in Postman.

https://soccer.sportmonks.com/api/v2.0/rounds/{ID}

stage_id

The unique stage id the round belongs to

start

The start date of the round

end

The end date of the round

Pagination

NO

Allowed nested includes

2

Available parameters

include

Enrich the API with more data and/or nested includes. Can be used by adding &include= to your request url.

Field

Description

id

The unique id of the round

name

The name of the round

league_id

The unique league id the round belongs to

season_id

Includeschevron-right

https://soccer.sportmonks.com/api/v2.0/rounds/194968?api_token={API_TOKEN}
arrow-up-right
   "data": {
        "id": 194968,
        "name": 1,
        "league_id": 501,
        "season_id": 17141,
        "stage_id": 77447501,
        "start": "2020-08-01",
        "end": "2020-08-03"
    }

The unique season id the round belongs to

Run in Postman