> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v2/endpoint-overview/standings/get-standings-corrections-by-season-id.md).

# GET Standings Corrections by Season ID

### `GET` Standings Corrections by Season ID

```
https://soccer.sportmonks.com/api/v2.0/corrections/season/{season_ID}
```

| Endpoint details        |         |
| ----------------------- | ------- |
| Authorization           | API Key |
| Pagination              | NO      |
| Allowed nested includes | 0       |

#### Parameters

No parameters available for this endpoint.

#### Include options

No includes available for this endpoint.

#### Example response

{% tabs %}
{% tab title="Request" %}

```
https://soccer.sportmonks.com/api/v2.0/corrections/season/18355?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
   "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
                            }
                        }
                    },
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#2ff8afe4-5381-4d8c-acff-35afea3267e3)
{% endhint %}
