GET LIVE Standings
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
GET LIVE Standings
GET LIVE Standingshttps://soccer.sportmonks.com/api/v2.0/standings/season/live/{season_ID}Parameters
Include options
Example response
https://soccer.sportmonks.com/api/v2.0/standings/season/live/18378?api_token={API_TOKEN}"data": [
{
"position": 1,
"played": 0,
"team_id": 19,
"team_name": "Arsenal",
"short_code": "ARS",
"team_logo": "https://cdn.sportmonks.com/images/soccer/teams/19/19.png",
"goals": "0:0",
"goal_diff": 0,
"wins": 0,
"lost": 0,
"draws": 0,
"points": 0,
"description": "UEFA Champions League",
"recent_form": "",
"fairplay_points_lose": 0
},
{
"position": 2,
"played": 0,
"team_id": 15,
"team_name": "Aston Villa",
"short_code": "AVA",
"team_logo": "https://cdn.sportmonks.com/images/soccer/teams/15/15.png",
"goals": "0:0",
"goal_diff": 0,
"wins": 0,
"lost": 0,
"draws": 0,
"points": 0,
"description": "UEFA Champions League",
"recent_form": "",
"fairplay_points_lose": 0
},
{
"position": 3,
"played": 0,
"team_id": 236,
"team_name": "Brentford",
"short_code": "BRE",
"team_logo": "https://cdn.sportmonks.com/images/soccer/teams/12/236.png",
"goals": "0:0",
"goal_diff": 0,
"wins": 0,
"lost": 0,
"draws": 0,
"points": 0,
"description": "UEFA Champions League",
"recent_form": "",
"fairplay_points_lose": 0
},
{
"position": 4,
"played": 0,
"team_id": 78,
"team_name": "Brighton & Hove Albion",
"short_code": "BRH",
"team_logo": "https://cdn.sportmonks.com/images/soccer/teams/14/78.png",
"goals": "0:0",
"goal_diff": 0,
"wins": 0,
"lost": 0,
"draws": 0,
"points": 0,
"description": "UEFA Champions League",
"recent_form": "",
"fairplay_points_lose": 0
},
{
"position": 5,
"played": 0,
"team_id": 27,
"team_name": "Burnley",
"short_code": "BUR",
"team_logo": "https://cdn.sportmonks.com/images/soccer/teams/27/27.png",
"goals": "0:0",
"goal_diff": 0,
"wins": 0,
"lost": 0,
"draws": 0,
"points": 0,
"description": "UEFA Europa League",
"recent_form": "",
"fairplay_points_lose": 0
},Last updated
Was this helpful?