API Endpoints
This endpoint returns by default the next non-expired football predictions.Parameters can be specified to filter by date, by federation, by prediction market
Predictions
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": 40838,
"start_date": "2018-12-06T19:00:00",
"season": "2018 - 2019",
"status": "pending",
"home_team": "Feyenoord",
"prediction": "1",
"probabilities": {
"X2": 0.458,
"2": 0.163,
"1X": 0.837,
"1": 0.542,
"12": 0.704,
"X": 0.296
},
"is_expired": false,
"distance_between_teams": 131,
"away_strength": 0.524973751312434,
"federation": "UEFA",
"market": "classic",
"odds": {
"X2": 4.03,
"2": 12.205,
"1X": 1.04,
"1": 1.217,
"12": 1.1,
"X": 6.168
},
"competition_name": "Eredivisie",
"field_length": 105,
"stadium_capacity": 51117,
"last_update_at": "2018-12-04T20:11:57.506000",
"home_strength": 2.31326526289031,
"field_width": 68,
"away_team": "VVV-Venlo",
"result": "",
"competition_cluster": "Netherlands"
},
...
}Prediction Details
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Performance stats (accuracy)
Query Parameters
Name
Type
Description
List Federations
List Markets
League stats for home team
Path Parameters
Name
Type
Description
Head to Head
Path Parameters
Name
Type
Description
League stats for away team
Path Parameters
Name
Type
Description
Last 10 matches for Home team
Path Parameters
Name
Type
Description
Last 10 matches for Away team
Path Parameters
Name
Type
Description
Get a list of Fixture IDs
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?