Introduction
The bench
include provides information about players that are selected, but are not starting the game. This part of information will be available about 1 hour prior the game start. It also can easily be enriched with team and player information via the nested includes option.
"bench": {
"data": [
{
"team_id": 8,
"fixture_id": 11867339,
"player_id": 197,
"player_name": "James Milner",
"number": 7,
"position": "M",
"additional_position": null,
"formation_position": null,
"posx": 0,
"posy": 0,
"captain": false,
"type": "bench",
"stats": {
"shots": {
"shots_total": 0,
"shots_on_goal": 0
},
"goals": {
"scored": 0,
"assists": 0,
"conceded": 0,
"owngoals": 0
},
"fouls": {
"drawn": 0,
"committed": 1
},
"cards": {
"yellowcards": 0,
"redcards": 0,
"yellowredcards": 0
},
"passing": {
"total_crosses": 1,
"crosses_accuracy": 0,
"passes": 7,
"accurate_passes": 4,
"passes_accuracy": 57,
"key_passes": 0
},
"dribbles": {
"attempts": 1,
"success": 1,
"dribbled_past": 0
},
"duels": {
"total": 3,
"won": 2
},
"other": {
"offsides": 0,
"saves": 0,
"inside_box_saves": 0,
"pen_scored": 0,
"pen_missed": 0,
"pen_saved": 0,
"pen_committed": 0,
"pen_won": 0,
"hit_woodwork": 0,
"tackles": 0,
"blocks": 0,
"interceptions": 0,
"clearances": 1,
"dispossesed": 0,
"minutes_played": 29
},
"rating": "6.60"
}
}
]
}
Relationship Details
Below you can find the details for this relationship.
Questions?
We're always happy to help with code or other questions you might have! Search our documentation, contact support, or get in touch with our sales team.
This article was last updated on 2019-01-30 14:02:19