LIVE Standings

GET https://soccer.sportmonks.com/api/v2.0/standings/season/live/:SEASON_ID

Introduction

Live Standings represent the rankings of Teams in the different Leagues they participate in real-time. So if a Game is currently being played, the Live Standing returns the correct Live Standing based on score at that moment.

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.

Request Params

KeyDatatypeRequiredDescription
group_idnullThe id of a group you want to filter data for.

RESPONSES

status: OK

{"data":[{"position":1,"played":1,"team_id":53,"team_name":"Celtic","short_code":"CEL","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/21/53.png","goals":"5:1","goal_diff":4,"wins":1,"lost":0,"draws":0,"points":3,"description":"Championship Round","recent_form":"W","fairplay_points_lose":1},{"position":2,"played":1,"team_id":66,"team_name":"Hibernian","short_code":"HIB","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/2/66.png","goals":"2:1","goal_diff":1,"wins":1,"lost":0,"draws":0,"points":3,"description":"Championship Round","recent_form":"W","fairplay_points_lose":1},{"position":3,"played":1,"team_id":62,"team_name":"Rangers","short_code":"NYR","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/30/62.png","goals":"1:0","goal_diff":1,"wins":1,"lost":0,"draws":0,"points":3,"description":"Championship Round","recent_form":"W","fairplay_points_lose":0},{"position":4,"played":1,"team_id":246,"team_name":"Ross County","short_code":"RSC","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/22/246.png","goals":"1:0","goal_diff":1,"wins":1,"lost":0,"draws":0,"points":3,"description":"Championship Round","recent_form":"W","fairplay_points_lose":3},{"position":5,"played":1,"team_id":496,"team_name":"St. Mirren","short_code":null,"team_logo":"https://cdn.sportmonks.com/images/soccer/teams/16/496.png","goals":"1:0","goal_diff":1,"wins":1,"lost":0,"draws":0,"points":3,"description":"Championship Round","recent_form":"W","fairplay_points_lose":3},{"position":6,"played":1,"team_id":282,"team_name":"Dundee United","short_code":"DUD","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/26/282.png","goals":"1:1","goal_diff":0,"wins":0,"lost":0,"draws":1,"points":1,"description":"Championship Round","recent_form":"D","fairplay_points_lose":1},{"position":7,"played":1,"team_id":734,"team_name":"St. Johnstone","short_code":"STJ","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/30/734.png","goals":"1:1","goal_diff":0,"wins":0,"lost":0,"draws":1,"points":1,"description":"Relegation Round","recent_form":"D","fairplay_points_lose":6},{"position":8,"played":1,"team_id":180,"team_name":"Kilmarnock","short_code":"KIL","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/20/180.png","goals":"1:2","goal_diff":-1,"wins":0,"lost":1,"draws":0,"points":0,"description":"Relegation Round","recent_form":"L","fairplay_points_lose":1},{"position":9,"played":1,"team_id":273,"team_name":"Aberdeen","short_code":"ABE","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/17/273.png","goals":"0:1","goal_diff":-1,"wins":0,"lost":1,"draws":0,"points":0,"description":"Relegation Round","recent_form":"L","fairplay_points_lose":5},{"position":10,"played":1,"team_id":258,"team_name":"Livingston","short_code":null,"team_logo":"https://cdn.sportmonks.com/images/soccer/teams/2/258.png","goals":"0:1","goal_diff":-1,"wins":0,"lost":1,"draws":0,"points":0,"description":"Relegation Round","recent_form":"L","fairplay_points_lose":2},{"position":11,"played":1,"team_id":309,"team_name":"Motherwell","short_code":"MOT","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/21/309.png","goals":"0:1","goal_diff":-1,"wins":0,"lost":1,"draws":0,"points":0,"description":"Relegation Round","recent_form":"L","fairplay_points_lose":5},{"position":12,"played":1,"team_id":338,"team_name":"Hamilton Academical","short_code":"HMA","team_logo":"https://cdn.sportmonks.com/images/soccer/teams/18/338.png","goals":"1:5","goal_diff":-4,"wins":0,"lost":1,"draws":0,"points":0,"description":"Relegation Round","recent_form":"L","fairplay_points_lose":3}],"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}]}}