Introduction
You can retrieve statistics for all seasons the player has played in via the stats
include on player level. Note that it might become useful to add a filter like &seasons=16264
, so that only the data you are looking for is returned. Get acces to all important player statistics like minutes
appearances
goals
assists
rating
cards
etc.
"data": [
{
"player_id": 31000,
"team_id": 503,
"country_id": 2,
"position_id": 4,
"common_name": "R. Lewandowski",
"display_name": "Robert Lewandowski",
"fullname": "Robert Lewandowski",
"firstname": "Robert",
"lastname": "Lewandowski",
"nationality": "Poland",
"birthdate": "21/08/1988",
"birthcountry": "Poland",
"birthplace": "Warszawa",
"height": "184 cm",
"weight": "80 kg",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/24/31000.png",
"stats": {
"data": [ {
"player_id": 31000,
"team_id": 503,
"league_id": 82,
"season_id": 16264,
"captain": 0,
"minutes": 2761,
"appearences": 31,
"lineups": 31,
"substitute_in": 0,
"substitute_out": 2,
"substitutes_on_bench": 0,
"goals": 34,
"owngoals": 0,
"assists": 4,
"saves": 0,
"inside_box_saves": 0,
"dispossesed": 0,
"interceptions": 7,
"yellowcards": 5,
"yellowred": 0,
"redcards": 0,
"type": "domestic",
"tackles": 17,
"blocks": 1,
"hit_post": 3,
"cleansheets": 13,
"rating": "7.67",
"fouls": {
"committed": 32,
"drawn": 43
},
"crosses": {
"total": 22,
"accurate": 10
},
"dribbles": {
"attempts": 88,
"success": 57,
"dribbled_past": 12
},
"duels": {
"total": 86,
"won": 34
},
"passes": {
"total": 561,
"accuracy": 73,
"key_passes": 36
},
"penalties": {
"won": 1,
"scores": 5,
"missed": null,
"committed": null,
"saves": null
}
},
]
}```
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