by basic
View all matches of a specific filter with basic data ⬜ 🟨 🟦 🟩
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": 200,
"errors": [
],
"pagination": [
{
"page": 1,
"per_page": 100,
"items": 327
}
],
"result": [
{
"id": "6050031284c7991a",
"date": "2021-03-19 00:00:00",
"status": "ENDED",
"timer": "90:00",
"championship": {
"id": "5fda5fac01e49b16",
"name": "Ecuador Primera B",
"s_name": "LigaPro Primera B 2021"
},
"teamA": {
"id": "5fda5fd7100d115f",
"name": "America de Quito",
"score": {
"f": "1",
"1h": "0",
"2h": "1",
"o": null,
"p": null
},
"stats": {
"possession": "51",
"attacks": {
"n": "101",
"d": "46",
"o_s": null
},
"shoots": {
"t": "8",
"off": "1",
"on": "7",
"g_a": null
},
"penalties": "0",
"corners": {
"t": "4",
"f": "4",
"h": "3"
},
"fouls": {
"t": null,
"y_c": "4",
"y_t_r_c": "0",
"r_c": "0"
},
"substitutions": "0",
"throwins": null,
"injuries": "1"
"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
}
},
"manager": null
},
"teamB": {
"id": "5fda60336dfb2746",
"name": "El Nacional",
"score": {
"f": "1",
"1h": "0",
"2h": "1",
"o": null,
"p": null
},
"stats": {
"possession": "49",
"attacks": {
"n": "100",
"d": "51",
"o_s": null
},
"shoots": {
"t": "5",
"off": "2",
"on": "3",
"g_a": null
},
"penalties": "0",
"corners": {
"t": "7",
"f": "7",
"h": "4"
},
"fouls": {
"t": null,
"y_c": "2",
"y_t_r_c": "0",
"r_c": "0"
},
"substitutions": "0",
"throwins": null,
"injuries": "1"
"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
}
},
"manager": null
},
"events": [
{
"type": "yellow_card",
"timer": "90+5",
"team": "A"
},
{
"type": "yellow_card",
"timer": "90+2",
"team": "A"
},
{
"type": "yellow_card",
"timer": "86",
"team": "A"
},
{
"type": "yellow_card",
"timer": "80",
"team": "A"
},
{
"type": "goal",
"timer": "72",
"team": "B"
},
{
"type": "corner",
"timer": "70",
"team": "B"
},
{
"type": "corner",
"timer": "65",
"team": "B"
},
{
"type": "corner",
"timer": "63",
"team": "B"
},
{
"type": "goal",
"timer": "59",
"team": "A"
},
{
"type": "corner",
"timer": "58",
"team": "A"
},
{
"type": "yellow_card",
"timer": "42",
"team": "B"
},
{
"type": "corner",
"timer": "41",
"team": "A"
},
{
"type": "yellow_card",
"timer": "33",
"team": "B"
},
{
"type": "corner",
"timer": "24",
"team": "B"
},
{
"type": "corner",
"timer": "21",
"team": "B"
},
{
"type": "corner",
"timer": "17",
"team": "A"
},
{
"type": "corner",
"timer": "12",
"team": "B"
},
{
"type": "corner",
"timer": "9",
"team": "B"
},
{
"type": "corner",
"timer": "6",
"team": "A"
}
],
"dominance_index": [
{
"timer":"00:00", // timer of dominance index
"teamA":"5",
"teamB":"5"
},
...
],
"referee": null,
"stadium": {
"id": "5fb9697971d74bf8",
"name": "Olimpico Atahualpa"
},
"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