The Tournament Live Match API provides the list of matches for the required tournament which happens in the next one hour, and the match will be active for 3 hours from the time the start time.
Get the Tournament Key from Recent Tournament API.
Request URL Path: https://api.footballapi.com/v1/tournament/TOURNAMENT_KEY/matches/
Method: GET
Parameters:
access_token
- Required.
https://api.footballapi.com/v1/tournament/1002227289901109249/matches/?access_token=ACCESS_TOKEN
{
"cache_key": "football|tournament_recent_matches",
"data": {
"matches": [
{
"match": {
"away": "1009440972821631000",
"home": "1009440972473503767",
"key": "1009441017054760972",
"name": "Sweden vs Korea Republic",
"round": {
"key": "1009441000688586753",
"name": "Group Phase"
},
"short_name": "SWE vs KOR",
"stadium": {
"city": "Nizhny Novgorod",
"country": "Russia",
"key": "1009441011849629707",
"name": "Nizhny Novgorod Stadium"
},
"start_date": {
"gmt": "2018-06-18T12:00:00",
"timestamp": 1529303400
},
"status": "not_started"
},
"result": {
"title": null
},
"score": {
"away": null,
"home": null
},
"sessions": null
}
]
},
"expires": 1531898954,
"status": true,
"status_code": 200,
"version": "1.0.0"
}