Group Based Points Table
To get the Group-Based Points Table, the Tournament Key is required. Get the tournament key in the Recent Tournament API. The group-based points table is updated live, based on the live scores.
Tournament Based Points Table
To get the Tournament-Based Points Table, the Tournament Key is required. Get the tournament key in the Recent Tournament API. The tournament-based points table is updated live, based on the live scores.
Request URL Path:
https://api.footballapi.com/v1/tournament/TOURNAMENT_KEY/standings/
Method: GET
Parameters:
access_token
- Required. Get the Access Token from the Auth API.
data.rounds.groups.standings
- points. Gives the group-based points of the team.
Group Based Points Table
https://api.footballapi.com/v1/tournament/1002227289901109249/standings/?access_token=ACCESS_TOKEN
{
"cache_key": "football|tournament_points_table|1002227289901109249",
"data": {
"rounds": [
{
"groups": [
{
"key": "1002227290807078913",
"name": "Group A",
"standings": [
{
"goal_difference": 5,
"goals_against": 0,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 3,
"points": 9,
"team": "1002227289267769348",
"team_in_play": false
},
{
"goal_difference": 4,
"goals_against": 4,
"goals_for": 8,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 2,
"points": 6,
"team": "1002227289188077569",
"team_in_play": false
},
{
"goal_difference": -5,
"goals_against": 7,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289255186434",
"team_in_play": false
},
{
"goal_difference": -4,
"goals_against": 6,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 3,
"matches_played": 3,
"matches_won": 0,
"points": 0,
"team": "1002227289259380739",
"team_in_play": false
}
]
},
{
"key": "1002227290869993474",
"name": "Group B",
"standings": [
{
"goal_difference": 1,
"goals_against": 4,
"goals_for": 5,
"matches_drawn": 2,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 1,
"points": 5,
"team": "1002227289271963653",
"team_in_play": false
},
{
"goal_difference": 1,
"goals_against": 5,
"goals_for": 6,
"matches_drawn": 2,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 1,
"points": 5,
"team": "1002227289280352262",
"team_in_play": false
},
{
"goal_difference": 0,
"goals_against": 2,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 1,
"points": 4,
"team": "1002227289326489608",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 4,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1002227289284546567",
"team_in_play": false
}
]
},
{
"key": "1002227290886770691",
"name": "Group C",
"standings": [
{
"goal_difference": 2,
"goals_against": 1,
"goals_for": 3,
"matches_drawn": 1,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 2,
"points": 7,
"team": "1002227289334878217",
"team_in_play": false
},
{
"goal_difference": 1,
"goals_against": 1,
"goals_for": 2,
"matches_drawn": 2,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 1,
"points": 5,
"team": "1002227289351655436",
"team_in_play": false
},
{
"goal_difference": 0,
"goals_against": 2,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289347461131",
"team_in_play": false
},
{
"goal_difference": -3,
"goals_against": 5,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1002227289339072522",
"team_in_play": false
}
]
},
{
"key": "1002227290899353604",
"name": "Group D",
"standings": [
{
"goal_difference": 6,
"goals_against": 1,
"goals_for": 7,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 3,
"points": 9,
"team": "1002227289406181391",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 5,
"goals_for": 3,
"matches_drawn": 1,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 1,
"points": 4,
"team": "1002227289360044045",
"team_in_play": false
},
{
"goal_difference": -1,
"goals_against": 4,
"goals_for": 3,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289414570000",
"team_in_play": false
},
{
"goal_difference": -3,
"goals_against": 5,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1002227289401987086",
"team_in_play": false
}
]
},
{
"key": "1002227290949685253",
"name": "Group E",
"standings": [
{
"goal_difference": 4,
"goals_against": 1,
"goals_for": 5,
"matches_drawn": 1,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 2,
"points": 7,
"team": "1002227289418764305",
"team_in_play": false
},
{
"goal_difference": 1,
"goals_against": 4,
"goals_for": 5,
"matches_drawn": 2,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 1,
"points": 5,
"team": "1002227289427152914",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 4,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289439735828",
"team_in_play": false
},
{
"goal_difference": -3,
"goals_against": 5,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1002227289431347219",
"team_in_play": false
}
]
},
{
"key": "1002227290962268166",
"name": "Group F",
"standings": [
{
"goal_difference": -1,
"goals_against": 4,
"goals_for": 3,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 2,
"points": 6,
"team": "1002227289590730774",
"team_in_play": false
},
{
"goal_difference": 3,
"goals_against": 2,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 2,
"points": 6,
"team": "1002227289636868119",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 4,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289523621909",
"team_in_play": false
},
{
"goal_difference": 0,
"goals_against": 3,
"goals_for": 3,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289645256728",
"team_in_play": false
}
]
},
{
"key": "1002227291096485895",
"name": "Group G",
"standings": [
{
"goal_difference": 7,
"goals_against": 2,
"goals_for": 9,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 3,
"points": 9,
"team": "1002227289653645337",
"team_in_play": false
},
{
"goal_difference": 5,
"goals_against": 3,
"goals_for": 8,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 2,
"points": 6,
"team": "1002227289712365596",
"team_in_play": false
},
{
"goal_difference": -3,
"goals_against": 8,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289666228251",
"team_in_play": false
},
{
"goal_difference": -9,
"goals_against": 11,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 3,
"matches_played": 3,
"matches_won": 0,
"points": 0,
"team": "1002227289662033946",
"team_in_play": false
}
]
},
{
"key": "1002227291121651720",
"name": "Group H",
"standings": [
{
"goal_difference": 3,
"goals_against": 2,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 2,
"points": 6,
"team": "1002227289729142815",
"team_in_play": false
},
{
"goal_difference": 0,
"goals_against": 4,
"goals_for": 4,
"matches_drawn": 1,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 1,
"points": 4,
"team": "1002227289724948510",
"team_in_play": false
},
{
"goal_difference": 0,
"goals_against": 4,
"goals_for": 4,
"matches_drawn": 1,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 1,
"points": 4,
"team": "1002227289771085856",
"team_in_play": false
},
{
"goal_difference": -3,
"goals_against": 5,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1002227289716559901",
"team_in_play": false
}
]
}
],
"index": null,
"key": "1002227290739970049",
"name": "Group Phase"
}
],
"standings": null,
"teams": [
{
"code": "RUS",
"key": "1002227289188077569",
"name": "Russia"
},
{
"code": "KSA",
"key": "1002227289255186434",
"name": "Saudi Arabia"
},
{
"code": "EGY",
"key": "1002227289259380739",
"name": "Egypt"
},
{
"code": "URU",
"key": "1002227289267769348",
"name": "Uruguay"
},
{
"code": "POR",
"key": "1002227289271963653",
"name": "Portugal"
},
{
"code": "ESP",
"key": "1002227289280352262",
"name": "Spain"
},
{
"code": "MAR",
"key": "1002227289284546567",
"name": "Morocco"
},
{
"code": "IRN",
"key": "1002227289326489608",
"name": "Iran"
},
{
"code": "FRA",
"key": "1002227289334878217",
"name": "France"
},
{
"code": "AUS",
"key": "1002227289339072522",
"name": "Australia"
},
{
"code": "PER",
"key": "1002227289347461131",
"name": "Peru"
},
{
"code": "DEN",
"key": "1002227289351655436",
"name": "Denmark"
},
{
"code": "ARG",
"key": "1002227289360044045",
"name": "Argentina"
},
{
"code": "ISL",
"key": "1002227289401987086",
"name": "Iceland"
},
{
"code": "CRO",
"key": "1002227289406181391",
"name": "Croatia"
},
{
"code": "NGA",
"key": "1002227289414570000",
"name": "Nigeria"
},
{
"code": "BRA",
"key": "1002227289418764305",
"name": "Brazil"
},
{
"code": "SUI",
"key": "1002227289427152914",
"name": "Switzerland"
},
{
"code": "CRC",
"key": "1002227289431347219",
"name": "Costa Rica"
},
{
"code": "SRB",
"key": "1002227289439735828",
"name": "Serbia"
},
{
"code": "GER",
"key": "1002227289523621909",
"name": "Germany"
},
{
"code": "MEX",
"key": "1002227289590730774",
"name": "Mexico"
},
{
"code": "SWE",
"key": "1002227289636868119",
"name": "Sweden"
},
{
"code": "KOR",
"key": "1002227289645256728",
"name": "Korea Republic"
},
{
"code": "BEL",
"key": "1002227289653645337",
"name": "Belgium"
},
{
"code": "PAN",
"key": "1002227289662033946",
"name": "Panama"
},
{
"code": "TUN",
"key": "1002227289666228251",
"name": "Tunisia"
},
{
"code": "ENG",
"key": "1002227289712365596",
"name": "England"
},
{
"code": "POL",
"key": "1002227289716559901",
"name": "Poland"
},
{
"code": "SEN",
"key": "1002227289724948510",
"name": "Senegal"
},
{
"code": "COL",
"key": "1002227289729142815",
"name": "Colombia"
},
{
"code": "JPN",
"key": "1002227289771085856",
"name": "Japan"
}
],
"tournament": {
"key": "1002227289901109249",
"legal_name": "FIFA World Cup Russia",
"name": "FIFA World Cup 2018",
"pointing_system": "round"
}
},
"expires": 1535388959,
"status": true,
"status_code": 200,
"version": "1.0.0"
}
Tournament Based Points Table
https://api.footballapi.com/v1/tournament/1023444847958298625/standings/?access_token=ACCESS_TOKEN
{
"cache_key": "football|tournament_points_table|1023444847958298625",
"data": {
"rounds": null,
"standings": [
{
"goal_difference": 5,
"goals_against": 3,
"goals_for": 8,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 3,
"points": 9,
"team": "1019529335603859467",
"team_in_play": false
},
{
"goal_difference": 7,
"goals_against": 0,
"goals_for": 7,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 3,
"points": 9,
"team": "1019536853382074389",
"team_in_play": false
},
{
"goal_difference": 5,
"goals_against": 2,
"goals_for": 7,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 3,
"points": 9,
"team": "1021800951239020554",
"team_in_play": false
},
{
"goal_difference": 7,
"goals_against": 2,
"goals_for": 9,
"matches_drawn": 1,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 2,
"points": 7,
"team": "1019523860334252035",
"team_in_play": false
},
{
"goal_difference": 3,
"goals_against": 3,
"goals_for": 6,
"matches_drawn": 1,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 2,
"points": 7,
"team": "1021792225153126407",
"team_in_play": false
},
{
"goal_difference": 3,
"goals_against": 2,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 0,
"matches_played": 2,
"matches_won": 2,
"points": 6,
"team": "1019532797586575378",
"team_in_play": false
},
{
"goal_difference": 2,
"goals_against": 3,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 2,
"points": 6,
"team": "1022056890940657680",
"team_in_play": false
},
{
"goal_difference": 1,
"goals_against": 5,
"goals_for": 6,
"matches_drawn": 2,
"matches_lost": 0,
"matches_played": 3,
"matches_won": 1,
"points": 5,
"team": "1021845147324911630",
"team_in_play": false
},
{
"goal_difference": -1,
"goals_against": 6,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1019523882417262596",
"team_in_play": false
},
{
"goal_difference": 0,
"goals_against": 4,
"goals_for": 4,
"matches_drawn": 0,
"matches_lost": 1,
"matches_played": 2,
"matches_won": 1,
"points": 3,
"team": "1019527695853293577",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 5,
"goals_for": 3,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1021789581919522820",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 7,
"goals_for": 5,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1021793834796978184",
"team_in_play": false
},
{
"goal_difference": -1,
"goals_against": 4,
"goals_for": 3,
"matches_drawn": 0,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 1,
"points": 3,
"team": "1021802416229715980",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 5,
"goals_for": 3,
"matches_drawn": 2,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 0,
"points": 2,
"team": "1021744041466925057",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 2,
"goals_for": 0,
"matches_drawn": 2,
"matches_lost": 1,
"matches_played": 3,
"matches_won": 0,
"points": 2,
"team": "1021798402054295561",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 4,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1021773207558033410",
"team_in_play": false
},
{
"goal_difference": -2,
"goals_against": 4,
"goals_for": 2,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1021775789751930883",
"team_in_play": false
},
{
"goal_difference": -8,
"goals_against": 9,
"goals_for": 1,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1021800965445128203",
"team_in_play": false
},
{
"goal_difference": -4,
"goals_against": 7,
"goals_for": 3,
"matches_drawn": 1,
"matches_lost": 2,
"matches_played": 3,
"matches_won": 0,
"points": 1,
"team": "1021871954401038351",
"team_in_play": false
},
{
"goal_difference": -7,
"goals_against": 9,
"goals_for": 2,
"matches_drawn": 0,
"matches_lost": 3,
"matches_played": 3,
"matches_won": 0,
"points": 0,
"team": "1021836696704126989",
"team_in_play": false
}
],
"teams": [
{
"code": "WOL",
"key": "1021744041466925057",
"name": "Wolverhampton Wanderers FC"
},
{
"code": "SOU",
"key": "1021773207558033410",
"name": "Southampton FC"
},
{
"code": "MC",
"key": "1019523860334252035",
"name": "Manchester City FC"
},
{
"code": "ARS",
"key": "1019523882417262596",
"name": "Arsenal FC"
},
{
"code": "NEU",
"key": "1021775789751930883",
"name": "Newcastle United"
},
{
"code": "BRI",
"key": "1021789581919522820",
"name": "Brighton & Hove Albion"
},
{
"code": "BOU",
"key": "1021792225153126407",
"name": "AFC Bournemouth"
},
{
"code": "FUL",
"key": "1021793834796978184",
"name": "Fulham FC"
},
{
"code": "MU",
"key": "1019527695853293577",
"name": "Manchester United FC"
},
{
"code": "CAR",
"key": "1021798402054295561",
"name": "Cardiff City"
},
{
"code": "CHE",
"key": "1019529335603859467",
"name": "Chelsea FC"
},
{
"code": "WAT",
"key": "1021800951239020554",
"name": "Watford"
},
{
"code": "HUD",
"key": "1021800965445128203",
"name": "Huddersfield Town AFC"
},
{
"code": "CRY",
"key": "1021802416229715980",
"name": "Crystal Palace"
},
{
"code": "WHU",
"key": "1021836696704126989",
"name": "West Ham United FC"
},
{
"code": "EVE",
"key": "1021845147324911630",
"name": "Everton FC"
},
{
"code": "BUR",
"key": "1021871954401038351",
"name": "Burnley FC"
},
{
"code": "TOT",
"key": "1019532797586575378",
"name": "Tottenham Hotspur FC"
},
{
"code": "LEI",
"key": "1022056890940657680",
"name": "Leicester City"
},
{
"code": "LIV",
"key": "1019536853382074389",
"name": "Liverpool FC"
}
],
"tournament": {
"key": "1023444847958298625",
"legal_name": "Premier League",
"name": "Premier League",
"pointing_system": "tournament"
}
},
"expires": 1535387671,
"status": true,
"status_code": 200,
"version": "1.0.0"
}