Standings Corrections by Season ID
GET https://soccer.sportmonks.com/api/v2.0/corrections/season/:SEASON_ID
Introduction
In case a team got points corrections they can be found here. It will return an array of correction objects on a per stage basis. In some occasions a stage proceeds with standings from an earlier stage. In these situation we will also provide correction objects so you can easily understand how a standing for a stage has been calculated.
Pagination
NO - Indicates if this endpoint contains pagination.
Nested Includes
0 - You can add a maximum of 0 levels of nested includes.
Includes Options
No includes available for this endpoint.
RESPONSES
status: OK
{"data":[{"id":77447501,"name":"1st Phase","league_id":501,"season_id":17141,"round_id":194968,"round_name":1,"type":"Group Stage","stage_id":77447501,"stage_name":"1st Phase","resource":"stage","corrections":{"data":[]}}],"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}