Tournament API provides the complete information about the tournament like rounds, teams, detailed team information and the corresponding round key & team keys. In response, information will be provided in data.tournament.
Get the tournament key from the Recent tournament API.
Request URL Path:https: //api.footballapi.com/v1/tournament/TOURNAMENT_KEY/
Method: GET
Parameters:
access_token
- Required. Get the Access Token from the Auth API
https://api.footballapi.com/v1/tournament/1002227289901109249/?access_token=ACCESS_TOKEN
{
"cache_key": "football|tournament|1002227289901109249",
"data": {
"tournament": {
"competition": {
"key": "1002227289838194689",
"name": "FIFA World Cup",
"short_name": "FIFA"
},
"end_date": {
"gmt": "2018-07-15T00:00:00",
"timestamp": 1531612800
},
"key": "1002227289901109249",
"legal_name": "FIFA World Cup Russia",
"name": "FIFA World Cup 2018",
"rounds": [
{
"groups": [
{
"key": "1002227290807078913",
"name": "Group A",
"teams": [
"1002227289188077569",
"1002227289255186434",
"1002227289259380739",
"1002227289267769348"
]
},
{
"key": "1002227290869993474",
"name": "Group B",
"teams": [
"1002227289271963653",
"1002227289280352262",
"1002227289284546567",
"1002227289326489608"
]
},
{
"key": "1002227290886770691",
"name": "Group C",
"teams": [
"1002227289334878217",
"1002227289339072522",
"1002227289347461131",
"1002227289351655436"
]
},
{
"key": "1002227290899353604",
"name": "Group D",
"teams": [
"1002227289360044045",
"1002227289401987086",
"1002227289406181391",
"1002227289414570000"
]
},
{
"key": "1002227290949685253",
"name": "Group E",
"teams": [
"1002227289418764305",
"1002227289427152914",
"1002227289431347219",
"1002227289439735828"
]
},
{
"key": "1002227290962268166",
"name": "Group F",
"teams": [
"1002227289523621909",
"1002227289590730774",
"1002227289636868119",
"1002227289645256728"
]
},
{
"key": "1002227291096485895",
"name": "Group G",
"teams": [
"1002227289653645337",
"1002227289662033946",
"1002227289666228251",
"1002227289712365596"
]
},
{
"key": "1002227291121651720",
"name": "Group H",
"teams": [
"1002227289716559901",
"1002227289724948510",
"1002227289729142815",
"1002227289771085856"
]
}
],
"key": "1002227290739970049",
"name": "Group Phase",
"order_index": 0,
"points_enabled": true,
"teams": [
"1002227289188077569",
"1002227289255186434",
"1002227289259380739",
"1002227289267769348",
"1002227289271963653",
"1002227289280352262",
"1002227289284546567",
"1002227289326489608",
"1002227289334878217",
"1002227289339072522",
"1002227289347461131",
"1002227289351655436",
"1002227289360044045",
"1002227289401987086",
"1002227289406181391",
"1002227289414570000",
"1002227289418764305",
"1002227289427152914",
"1002227289431347219",
"1002227289439735828",
"1002227289523621909",
"1002227289590730774",
"1002227289636868119",
"1002227289645256728",
"1002227289653645337",
"1002227289662033946",
"1002227289666228251",
"1002227289712365596",
"1002227289716559901",
"1002227289724948510",
"1002227289729142815",
"1002227289771085856"
]
},
{
"groups": null,
"key": "1002227291138428930",
"name": "Round of 16",
"order_index": 1,
"points_enabled": false,
"teams": []
},
{
"groups": null,
"key": "1002227291205537795",
"name": "Quarter-finals",
"order_index": 2,
"points_enabled": false,
"teams": []
},
{
"groups": null,
"key": "1002227291264258052",
"name": "Semi-finals",
"order_index": 3,
"points_enabled": false,
"teams": []
},
{
"groups": null,
"key": "1002227291276840965",
"name": "Play-off for third place",
"order_index": 4,
"points_enabled": false,
"teams": []
},
{
"groups": null,
"key": "1002227291285229574",
"name": "Final",
"order_index": 5,
"points_enabled": false,
"teams": []
}
],
"short_name": "FIFA 2018",
"start_date": {
"gmt": "2018-06-14T00:00:00",
"timestamp": 1528934400
},
"teams": {
"1002227289188077569": {
"code": "RUS",
"key": "1002227289188077569",
"name": "Russia"
},
"1002227289255186434": {
"code": "KSA",
"key": "1002227289255186434",
"name": "Saudi Arabia"
},
"1002227289259380739": {
"code": "EGY",
"key": "1002227289259380739",
"name": "Egypt"
},
"1002227289267769348": {
"code": "URU",
"key": "1002227289267769348",
"name": "Uruguay"
},
"1002227289271963653": {
"code": "POR",
"key": "1002227289271963653",
"name": "Portugal"
},
"1002227289280352262": {
"code": "ESP",
"key": "1002227289280352262",
"name": "Spain"
},
"1002227289284546567": {
"code": "MAR",
"key": "1002227289284546567",
"name": "Morocco"
},
"1002227289326489608": {
"code": "IRN",
"key": "1002227289326489608",
"name": "Iran"
},
"1002227289334878217": {
"code": "FRA",
"key": "1002227289334878217",
"name": "France"
},
"1002227289339072522": {
"code": "AUS",
"key": "1002227289339072522",
"name": "Australia"
},
"1002227289347461131": {
"code": "PER",
"key": "1002227289347461131",
"name": "Peru"
},
"1002227289351655436": {
"code": "DEN",
"key": "1002227289351655436",
"name": "Denmark"
},
"1002227289360044045": {
"code": "ARG",
"key": "1002227289360044045",
"name": "Argentina"
},
"1002227289401987086": {
"code": "ISL",
"key": "1002227289401987086",
"name": "Iceland"
},
"1002227289406181391": {
"code": "CRO",
"key": "1002227289406181391",
"name": "Croatia"
},
"1002227289414570000": {
"code": "NGA",
"key": "1002227289414570000",
"name": "Nigeria"
},
"1002227289418764305": {
"code": "BRA",
"key": "1002227289418764305",
"name": "Brazil"
},
"1002227289427152914": {
"code": "SUI",
"key": "1002227289427152914",
"name": "Switzerland"
},
"1002227289431347219": {
"code": "CRC",
"key": "1002227289431347219",
"name": "Costa Rica"
},
"1002227289439735828": {
"code": "SRB",
"key": "1002227289439735828",
"name": "Serbia"
},
"1002227289523621909": {
"code": "GER",
"key": "1002227289523621909",
"name": "Germany"
},
"1002227289590730774": {
"code": "MEX",
"key": "1002227289590730774",
"name": "Mexico"
},
"1002227289636868119": {
"code": "SWE",
"key": "1002227289636868119",
"name": "Sweden"
},
"1002227289645256728": {
"code": "KOR",
"key": "1002227289645256728",
"name": "Korea Republic"
},
"1002227289653645337": {
"code": "BEL",
"key": "1002227289653645337",
"name": "Belgium"
},
"1002227289662033946": {
"code": "PAN",
"key": "1002227289662033946",
"name": "Panama"
},
"1002227289666228251": {
"code": "TUN",
"key": "1002227289666228251",
"name": "Tunisia"
},
"1002227289712365596": {
"code": "ENG",
"key": "1002227289712365596",
"name": "England"
},
"1002227289716559901": {
"code": "POL",
"key": "1002227289716559901",
"name": "Poland"
},
"1002227289724948510": {
"code": "SEN",
"key": "1002227289724948510",
"name": "Senegal"
},
"1002227289729142815": {
"code": "COL",
"key": "1002227289729142815",
"name": "Colombia"
},
"1002227289771085856": {
"code": "JPN",
"key": "1002227289771085856",
"name": "Japan"
},
"1002227289779474465": {
"code": "TBC",
"key": "1002227289779474465",
"name": "TBC"
}
}
}
},
"expires": 1531850424,
"status": true,
"status_code": 200,
"version": "1.0.0"
}