history
View team history matches ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[],
"result":[
{
"lapse":"6m",
"results":{
"win":28, // number of win in lapse
"loss":2, // number of loss in lapse
"draw":7 // number of draw in lapse
},
"macthes":[
{
"id":"5ff1096066d98235",
"date":"2021-01-09 19:45:00",
"championship":{
"id":"5fda5fab11fbd288",
"name":"Italy Serie A",
"s_name":"Serie A 20/21"
},
"teamA":{
"id":"5fda5fcad92584cd",
"name":"AC Milan",
"score":"2",
"1h_score": "1"
},
"teamB":{
"id":"5fda5fc4a7cbddf2",
"name":"Torino",
"score":"0",
"1h_score": "0"
}
},
...
]
}
]
}Example of code for direct API
Example of code for RapidAPI
Last updated