Introduction
Next to the basic stats, it’s now possible to call statistics about passing
, duels
, dribbles
of one single player in all the Major Leagues. This could be really interesting if you want to build a fantasy football game. Check them below.
"lineup": {
"data": [
{
"team_id": 8,
"fixture_id": 11867339,
"player_id": 1743,
"player_name": "Virgil van Dijk",
"number": 4,
"position": "D",
"additional_position": null,
"formation_position": 4,
"posx": 2,
"posy": 2,
"captain": false,
"type": "lineup",
"stats": {
"shots": {
"shots_total": 0,
"shots_on_goal": 0
},
"goals": {
"scored": 0,
"assists": 0,
"conceded": 0,
"owngoals": 0
},
"fouls": {
"drawn": 1,
"committed": 0
},
"cards": {
"yellowcards": 0,
"redcards": 0,
"yellowredcards": 0
},
"passing": {
"total_crosses": 0,
"crosses_accuracy": 0,
"passes": 53,
"accurate_passes": 41,
"passes_accuracy": 77,
"key_passes": 0
},
"dribbles": {
"attempts": 0,
"success": 0,
"dribbled_past": 1
},
"duels": {
"total": 10,
"won": 8
},
"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": 2,
"blocks": 1,
"interceptions": 0,
"clearances": 9,
"dispossesed": 0,
"minutes_played": 90
},
"rating": "7.10"
}
},
]
}
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