GET Live Probabilities by Fixture ID
https://api.sportmonks.com/v3/football/predictions/live/probabilities/
fixtures/{fixture_id}{
"data": [
{
"id": 181,
"fixture_id": 19656849,
"period_id": 6965194,
"minute": 1,
"predictions": {
"home": 52.08,
"away": 25.76,
"draw": 22.15
},
"type_id": 237
},
{
"id": 182,
"fixture_id": 19656849,
"period_id": 6965194,
"minute": 2,
"predictions": {
"home": 52.84,
"away": 25.64,
"draw": 21.52
},
"type_id": 237
},
{
"id": 183,
"fixture_id": 19656849,
"period_id": 6965194,
"minute": 3,
"predictions": {
"home": 28.02,
"away": 51.05,
"draw": 20.92
},
"type_id": 237
}
]
}Field
Description
Type
Name
Required?
Description
Static Filter
Available on Entity
Description
Example
Dynamic Filter
Available on Entity
Description
Example
Filters
Pagination
"pagination": {
"count": 25,
"per_page": 25,
"current_page": 1,
"next_cursor": "WzEsMixbMTk3MTAxMDBdLFtbInNwb3J0cy5...",
"has_more": true
}Parameters
Parameter
Required
Description
Example
Include depth
Include options
Checking availability
Postman
Code Example
See also
Last updated
Was this helpful?