Stage by ID

GET https://soccer.sportmonks.com/api/v2.0/stages/:STAGE_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

KeyDatatypeRequiredDescription
includenullEnrich the API with more data and/or nested includes

RESPONSES

status: OK

{"data":{"id":77447500,"name":"2nd Phase","type":null,"league_id":501,"season_id":17141,"sort_order":null,"has_standings":null},"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}]}}