GET Rounds by Season ID
GET Rounds by Season ID
GET Rounds by Season IDhttps://soccer.sportmonks.com/api/v2.0/rounds/season/{ID}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/rounds/season/17141?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"
},
{
"id": 194969,
"name": 2,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-08-08",
"end": "2020-08-09"
},
{
"id": 194970,
"name": 3,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-08-11",
"end": "2020-08-12"
},
{
"id": 194971,
"name": 4,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-08-15",
"end": "2020-08-16"
},
{
"id": 194972,
"name": 5,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-08-22",
"end": "2020-08-23"
},
{
"id": 194973,
"name": 6,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-08-29",
"end": "2020-08-30"
},
{
"id": 194974,
"name": 7,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-09-12",
"end": "2020-09-12"
},
{
"id": 194975,
"name": 8,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-09-19",
"end": "2020-09-20"
},
{
"id": 194976,
"name": 9,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-09-26",
"end": "2020-09-27"
},
{
"id": 194977,
"name": 10,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"start": "2020-10-02",
"end": "2020-10-04"
},Last updated
Was this helpful?