live basic
View all live matches (basic) ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status":200,
"errors":[],
"pagination":[],
"result":[
{
"id":"5ff7a0c8ceb4f157",
"date":"2021-01-09 16:00:00",
"timer":"90:00+04:36", // match timer if is in extra time there is +minute eg. 90:00+01:00
"in_play":false, // if match is in play or not (false if match is just ended or is in time break)
"est_e_time" : "6", // estimate extra time false if unknown
"championship":{
"id":"5fda5fa8541c9de5",
"name":"Bahrain Premier League",
"s_name": "Bahrain Premier League 20/21", // season name
"country" : "BH"
},
"teamA":{
"id":"5fda5fcd1aa9fae1",
"name":"Al-Muharraq",
"score":{
"f":"2",
"1h":"0",
"2h":"2",
"o":null,
"p":null
},
"position" : "1", // position in championship (if)
"perf":{
"l_5_matches" : "WLWLW", // last 5 match performance (from left to right)
"avg_game_goals" : "2.5",
"avg_goals_scored" : "1.5",
"avg_goals_conceded" : "0.5",
"o_1_5_team" : "50", // percent of over 1.5 by team in last 5 matches
"btts" : "60", // percent of btts
"o_0_5_game" : "100", // percent of over 0.5 by game in last 5 matches
"o_1_5_game" : "100", // percent of over 1.5 by game in last 5 matches
"o_2_5_game" : "100", // percent of over 2.5 by game in last 5 matches
"o_3_5_game" : "100", // percent of over 3.5 by game in last 5 matches
"tot_goals_scored" : "10", // total goals scored in last 5 matches
"goals_scored_0_15": ["0","0"], // goals scored between 0 and 15 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_scored_16_30": ["1","10"], // goals scored between 16 and 30 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_scored_31_45": ["1","10"], // goals scored between 31 and end first half minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_scored_46_60": ["1","10"], // goals scored between 46 and 60 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_scored_61_75": ["5","50"], // goals scored between 61 and 75 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_scored_76_90": ["2","20"], // goals scored between 76 and end second half in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"tot_goals_conceded": "10", // total goals conceded in last 5 matches
"goals_conceded_0_15": ["0","0"], // goals conceded between 0 and 15 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_conceded_16_30": ["1","10"], // goals conceded between 16 and 30 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_conceded_31_45": ["1","10"], // goals conceded between 31 and end first half minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_conceded_46_60": ["1","10"], // goals conceded between 46 and 60 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_conceded_61_75": ["5","50"], // goals conceded between 61 and 75 minute in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
"goals_conceded_76_90": ["2","20"] // goals conceded between 76 and end second half in last 5 matches format [NUMBER_GOAL ; PERCENT_OF_TOTAL]
},
"stats":{
"possession":"40",
"attacks":{
"n":"125", // normal
"n_15": "30", // normal last 15 minutes
"n_5": "5", // normal last 5 minutes
"d":"83", // dangerous
"d_15": "30", // dangerous last 15 minutes
"d_5": "5", // dangerous last 5 minutes
"o_s":"5" // off side
},
"shoots":{
"t":"3", // total
"off":"2", // off target shot
"off_15": "2", // off target last 15 minutes
"off_5": "1", // off target last 5 minutes
"on":"1", // on target shot
"on_15": "1", // on target last 15 minutes
"on_5": "1", // on target last 5 minutes
"g_a":"2" // goal attemps
},
"penalties":"0",
"corners":{
"t":"4", // total
"f":"4",// final
"h":"2" // 1 half
"c_15": "2", // corners last 15 minutes
"c_5": "1", // corners last 5 minutes
},
"fouls":{
"t":null, // total fouls
"y_c":"0", // yellow card
"y_t_r_c":null, // yellow to red card
"r_c":"0" // red card
},
"substitutions":"2",
"throwins":null,
"injuries":null,
"dominance_avg_2_5": "10.10", // average of last 2.5 minutes of dominance index
"xG" : {
"kickoff" : "1.02", // Expected goal at kickoff
"live" : "0.88" // Current expected goal
}
}
},
"teamB":{
...
// same as teamA
},
"events":[ // only if param "e" is "yes"
{
"type":"red_card", // can be: corner, goal, yellow_card, red_card, substitution, penalty_ot_score, penalty_ot_miss
"timer":"120+1", // event time if + it's overtime or null if is in penalties
"team":"A" // ref team A or B
},
...
],
"dominance_index": [
{
"timer":"00:00", // timer of dominance index
"teamA":"5",
"teamB":"5"
},
...
],
"bet365_url" : "https://www.bet365.EXT/#/AC/B1/C1/D8/E128998076/F3"
},
...
]
Example of code for direct API
Example of code for RapidAPI
Last updated