Includes
Expected by Team (xG by Team)
Fixtures
https://api.sportmonks.com/v3/football/fixtures/date/2024-03-03??include=xGFixture "expected": [
{
"id": 27141258,
"fixture_id": 18842545,
"type_id": 5304,
"participant_id": 9,
"data": {
"value": 3.6439
},
"location": "home"
},
{
"id": 27141259,
"fixture_id": 18842545,
"type_id": 5304,
"participant_id": 14,
"data": {
"value": 0.3841
},
"location": "away"
},
{
"id": 27141260,
"fixture_id": 18842545,
"type_id": 5305,
"participant_id": 9,
"data": {
"value": 4.4602
},
"location": "home"
},
{
"id": 27141261,
"fixture_id": 18842545,
"type_id": 5305,
"participant_id": 14,
"data": {
"value": 0.2255
},
"location": "away"
}
]
}Seasons
https://api.sportmonks.com/v3/football/teams/19?include=statistics.details.type&filters=teamStatisticSeasons:23614{
"data": {
"id": 19,
"sport_id": 1,
"country_id": 462,
"venue_id": 204,
"gender": "male",
"name": "Arsenal",
"short_code": "ARS",
"image_path": "https://cdn.sportmonks.com/images/soccer/teams/19/19.png",
"founded": 1886,
"type": "domestic",
"placeholder": false,
"last_played_at": "2024-08-31 11:30:00",
"statistics": [
{
"id": 346678,
"team_id": 19,
"season_id": 23614,
"has_values": true,
"details": [
{
"id": 4545753,
"team_statistic_id": 346678,
"type_id": 211,
"value": {
"rating": 8.13,
"player_id": 16827155,
"player_name": "Bukayo Saka"
},
"type": {
"id": 211,
"name": "Highest Rated Player",
"code": "highest-rated-player",
"developer_name": "HIGHEST_RATED_PLAYER",
"model_type": "statistic",
"stat_group": null
}
},
{
"id": 4545734,
"team_statistic_id": 346678,
"type_id": 5304,
"value": {
"expected": 3.8753,
"actual": 5,
"difference": 1.125
},
"type": {
"id": 5304,
"name": "Expected Goals (xG)",
"code": "expected-goals",
"developer_name": "EXPECTED_GOALS",
"model_type": "statistic",
"stat_group": "offensive"
}
},Expected by player (xG by Player)
Fixtures
https://api.sportmonks.com/v3/football/fixtures/date/2024-03-03?include=lineups.xGLineup {
"id": 8193384466,
"sport_id": 1,
"fixture_id": 18842545,
"player_id": 154421,
"team_id": 9,
"position_id": 27,
"formation_field": "5:1",
"type_id": 11,
"formation_position": 11,
"player_name": "Erling Haaland",
"jersey_number": 9,
"expected": [
{
"id": 1068406356,
"fixture_id": 18842545,
"player_id": 154421,
"team_id": 9,
"lineup_id": 8193384466,
"type_id": 5304,
"data": {
"value": 1.1634
}
},
{
"id": 1068406358,
"fixture_id": 18842545,
"player_id": 154421,
"team_id": 9,
"lineup_id": 8193384466,
"type_id": 5305,
"data": {
"value": 1.1634
}
}
]Seasons
Expected Points Table (xPTS Table)
Last updated
Was this helpful?