versus
Versus results between two teams ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[],
"result":[
{
"lapse":"all",
"teamX":{
"id":"5fda6034be4e9d6b",
"name":"Inter"
},
"teamY":{
"id":"5fda5fcad92584cd",
"name":"Milan"
},
"results":{
"teamX":5, // times of X wins
"teamY":2, // times of Y wins
"draw":2 // times of matces go draw
},
"macthes":[
{
"id":"5fb96897c83c9629",
"date":"2020-10-17 16:00:00",
"championship":{
"id":"5fda5fab11fbd288",
"name":"Italia - Serie A",
"s_name":"Serie A 20/21"
},
"teamA":{
"id":"5fda6034be4e9d6b",
"name":"Inter",
"score":"1"
},
"teamB":{
"id":"5fda5fcad92584cd",
"name":"Milan",
"score":"2"
}
},
...
]
}
]
}Example of code for direct API
Example of code for RapidAPI
Last updated