Stage by Season ID
GET https://soccer.sportmonks.com/api/v2.0/stages/season/:SEASON_ID
Introduction
Leagues and Seasons all over the world can have a different set up. The Stages endpoint can help you to define the current Stage or set up of multiple Stages of a particular League/Season.
Stages names are for example: Regular Season, Play-offs, Semi-Finals, Final etc.
Pagination
NO - Indicates if this endpoint contains pagination.
Nested Includes
2 - You can add a maximum of 2 levels of nested includes.
Includes Options
fixtures
results
season
league
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | null | Enrich the API with more data and/or nested includes |
RESPONSES
status: OK
{"data":[{"id":77447500,"name":"2nd Phase","type":"Group Stage","league_id":501,"season_id":17141,"sort_order":1,"has_standings":false},{"id":77447501,"name":"1st Phase","type":"Group Stage","league_id":501,"season_id":17141,"sort_order":-1,"has_standings":true}],"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}]}}