view progressive
View matches progressive (trend) data of stats and odds ⬜ 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[],
"result":[
...,
{ // all stats may be null if 0 or not set
"timer":"52:00", // start from "00:00" every 30 seconds (00:00 00:30 01:00 01:30)
"teamA":{
"goal": "1",
"possession":"46",
"attacks":{
"n":"58", // normal
"d":"10" // dangerous
},
"shoots":{
"t":"1", // total
"off":"0", // off target
"on":"1", // on target
"g_a":"1" // goal attemps
},
"penalties":null,
"corners":null,
"fouls":{
"t":null, // total
"y_c":"3", // yellow card
"y_t_r_c":null, // yellow to red card
"r_c":null // red card
},
"substitutions":null,
"throwins":null,
"injuries":null,
"dominance":{
"index": "10.22", // exact dominance index at this time
"avg_2_5": "10.50" // avg last 2,5 minutes of d.index
},
"xG" : "0.88"
},
"teamB":{
... // same of teamA
},
"odds":{
"1X2":{
"1":"21.000",
"2":"1.125",
"X":"6.500"
},
"asian_handicap":{
"1":"2.075",
"2":"1.725",
"v":"+0.25"
},
"over_under":{
"o":"1.775",
"u":"2.025",
"v":"2"
},
"asian_corner":{
"o":"1.825",
"u":"1.975",
"v":"6"
},
"1h_asian_handicap":{
"1":"3.900",
"2":"1.240",
"v":"0"
},
"1h_goalline":{
"o":"5.900",
"u":"1.130",
"v":"0.5"
},
"1h_asian_corner":{
"o":"2.375",
"u":"1.550",
"v":"1.5"
},
"1h_result":{
"1":"13.000",
"2":"8.000",
"X":"1.083"
}
}
},
...
]
}
Example of code for direct API
Example of code for RapidAPI
Last updated