GET Standings Corrections by Season ID
In case a team got points corrections they can be found here. It will return an array of correction objects per stage. In some occasions a stage proceeds with standings from an earlier stage.
Last updated
In case a team got points corrections they can be found here. It will return an array of correction objects per stage. In some occasions a stage proceeds with standings from an earlier stage.
Last updated
GET
Standings Corrections by Season IDhttps://soccer.sportmonks.com/api/v2.0/corrections/season/{season_ID}
No parameters available for this endpoint.
No includes available for this endpoint.
https://soccer.sportmonks.com/api/v2.0/corrections/season/18355?api_token={API_TOKEN}
"data": [
{
"id": 77453655,
"name": "Regular Season",
"league_id": 2312,
"season_id": 18355,
"round_id": 246881,
"round_name": 8,
"type": "Group Stage",
"stage_id": 77453655,
"stage_name": "Regular Season",
"resource": "stage",
"corrections": {
"data": [
{
"team_id": 255723,
"stage_id": 77453655,
"points": 3,
"type": "-",
"updated_at": "2021-08-05T14:00:54.000000Z",
"team": {
"data": {
"id": 255723,
"legacy_id": null,
"name": "Chicago City W",
"short_code": null,
"twitter": null,
"country_id": 3483,
"national_team": false,
"founded": null,
"logo_path": "https://cdn.sportmonks.com/images/soccer/team_placeholder.png",
"venue_id": null,
"current_season_id": 18355,
"is_placeholder": false
}
}
},
{
"team_id": 255804,
"stage_id": 77453655,
"points": 3,
"type": "-",
"updated_at": "2021-08-05T14:00:54.000000Z",
"team": {
"data": {
"id": 255804,
"legacy_id": null,
"name": "Dayton Dutch Lions W",
"short_code": null,
"twitter": null,
"country_id": 3483,
"national_team": false,
"founded": null,
"logo_path": "https://cdn.sportmonks.com/images/soccer/team_placeholder.png",
"venue_id": null,
"current_season_id": 18355,
"is_placeholder": false
}
}
},
{
"team_id": 255737,
"stage_id": 77453655,
"points": 7,
"type": "-",
"updated_at": "2021-08-05T14:00:54.000000Z",
"team": {
"data": {
"id": 255737,
"legacy_id": null,
"name": "New York Athletic W",
"short_code": null,
"twitter": null,
"country_id": 3483,
"national_team": false,
"founded": null,
"logo_path": "https://cdn.sportmonks.com/images/soccer/team_placeholder.png",
"venue_id": null,
"current_season_id": 18355,
"is_placeholder": false
}
}
},
{
"team_id": 255719,
"stage_id": 77453655,
"points": 4,
"type": "-",
"updated_at": "2021-08-05T14:00:54.000000Z",
"team": {
"data": {
"id": 255719,
"legacy_id": null,
"name": "Soccer House Academy W",
"short_code": null,
"twitter": null,
"country_id": 3483,
"national_team": false,
"founded": null,
"logo_path": "https://cdn.sportmonks.com/images/soccer/team_placeholder.png",
"venue_id": null,
"current_season_id": 18355,
"is_placeholder": false
}
}
},
Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0