GET Round by ID
GET Rounds by ID
GET Rounds by IDhttps://soccer.sportmonks.com/api/v2.0/rounds/{ID}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/rounds/194968?api_token={API_TOKEN} "data": {
"id": 194968,
"name": 1,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-08-01",
"end": "2020-08-03"
}Last updated
Was this helpful?