GET Expected Lineup by Team
This endpoint allows you to get all the xG values we have available per team.
https://api.sportmonks.com/v3/football/expected-lineups/teams/TEAM_ID{
"data": [
{
"id": 1,
"sport_id": 1,
"fixture_id": 19347797,
"player_id": 37526530,
"team_id": 3285,
"formation_field": null,
"position_id": null,
"detailed_position_id": null,
"type_id": 77615,
"formation_position": null,
"player_name": "Hlynur Freyr Karlsson",
"jersey_number": 2
},
{
"id": 2,
"sport_id": 1,
"fixture_id": 19347797,
"player_id": 34838,
"team_id": 3285,
"formation_field": "2:3",
"position_id": 154,
"detailed_position_id": 148,
"type_id": 77614,
"formation_position": 3,
"player_name": "Even Hovland",
"jersey_number": 3
},Field
Description
Type
Query Parameters
Required?
Description
Pagination
Include depth
Include options
Last updated
Was this helpful?