GET Standing Correction by Season ID
Returns the standing corrections for teams that were awarded or deducted points in the requested season. These adjustments are made based on official decisions by the competition’s federation.
https://api.sportmonks.com/v3/football/standings/corrections/seasons/{ID}{
"data": [
{
"id": 6398,
"season_id": 19790,
"stage_id": 77457999,
"group_id": null,
"type_id": 173,
"value": 3,
"calc_type": "-",
"participant_type": "team",
"participant_id": 3630,
"active": true
}Field
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities
Postman
Code Example
Last updated
Was this helpful?