Players statistics
https://api.sportmonks.com/v3/football/players/{id}?api_token=YOUR_TOKENhttps://api.sportmonks.com/v3/football/players/758
?api_token=YOUR_TOKEN&include=statistics{
"data": {
"id": 758,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 25,
"detailed_position_id": 154,
"type_id": 25,
"common_name": "J. Tavernier",
"firstname": "James",
"lastname": "Tavernier",
"name": "James Tavernier",
"display_name": "James Tavernier",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/22/758.png",
"height": 182,
"weight": 75,
"date_of_birth": "1991-10-31",
"gender": "male",
"statistics": [
{
"id": 27324842,
"player_id": 758,
"team_id": 62,
"season_id": 825,
"position_id": 25,
"jersey_number": 2
},
{
"id": 216445028,
"player_id": 758,
"team_id": 62,
"season_id": 1929,
"position_id": null,
"jersey_number": 2
},https://api.sportmonks.com/v3/football/players/758
?api_token=YOUR_TOKEN&include=statistics.details.type{
"data": {
"id": 758,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 25,
"detailed_position_id": 154,
"type_id": 25,
"common_name": "J. Tavernier",
"firstname": "James",
"lastname": "Tavernier",
"name": "James Tavernier",
"display_name": "James Tavernier",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/22/758.png",
"height": 182,
"weight": 75,
"date_of_birth": "1991-10-31",
"gender": "male",
"statistics": [
{
"id": 27324842,
"player_id": 758,
"team_id": 62,
"season_id": 825,
"position_id": 25,
"jersey_number": 2,
"details": [
{
"id": 23799175,
"player_statistic_id": 27324842,
"type_id": 52,
"value": {
"total": 1,
"goals": 1,
"penalties": 0
},
"type": {
"id": 52,
"name": "Goals",
"code": "goals",
"developer_name": "GOALS",
"model_type": "statistic",
"stat_group": "offensive"
}
},
{
"id": 2926412,
"player_statistic_id": 27324842,
"type_id": 59,
"value": {
"in": 1,
"out": 1
},
"type": {
"id": 59,
"name": "Substitutions",
"code": "substitutions",
"developer_name": "SUBSTITUTIONS",
"model_type": "statistic",
"stat_group": "overall"
}
},
//And moreFiltering player statistics
See also
Prerequisites
Reference
Related Tutorials
Last updated
Was this helpful?