Created
December 6, 2021 13:08
-
-
Save rodmar35/eac5cac0790a8e6f68d80d9baa5cc007 to your computer and use it in GitHub Desktop.
Example sportmonks API response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Champions League final 2019/2020 (Paris Saint Germain vs Bayern München) | |
| // https://docs.sportmonks.com/football/api-references/demo-response-files | |
| { | |
| "data": { | |
| "id": 16922979, | |
| "league_id": 2, | |
| "season_id": 16029, | |
| "stage_id": 77443824, | |
| "round_id": null, | |
| "group_id": null, | |
| "aggregate_id": null, | |
| "venue_id": 138, | |
| "referee_id": 16780, | |
| "localteam_id": 591, | |
| "visitorteam_id": 503, | |
| "winner_team_id": 503, | |
| "weather_report": { | |
| "code": "clouds", | |
| "type": "few clouds", | |
| "icon": "https://cdn.sportmonks.com/images/weather/02n.png", | |
| "temperature": { | |
| "temp": 70.12, | |
| "unit": "fahrenheit" | |
| }, | |
| "temperature_celcius": { | |
| "temp": 21.2, | |
| "unit": "celcius" | |
| }, | |
| "clouds": "20%", | |
| "humidity": "73%", | |
| "pressure": 1018, | |
| "wind": { | |
| "speed": "18.34 m/s", | |
| "degree": 310 | |
| }, | |
| "coordinates": { | |
| "lat": 38.72, | |
| "lon": -9.13 | |
| }, | |
| "updated_at": "2020-08-23T20:45:04.460599Z" | |
| }, | |
| "commentaries": true, | |
| "attendance": 0, | |
| "pitch": null, | |
| "details": "Neutral Venue", | |
| "neutral_venue": true, | |
| "winning_odds_calculated": true, | |
| "formations": { | |
| "localteam_formation": "4-3-3", | |
| "visitorteam_formation": "4-2-3-1" | |
| }, | |
| "scores": { | |
| "localteam_score": 0, | |
| "visitorteam_score": 1, | |
| "localteam_pen_score": null, | |
| "visitorteam_pen_score": null, | |
| "ht_score": "0-0", | |
| "ft_score": "0-1", | |
| "et_score": null, | |
| "ps_score": null | |
| }, | |
| "time": { | |
| "status": "FT", | |
| "starting_at": { | |
| "date_time": "2020-08-23 19:00:00", | |
| "date": "2020-08-23", | |
| "time": "19:00:00", | |
| "timestamp": 1598209200, | |
| "timezone": "UTC" | |
| }, | |
| "minute": 95, | |
| "second": null, | |
| "added_time": null, | |
| "extra_minute": null, | |
| "injury_time": null | |
| }, | |
| "coaches": { | |
| "localteam_coach_id": 523937, | |
| "visitorteam_coach_id": 37352367 | |
| }, | |
| "standings": { | |
| "localteam_position": 2, | |
| "visitorteam_position": 1 | |
| }, | |
| "assistants": { | |
| "first_assistant_id": 12862, | |
| "second_assistant_id": 15792, | |
| "fourth_official_id": 16469 | |
| }, | |
| "leg": "1/1", | |
| "colors": { | |
| "localteam": { | |
| "color": "#022857", | |
| "kit_colors": "#022857,#C40010,#022857,#022857,#F0F0F0,#0046A8,#022857" | |
| }, | |
| "visitorteam": { | |
| "color": "#C40010", | |
| "kit_colors": "#C40010,#C40010,#C40010,#C40010,#C40010,#FFDF1B,#C40010" | |
| } | |
| }, | |
| "deleted": false, | |
| "localTeam": { | |
| "data": { | |
| "id": 591, | |
| "legacy_id": 131, | |
| "name": "Paris Saint Germain", | |
| "short_code": "PSG", | |
| "twitter": "@PSG_inside", | |
| "country_id": 17, | |
| "national_team": false, | |
| "founded": 1970, | |
| "logo_path": "https://cdn.sportmonks.com/images//soccer/teams/15/591.png", | |
| "venue_id": 131, | |
| "current_season_id": 17160 | |
| } | |
| }, | |
| "visitorTeam": { | |
| "data": { | |
| "id": 503, | |
| "legacy_id": 39, | |
| "name": "Bayern München", | |
| "short_code": "BAY", | |
| "twitter": "@FCBayern", | |
| "country_id": 11, | |
| "national_team": false, | |
| "founded": 1900, | |
| "logo_path": "https://cdn.sportmonks.com/images//soccer/teams/23/503.png", | |
| "venue_id": 53, | |
| "current_season_id": 17361 | |
| } | |
| }, | |
| "lineup": { | |
| "data": [ | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 186029, | |
| "player_name": "Keylor Navas", | |
| "number": 1, | |
| "position": "G", | |
| "additional_position": null, | |
| "formation_position": 1, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 1, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 26, | |
| "accurate_passes": 16, | |
| "passes_accuracy": 65, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 0, | |
| "won": 0 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": 0, | |
| "saves": 1, | |
| "inside_box_saves": 1, | |
| "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": 0, | |
| "dispossesed": 0, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.40" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 186029, | |
| "team_id": 591, | |
| "country_id": 1739, | |
| "position_id": 1, | |
| "common_name": "K. Navas Gamboa", | |
| "display_name": "Keylor Navas", | |
| "fullname": "Keylor Navas Gamboa", | |
| "firstname": "Keylor", | |
| "lastname": "Navas Gamboa", | |
| "nationality": "Costa Rica", | |
| "birthdate": "15/12/1986", | |
| "birthcountry": "Costa Rica", | |
| "birthplace": "Pérez Zeledón", | |
| "height": "185 cm", | |
| "weight": "79 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/13/186029.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 32738, | |
| "player_name": "Thilo Kehrer", | |
| "number": 4, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 2, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 4, | |
| "committed": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 1, | |
| "crosses_accuracy": 0, | |
| "passes": 29, | |
| "accurate_passes": 18, | |
| "passes_accuracy": 65, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 2 | |
| }, | |
| "duels": { | |
| "total": 15, | |
| "won": 9 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 4, | |
| "blocks": 1, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 16, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.52" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 32738, | |
| "team_id": 591, | |
| "country_id": 11, | |
| "position_id": 2, | |
| "common_name": "T. Kehrer", | |
| "display_name": "Thilo Kehrer", | |
| "fullname": "Thilo Kehrer", | |
| "firstname": "Thilo", | |
| "lastname": "Kehrer", | |
| "nationality": "Germany", | |
| "birthdate": "21/09/1996", | |
| "birthcountry": "Germany", | |
| "birthplace": "Tübingen", | |
| "height": "186 cm", | |
| "weight": "76 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/2/32738.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 95792, | |
| "player_name": "Thiago Silva", | |
| "number": 2, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 3, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": true, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 1, | |
| "committed": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 47, | |
| "accurate_passes": 37, | |
| "passes_accuracy": 80, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 7, | |
| "won": 5 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 1, | |
| "interceptions": 1, | |
| "clearances": 6, | |
| "dispossesed": 9, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "7.12" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 95792, | |
| "team_id": 18, | |
| "country_id": 5, | |
| "position_id": 2, | |
| "common_name": "T. da Silva", | |
| "display_name": "Thiago Silva", | |
| "fullname": "Thiago Emiliano da Silva", | |
| "firstname": "Thiago Emiliano", | |
| "lastname": "da Silva", | |
| "nationality": "Brazil", | |
| "birthdate": "22/09/1984", | |
| "birthcountry": "Brazil", | |
| "birthplace": "Rio de Janeiro", | |
| "height": "183 cm", | |
| "weight": "79 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/16/95792.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 96573, | |
| "player_name": "Presnel Kimpembe", | |
| "number": 3, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 4, | |
| "posx": 0, | |
| "posy": 0, | |
| "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": 31, | |
| "accurate_passes": 25, | |
| "passes_accuracy": 83, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 1, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 7, | |
| "won": 3 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "interceptions": 0, | |
| "clearances": 4, | |
| "dispossesed": 6, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.81" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 96573, | |
| "team_id": 591, | |
| "country_id": 17, | |
| "position_id": 2, | |
| "common_name": "P. Kimpembe", | |
| "display_name": "Presnel Kimpembe", | |
| "fullname": "Presnel Kimpembe", | |
| "firstname": "Presnel", | |
| "lastname": "Kimpembe", | |
| "nationality": "France", | |
| "birthdate": "13/08/1995", | |
| "birthcountry": "France", | |
| "birthplace": "Beaumont-sur-Oise", | |
| "height": "183 cm", | |
| "weight": "71 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/29/96573.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 32100, | |
| "player_name": "Juan Bernat", | |
| "number": 14, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 5, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 3, | |
| "committed": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 1, | |
| "crosses_accuracy": 0, | |
| "passes": 22, | |
| "accurate_passes": 18, | |
| "passes_accuracy": 86, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 2, | |
| "success": 1, | |
| "dribbled_past": 1 | |
| }, | |
| "duels": { | |
| "total": 9, | |
| "won": 7 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 3, | |
| "clearances": 3, | |
| "dispossesed": 5, | |
| "minutes_played": 80 | |
| }, | |
| "rating": "7.02" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 32100, | |
| "team_id": 591, | |
| "country_id": 32, | |
| "position_id": 2, | |
| "common_name": "J. Bernat Velasco", | |
| "display_name": "Juan Bernat", | |
| "fullname": "Juan Bernat Velasco", | |
| "firstname": "Juan", | |
| "lastname": "Bernat Velasco", | |
| "nationality": "Spain", | |
| "birthdate": "01/03/1993", | |
| "birthcountry": "Spain", | |
| "birthplace": "Valencia", | |
| "height": "170 cm", | |
| "weight": "67 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/4/32100.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 824, | |
| "player_name": "Ander Herrera", | |
| "number": 21, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 6, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 2, | |
| "committed": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 23, | |
| "accurate_passes": 21, | |
| "passes_accuracy": 95, | |
| "key_passes": 2 | |
| }, | |
| "dribbles": { | |
| "attempts": 4, | |
| "success": 3, | |
| "dribbled_past": 1 | |
| }, | |
| "duels": { | |
| "total": 11, | |
| "won": 6 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 1, | |
| "interceptions": 2, | |
| "clearances": 0, | |
| "dispossesed": 5, | |
| "minutes_played": 72 | |
| }, | |
| "rating": "7.30" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 824, | |
| "team_id": 591, | |
| "country_id": 32, | |
| "position_id": 3, | |
| "common_name": "A. Herrera Agüera", | |
| "display_name": "Ander Herrera", | |
| "fullname": "Ander Herrera Agüera", | |
| "firstname": "Ander", | |
| "lastname": "Herrera Agüera", | |
| "nationality": "Spain", | |
| "birthdate": "14/08/1989", | |
| "birthcountry": "Spain", | |
| "birthplace": "Bilbao", | |
| "height": "182 cm", | |
| "weight": "70 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/24/824.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 96208, | |
| "player_name": "Marquinhos", | |
| "number": 5, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 7, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "shots_on_goal": 1 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 2 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 40, | |
| "accurate_passes": 28, | |
| "passes_accuracy": 70, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 12, | |
| "won": 7 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 3, | |
| "blocks": 1, | |
| "interceptions": 2, | |
| "clearances": 3, | |
| "dispossesed": 15, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.85" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 96208, | |
| "team_id": 591, | |
| "country_id": 5, | |
| "position_id": 2, | |
| "common_name": "M. Aoás Corrêa", | |
| "display_name": "Marquinhos", | |
| "fullname": "Marcos Aoás Corrêa", | |
| "firstname": "Marcos", | |
| "lastname": "Aoás Corrêa", | |
| "nationality": "Brazil", | |
| "birthdate": "14/05/1994", | |
| "birthcountry": "Brazil", | |
| "birthplace": "São Paulo", | |
| "height": "183 cm", | |
| "weight": "75 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/16/96208.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 129419, | |
| "player_name": "Leandro Paredes", | |
| "number": 8, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 8, | |
| "posx": 0, | |
| "posy": 0, | |
| "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": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 25, | |
| "accurate_passes": 20, | |
| "passes_accuracy": 80, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 1, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 3, | |
| "won": 2 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 2, | |
| "clearances": 1, | |
| "dispossesed": 5, | |
| "minutes_played": 65 | |
| }, | |
| "rating": "6.72" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 129419, | |
| "team_id": 591, | |
| "country_id": 44, | |
| "position_id": 3, | |
| "common_name": "L. Paredes", | |
| "display_name": "Leandro Paredes", | |
| "fullname": "Leandro Daniel Paredes", | |
| "firstname": "Leandro Daniel", | |
| "lastname": "Paredes", | |
| "nationality": "Argentina", | |
| "birthdate": "29/06/1994", | |
| "birthcountry": "Argentina", | |
| "birthplace": "San Justo", | |
| "height": "180 cm", | |
| "weight": "80 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/11/129419.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 4105, | |
| "player_name": "Ángel Di María", | |
| "number": 11, | |
| "position": "A", | |
| "additional_position": null, | |
| "formation_position": 9, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "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": 4, | |
| "crosses_accuracy": 0, | |
| "passes": 16, | |
| "accurate_passes": 8, | |
| "passes_accuracy": 50, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 3, | |
| "success": 1, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 7, | |
| "won": 4 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": 1, | |
| "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": 0, | |
| "interceptions": 1, | |
| "clearances": 0, | |
| "dispossesed": 16, | |
| "minutes_played": 80 | |
| }, | |
| "rating": "6.65" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 4105, | |
| "team_id": 591, | |
| "country_id": 44, | |
| "position_id": 3, | |
| "common_name": "Á. Di María Hernández", | |
| "display_name": "Ángel Di María", | |
| "fullname": "Ángel Fabián Di María Hernández", | |
| "firstname": "Ángel Fabián", | |
| "lastname": "Di María Hernández", | |
| "nationality": "Argentina", | |
| "birthdate": "14/02/1988", | |
| "birthcountry": "Argentina", | |
| "birthplace": "Rosario", | |
| "height": "180 cm", | |
| "weight": "75 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/9/4105.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 186320, | |
| "player_name": "Neymar", | |
| "number": 10, | |
| "position": "A", | |
| "additional_position": null, | |
| "formation_position": 10, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 3, | |
| "shots_on_goal": 1 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 6, | |
| "committed": 3 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 4, | |
| "crosses_accuracy": 1, | |
| "passes": 22, | |
| "accurate_passes": 12, | |
| "passes_accuracy": 59, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 7, | |
| "success": 4, | |
| "dribbled_past": 1 | |
| }, | |
| "duels": { | |
| "total": 20, | |
| "won": 10 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 0, | |
| "dispossesed": 27, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.91" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 186320, | |
| "team_id": 591, | |
| "country_id": 5, | |
| "position_id": 4, | |
| "common_name": "N. da Silva Santos Junior", | |
| "display_name": "Neymar", | |
| "fullname": "Neymar da Silva Santos Junior", | |
| "firstname": "Neymar", | |
| "lastname": "da Silva Santos Junior", | |
| "nationality": "Brazil", | |
| "birthdate": "05/02/1992", | |
| "birthcountry": "Brazil", | |
| "birthplace": "Mogi das Cruzes", | |
| "height": "175 cm", | |
| "weight": "68 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/16/186320.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 96611, | |
| "player_name": "Kylian Mbappé", | |
| "number": 7, | |
| "position": "A", | |
| "additional_position": null, | |
| "formation_position": 11, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 3, | |
| "shots_on_goal": 1 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 2, | |
| "committed": 2 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 2, | |
| "crosses_accuracy": 0, | |
| "passes": 11, | |
| "accurate_passes": 0, | |
| "passes_accuracy": 100, | |
| "key_passes": 2 | |
| }, | |
| "dribbles": { | |
| "attempts": 2, | |
| "success": 1, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 10, | |
| "won": 5 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": 1, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 8, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.93" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 96611, | |
| "team_id": 591, | |
| "country_id": 17, | |
| "position_id": 4, | |
| "common_name": "K. Mbappé Lottin", | |
| "display_name": "Kylian Mbappé", | |
| "fullname": "Kylian Mbappé Lottin", | |
| "firstname": "Kylian", | |
| "lastname": "Mbappé Lottin", | |
| "nationality": "France", | |
| "birthdate": "20/12/1998", | |
| "birthcountry": "France", | |
| "birthplace": "Paris", | |
| "height": "178 cm", | |
| "weight": "73 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/3/96611.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 30642, | |
| "player_name": "Manuel Neuer", | |
| "number": 1, | |
| "position": "G", | |
| "additional_position": null, | |
| "formation_position": 1, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": true, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 39, | |
| "accurate_passes": 29, | |
| "passes_accuracy": 76, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 0, | |
| "won": 0 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": 0, | |
| "saves": 3, | |
| "inside_box_saves": 3, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": 0, | |
| "pen_committed": 0, | |
| "pen_won": 0, | |
| "hit_woodwork": 0, | |
| "tackles": 0, | |
| "blocks": 0, | |
| "interceptions": 1, | |
| "clearances": 0, | |
| "dispossesed": 0, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "7.42" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 30642, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 1, | |
| "common_name": "M. Neuer", | |
| "display_name": "Manuel Neuer", | |
| "fullname": "Manuel Neuer", | |
| "firstname": "Manuel", | |
| "lastname": "Neuer", | |
| "nationality": "Germany", | |
| "birthdate": "27/03/1986", | |
| "birthcountry": "Germany", | |
| "birthplace": "Gelsenkirchen", | |
| "height": "193 cm", | |
| "weight": "92 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/18/30642.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 32362, | |
| "player_name": "Joshua Kimmich", | |
| "number": 32, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 2, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 1, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 5, | |
| "committed": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 5, | |
| "crosses_accuracy": 1, | |
| "passes": 59, | |
| "accurate_passes": 49, | |
| "passes_accuracy": 84, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 2 | |
| }, | |
| "duels": { | |
| "total": 12, | |
| "won": 8 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "clearances": 1, | |
| "dispossesed": 21, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "7.60" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 32362, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 2, | |
| "common_name": "J. Kimmich", | |
| "display_name": "Joshua Kimmich", | |
| "fullname": "Joshua Kimmich", | |
| "firstname": "Joshua", | |
| "lastname": "Kimmich", | |
| "nationality": "Germany", | |
| "birthdate": "08/02/1995", | |
| "birthcountry": "Germany", | |
| "birthplace": "Rottweil", | |
| "height": "176 cm", | |
| "weight": "73 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/10/32362.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 3871, | |
| "player_name": "Jérôme Boateng", | |
| "number": 17, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 3, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 16, | |
| "accurate_passes": 12, | |
| "passes_accuracy": 81, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 1, | |
| "won": 1 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 2, | |
| "dispossesed": 3, | |
| "minutes_played": 25 | |
| }, | |
| "rating": "6.75" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 3871, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 2, | |
| "common_name": "J. Boateng", | |
| "display_name": "Jérôme Boateng", | |
| "fullname": "Jérôme Boateng", | |
| "firstname": "Jérôme", | |
| "lastname": "Boateng", | |
| "nationality": "Germany", | |
| "birthdate": "03/09/1988", | |
| "birthcountry": "Germany", | |
| "birthplace": "Berlin", | |
| "height": "192 cm", | |
| "weight": "90 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/31/3871.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31288, | |
| "player_name": "David Alaba", | |
| "number": 27, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 4, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 59, | |
| "accurate_passes": 52, | |
| "passes_accuracy": 89, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 3, | |
| "won": 3 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 1, | |
| "clearances": 2, | |
| "dispossesed": 6, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.83" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31288, | |
| "team_id": 503, | |
| "country_id": 143, | |
| "position_id": 2, | |
| "common_name": "D. Olatukunbo Alaba", | |
| "display_name": "David Alaba", | |
| "fullname": "David Olatukunbo Alaba", | |
| "firstname": "David", | |
| "lastname": "Olatukunbo Alaba", | |
| "nationality": "Austria", | |
| "birthdate": "24/06/1992", | |
| "birthcountry": "Austria", | |
| "birthplace": "Wien", | |
| "height": "180 cm", | |
| "weight": "78 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/24/31288.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 262644, | |
| "player_name": "Alphonso Davies", | |
| "number": 19, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": 5, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 2, | |
| "committed": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 3, | |
| "crosses_accuracy": 1, | |
| "passes": 50, | |
| "accurate_passes": 42, | |
| "passes_accuracy": 84, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 2, | |
| "success": 0, | |
| "dribbled_past": 2 | |
| }, | |
| "duels": { | |
| "total": 12, | |
| "won": 3 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 1, | |
| "clearances": 1, | |
| "dispossesed": 16, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.21" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 262644, | |
| "team_id": 503, | |
| "country_id": 1004, | |
| "position_id": 3, | |
| "common_name": "A. Davies", | |
| "display_name": "Alphonso Davies", | |
| "fullname": "Alphonso Davies", | |
| "firstname": "Alphonso", | |
| "lastname": "Davies", | |
| "nationality": "Canada", | |
| "birthdate": "02/11/2000", | |
| "birthcountry": "Liberia", | |
| "birthplace": "Monrovia", | |
| "height": "180 cm", | |
| "weight": "72 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/20/262644.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31824, | |
| "player_name": "Leon Goretzka", | |
| "number": 18, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 6, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 2, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 4 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 52, | |
| "accurate_passes": 42, | |
| "passes_accuracy": 82, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 0, | |
| "dribbled_past": 1 | |
| }, | |
| "duels": { | |
| "total": 11, | |
| "won": 4 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 3, | |
| "blocks": 1, | |
| "interceptions": 1, | |
| "clearances": 1, | |
| "dispossesed": 10, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.60" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31824, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 3, | |
| "common_name": "L. Goretzka", | |
| "display_name": "Leon Goretzka", | |
| "fullname": "Leon Goretzka", | |
| "firstname": "Leon", | |
| "lastname": "Goretzka", | |
| "nationality": "Germany", | |
| "birthdate": "06/02/1995", | |
| "birthcountry": "Germany", | |
| "birthplace": "Bochum", | |
| "height": "189 cm", | |
| "weight": "79 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/16/31824.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31857, | |
| "player_name": "Thiago Alcántara", | |
| "number": 6, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 7, | |
| "posx": null, | |
| "posy": null, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 1, | |
| "committed": 4 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 85, | |
| "accurate_passes": 74, | |
| "passes_accuracy": 88, | |
| "key_passes": 2 | |
| }, | |
| "dribbles": { | |
| "attempts": 2, | |
| "success": 2, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 10, | |
| "won": 6 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "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": 3, | |
| "blocks": 0, | |
| "interceptions": 2, | |
| "clearances": 0, | |
| "dispossesed": 11, | |
| "minutes_played": 86 | |
| }, | |
| "rating": "7.61" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31857, | |
| "team_id": 8, | |
| "country_id": 32, | |
| "position_id": 3, | |
| "common_name": "T. Alcântara do Nascimento", | |
| "display_name": "Thiago Alcântara", | |
| "fullname": "Thiago Alcântara do Nascimento", | |
| "firstname": "Thiago", | |
| "lastname": "Alcântara do Nascimento", | |
| "nationality": "Spain", | |
| "birthdate": "11/04/1991", | |
| "birthcountry": "Italy", | |
| "birthplace": "San Pietro Vernotico", | |
| "height": "174 cm", | |
| "weight": "70 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/17/31857.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 942, | |
| "player_name": "Serge Gnabry", | |
| "number": 22, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 8, | |
| "posx": 0, | |
| "posy": 0, | |
| "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": 2 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 2, | |
| "crosses_accuracy": 0, | |
| "passes": 24, | |
| "accurate_passes": 18, | |
| "passes_accuracy": 75, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 1, | |
| "dribbled_past": 1 | |
| }, | |
| "duels": { | |
| "total": 10, | |
| "won": 4 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 1, | |
| "clearances": 1, | |
| "dispossesed": 12, | |
| "minutes_played": 68 | |
| }, | |
| "rating": "6.50" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 942, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 3, | |
| "common_name": "S. Gnabry", | |
| "display_name": "Serge Gnabry", | |
| "fullname": "Serge Gnabry", | |
| "firstname": "Serge", | |
| "lastname": "Gnabry", | |
| "nationality": "Germany", | |
| "birthdate": "14/07/1995", | |
| "birthcountry": "Germany", | |
| "birthplace": "Stuttgart", | |
| "height": "175 cm", | |
| "weight": "75 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/14/942.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 30286, | |
| "player_name": "Thomas Müller", | |
| "number": 25, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 9, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 0, | |
| "shots_on_goal": 0 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 0, | |
| "committed": 3 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 5, | |
| "crosses_accuracy": 1, | |
| "passes": 34, | |
| "accurate_passes": 29, | |
| "passes_accuracy": 88, | |
| "key_passes": 2 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 4 | |
| }, | |
| "duels": { | |
| "total": 17, | |
| "won": 4 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 3, | |
| "blocks": 0, | |
| "interceptions": 2, | |
| "clearances": 0, | |
| "dispossesed": 9, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.84" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 30286, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 4, | |
| "common_name": "T. Müller", | |
| "display_name": "Thomas Müller", | |
| "fullname": "Thomas Müller", | |
| "firstname": "Thomas", | |
| "lastname": "Müller", | |
| "nationality": "Germany", | |
| "birthdate": "13/09/1989", | |
| "birthcountry": "Germany", | |
| "birthplace": "Weilheim", | |
| "height": "186 cm", | |
| "weight": "75 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/14/30286.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 32659, | |
| "player_name": "Kingsley Coman", | |
| "number": 29, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": 10, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 3, | |
| "shots_on_goal": 1 | |
| }, | |
| "goals": { | |
| "scored": 1, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 1, | |
| "committed": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 5, | |
| "crosses_accuracy": 0, | |
| "passes": 14, | |
| "accurate_passes": 11, | |
| "passes_accuracy": 85, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 5, | |
| "success": 2, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 9, | |
| "won": 4 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 14, | |
| "minutes_played": 68 | |
| }, | |
| "rating": "6.90" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 32659, | |
| "team_id": 503, | |
| "country_id": 17, | |
| "position_id": 3, | |
| "common_name": "K. Coman", | |
| "display_name": "Kingsley Coman", | |
| "fullname": "Kingsley Coman", | |
| "firstname": "Kingsley", | |
| "lastname": "Coman", | |
| "nationality": "France", | |
| "birthdate": "13/06/1996", | |
| "birthcountry": "France", | |
| "birthplace": "Paris", | |
| "height": "179 cm", | |
| "weight": "75 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/19/32659.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31000, | |
| "player_name": "Robert Lewandowski", | |
| "number": 9, | |
| "position": "A", | |
| "additional_position": null, | |
| "formation_position": 11, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "lineup", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 3, | |
| "shots_on_goal": 1 | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": 4, | |
| "committed": 5 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 1, | |
| "crosses_accuracy": 0, | |
| "passes": 16, | |
| "accurate_passes": 9, | |
| "passes_accuracy": 62, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 18, | |
| "won": 8 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": 1, | |
| "saves": 0, | |
| "inside_box_saves": 0, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": 0, | |
| "pen_committed": 0, | |
| "pen_won": 0, | |
| "hit_woodwork": 1, | |
| "tackles": 1, | |
| "blocks": 0, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 10, | |
| "minutes_played": 90 | |
| }, | |
| "rating": "6.84" | |
| }, | |
| "player": { | |
| "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" | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| "bench": { | |
| "data": [ | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 186187, | |
| "player_name": "Sergio Rico", | |
| "number": 16, | |
| "position": "G", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 186187, | |
| "team_id": 591, | |
| "country_id": 32, | |
| "position_id": 1, | |
| "common_name": "S. Rico González", | |
| "display_name": "Sergio Rico", | |
| "fullname": "Sergio Rico González", | |
| "firstname": "Sergio", | |
| "lastname": "Rico González", | |
| "nationality": "Spain", | |
| "birthdate": "01/09/1993", | |
| "birthcountry": "Spain", | |
| "birthplace": "Sevilla", | |
| "height": "194 cm", | |
| "weight": "90 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/11/186187.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 2158083, | |
| "player_name": "Marcin Bułka", | |
| "number": 30, | |
| "position": "G", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 2158083, | |
| "team_id": 954, | |
| "country_id": 2, | |
| "position_id": 1, | |
| "common_name": "M. Bulka", | |
| "display_name": "Marcin Bułka", | |
| "fullname": "Marcin Bulka", | |
| "firstname": "Marcin", | |
| "lastname": "Bulka", | |
| "nationality": "Poland", | |
| "birthdate": "04/10/1999", | |
| "birthcountry": "Poland", | |
| "birthplace": null, | |
| "height": "196 cm", | |
| "weight": null, | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/3/2158083.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 537285, | |
| "player_name": "Michel Bakker", | |
| "number": 25, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 537285, | |
| "team_id": 591, | |
| "country_id": 38, | |
| "position_id": 2, | |
| "common_name": "M. Bakker", | |
| "display_name": "Mitchel Bakker", | |
| "fullname": "Mitchel Bakker", | |
| "firstname": "Mitchel", | |
| "lastname": "Bakker", | |
| "nationality": "Netherlands", | |
| "birthdate": "20/06/2000", | |
| "birthcountry": "Netherlands", | |
| "birthplace": "Purmerend", | |
| "height": "188 cm", | |
| "weight": "81 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/5/537285.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 101971, | |
| "player_name": "Colin Dagba", | |
| "number": 31, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 101971, | |
| "team_id": 591, | |
| "country_id": 17, | |
| "position_id": 2, | |
| "common_name": "C. Dagba", | |
| "display_name": "Colin Dagba", | |
| "fullname": "Colin Dagba", | |
| "firstname": "Colin", | |
| "lastname": "Dagba", | |
| "nationality": "France", | |
| "birthdate": "09/09/1998", | |
| "birthcountry": "France", | |
| "birthplace": "Béthune", | |
| "height": "170 cm", | |
| "weight": "62 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/19/101971.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 95746, | |
| "player_name": "Layvin Kurzawa", | |
| "number": 20, | |
| "position": "D", | |
| "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": 2 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 9, | |
| "accurate_passes": 2, | |
| "passes_accuracy": 33, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 7, | |
| "won": 3 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 1, | |
| "clearances": 0, | |
| "dispossesed": 6, | |
| "minutes_played": 15 | |
| }, | |
| "rating": "6.45" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 95746, | |
| "team_id": 591, | |
| "country_id": 17, | |
| "position_id": 2, | |
| "common_name": "L. Kurzawa", | |
| "display_name": "Layvin Kurzawa", | |
| "fullname": "Layvin Kurzawa", | |
| "firstname": "Layvin", | |
| "lastname": "Kurzawa", | |
| "nationality": "France", | |
| "birthdate": "04/09/1992", | |
| "birthcountry": "France", | |
| "birthplace": "Fréjus", | |
| "height": "182 cm", | |
| "weight": "74 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/2/95746.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 62860, | |
| "player_name": "Abdou Diallo", | |
| "number": 22, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 62860, | |
| "team_id": 591, | |
| "country_id": 17, | |
| "position_id": 2, | |
| "common_name": "A. Diallo", | |
| "display_name": "Abdou Diallo", | |
| "fullname": "Abdou Diallo", | |
| "firstname": "Abdou", | |
| "lastname": "Diallo", | |
| "nationality": "France", | |
| "birthdate": "04/05/1996", | |
| "birthcountry": "France", | |
| "birthplace": "Tours", | |
| "height": "186 cm", | |
| "weight": "79 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/12/62860.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 1030, | |
| "player_name": "Idrissa Gueye", | |
| "number": 27, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 1030, | |
| "team_id": 591, | |
| "country_id": 200, | |
| "position_id": 3, | |
| "common_name": "I. Gueye", | |
| "display_name": "Idrissa Gueye", | |
| "fullname": "Idrissa Gana Gueye", | |
| "firstname": "Idrissa Gana", | |
| "lastname": "Gueye", | |
| "nationality": "Senegal", | |
| "birthdate": "26/09/1989", | |
| "birthcountry": "Senegal", | |
| "birthplace": "Dakar", | |
| "height": "174 cm", | |
| "weight": "66 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/6/1030.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 186025, | |
| "player_name": "Pablo Sarabia", | |
| "number": 19, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 186025, | |
| "team_id": 591, | |
| "country_id": 32, | |
| "position_id": 3, | |
| "common_name": "P. Sarabia García", | |
| "display_name": "Pablo Sarabia", | |
| "fullname": "Pablo Sarabia García", | |
| "firstname": "Pablo", | |
| "lastname": "Sarabia García", | |
| "nationality": "Spain", | |
| "birthdate": "11/05/1992", | |
| "birthcountry": "Spain", | |
| "birthplace": "Madrid", | |
| "height": "178 cm", | |
| "weight": "70 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/9/186025.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 31138, | |
| "player_name": "Julian Draxler", | |
| "number": 23, | |
| "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": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 6, | |
| "accurate_passes": 3, | |
| "passes_accuracy": 66, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 0, | |
| "won": 0 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 0, | |
| "dispossesed": 2, | |
| "minutes_played": 23 | |
| }, | |
| "rating": "6.41" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31138, | |
| "team_id": 591, | |
| "country_id": 11, | |
| "position_id": 3, | |
| "common_name": "J. Draxler", | |
| "display_name": "Julian Draxler", | |
| "fullname": "Julian Draxler", | |
| "firstname": "Julian", | |
| "lastname": "Draxler", | |
| "nationality": "Germany", | |
| "birthdate": "20/09/1993", | |
| "birthcountry": "Germany", | |
| "birthplace": "Gladbeck", | |
| "height": "187 cm", | |
| "weight": "72 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/2/31138.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 95593, | |
| "player_name": "Marco Verratti", | |
| "number": 6, | |
| "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": 1, | |
| "committed": 2 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 15, | |
| "accurate_passes": 12, | |
| "passes_accuracy": 80, | |
| "key_passes": 1 | |
| }, | |
| "dribbles": { | |
| "attempts": 1, | |
| "success": 1, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 6, | |
| "won": 3 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 5, | |
| "minutes_played": 30 | |
| }, | |
| "rating": "6.72" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 95593, | |
| "team_id": 591, | |
| "country_id": 251, | |
| "position_id": 3, | |
| "common_name": "M. Verratti", | |
| "display_name": "Marco Verratti", | |
| "fullname": "Marco Verratti", | |
| "firstname": "Marco", | |
| "lastname": "Verratti", | |
| "nationality": "Italy", | |
| "birthdate": "05/11/1992", | |
| "birthcountry": "Italy", | |
| "birthplace": "Pescara", | |
| "height": "165 cm", | |
| "weight": "60 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/9/95593.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 129095, | |
| "player_name": "Mauro Icardi", | |
| "number": 18, | |
| "position": "A", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 129095, | |
| "team_id": 591, | |
| "country_id": 44, | |
| "position_id": 4, | |
| "common_name": "M. Icardi Rivero", | |
| "display_name": "Mauro Icardi", | |
| "fullname": "Mauro Emanuel Icardi Rivero", | |
| "firstname": "Mauro Emanuel", | |
| "lastname": "Icardi Rivero", | |
| "nationality": "Argentina", | |
| "birthdate": "19/02/1993", | |
| "birthcountry": "Argentina", | |
| "birthplace": "Rosario", | |
| "height": "181 cm", | |
| "weight": "75 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/7/129095.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "player_id": 30979, | |
| "player_name": "Eric Maxim Choupo-Moting", | |
| "number": 17, | |
| "position": "A", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "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": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 0, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 1, | |
| "won": 0 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 0, | |
| "dispossesed": 1, | |
| "minutes_played": 15 | |
| }, | |
| "rating": "6.50" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 30979, | |
| "team_id": 503, | |
| "country_id": 593, | |
| "position_id": 4, | |
| "common_name": "J. Choupo-Moting", | |
| "display_name": "Eric Maxim Choupo-Moting", | |
| "fullname": "Jean-Eric Maxim Choupo-Moting", | |
| "firstname": "Jean-Eric Maxim", | |
| "lastname": "Choupo-Moting", | |
| "nationality": "Cameroon", | |
| "birthdate": "23/03/1989", | |
| "birthcountry": "Germany", | |
| "birthplace": "Hamburg", | |
| "height": "191 cm", | |
| "weight": "91 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/3/30979.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31140, | |
| "player_name": "Sven Ulreich", | |
| "number": 26, | |
| "position": "G", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31140, | |
| "team_id": 2708, | |
| "country_id": 11, | |
| "position_id": 1, | |
| "common_name": "S. Ulreich", | |
| "display_name": "Sven Ulreich", | |
| "fullname": "Sven Ulreich", | |
| "firstname": "Sven", | |
| "lastname": "Ulreich", | |
| "nationality": "Germany", | |
| "birthdate": "03/08/1988", | |
| "birthcountry": "Germany", | |
| "birthplace": "Schorndorf", | |
| "height": "192 cm", | |
| "weight": "87 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/4/31140.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 526225, | |
| "player_name": "Ron-Thorben Hoffmann", | |
| "number": 39, | |
| "position": "G", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 526225, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 1, | |
| "common_name": "R. Hoffmann", | |
| "display_name": "Ron-Thorben Hoffmann", | |
| "fullname": "Ron-Torben Hoffmann", | |
| "firstname": "Ron-Torben", | |
| "lastname": "Hoffmann", | |
| "nationality": "Germany", | |
| "birthdate": "04/04/1999", | |
| "birthcountry": "Germany", | |
| "birthplace": "Rostock", | |
| "height": "192 cm", | |
| "weight": "84 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/placeholder.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31775, | |
| "player_name": "Niklas Süle", | |
| "number": 4, | |
| "position": "D", | |
| "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": 1, | |
| "committed": 1 | |
| }, | |
| "cards": { | |
| "yellowcards": 1, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 45, | |
| "accurate_passes": 41, | |
| "passes_accuracy": 93, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 3, | |
| "won": 2 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 1, | |
| "clearances": 0, | |
| "dispossesed": 3, | |
| "minutes_played": 70 | |
| }, | |
| "rating": "6.70" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31775, | |
| "team_id": 503, | |
| "country_id": 11, | |
| "position_id": 2, | |
| "common_name": "N. Süle", | |
| "display_name": "Niklas Süle", | |
| "fullname": "Niklas Süle", | |
| "firstname": "Niklas", | |
| "lastname": "Süle", | |
| "nationality": "Germany", | |
| "birthdate": "03/09/1995", | |
| "birthcountry": "Germany", | |
| "birthplace": "Frankfurt am Main", | |
| "height": "195 cm", | |
| "weight": "97 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/31/31775.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 35574, | |
| "player_name": "Benjamin Pavard", | |
| "number": 5, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 35574, | |
| "team_id": 503, | |
| "country_id": 17, | |
| "position_id": 2, | |
| "common_name": "B. Pavard", | |
| "display_name": "Benjamin Pavard", | |
| "fullname": "Benjamin Pavard", | |
| "firstname": "Benjamin", | |
| "lastname": "Pavard", | |
| "nationality": "France", | |
| "birthdate": "28/03/1996", | |
| "birthcountry": "France", | |
| "birthplace": "Maubeuge", | |
| "height": "186 cm", | |
| "weight": "76 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/22/35574.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 187232, | |
| "player_name": "Álvaro Odriozola", | |
| "number": 2, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 187232, | |
| "team_id": 3468, | |
| "country_id": 32, | |
| "position_id": 2, | |
| "common_name": "Á. Odriozola Arzallus", | |
| "display_name": "Odriozola", | |
| "fullname": "Álvaro Odriozola Arzallus", | |
| "firstname": "Álvaro", | |
| "lastname": "Odriozola Arzallus", | |
| "nationality": "Spain", | |
| "birthdate": "14/12/1995", | |
| "birthcountry": "Spain", | |
| "birthplace": "San Sebastián", | |
| "height": "176 cm", | |
| "weight": "66 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/0/187232.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 186797, | |
| "player_name": "Lucas Hernández", | |
| "number": 21, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 186797, | |
| "team_id": 503, | |
| "country_id": 17, | |
| "position_id": 2, | |
| "common_name": "L. Hernández Pi", | |
| "display_name": "Lucas Hernández", | |
| "fullname": "Lucas Hernández Pi", | |
| "firstname": "Lucas", | |
| "lastname": "Hernández Pi", | |
| "nationality": "France", | |
| "birthdate": "14/02/1996", | |
| "birthcountry": "France", | |
| "birthplace": "Marseille", | |
| "height": "182 cm", | |
| "weight": "76 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/13/186797.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31686, | |
| "player_name": "Javi Martínez", | |
| "number": 8, | |
| "position": "D", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31686, | |
| "team_id": 503, | |
| "country_id": 32, | |
| "position_id": 3, | |
| "common_name": "J. Martínez Aginaga", | |
| "display_name": "Javi Martínez", | |
| "fullname": "Javier Martínez Aginaga", | |
| "firstname": "Javier", | |
| "lastname": "Martínez Aginaga", | |
| "nationality": "Spain", | |
| "birthdate": "02/09/1988", | |
| "birthcountry": "Spain", | |
| "birthplace": "Estella", | |
| "height": "192 cm", | |
| "weight": "86 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/6/31686.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 810, | |
| "player_name": "Philippe Coutinho", | |
| "number": 10, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": 0, | |
| "posy": 0, | |
| "captain": false, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": 1, | |
| "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": 1, | |
| "passes": 10, | |
| "accurate_passes": 8, | |
| "passes_accuracy": 80, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 0 | |
| }, | |
| "duels": { | |
| "total": 4, | |
| "won": 2 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 4, | |
| "minutes_played": 27 | |
| }, | |
| "rating": "6.50" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 810, | |
| "team_id": 83, | |
| "country_id": 5, | |
| "position_id": 3, | |
| "common_name": "P. Coutinho Correia", | |
| "display_name": "Philippe Coutinho", | |
| "fullname": "Philippe Coutinho Correia", | |
| "firstname": "Philippe", | |
| "lastname": "Coutinho Correia", | |
| "nationality": "Brazil", | |
| "birthdate": "12/06/1992", | |
| "birthcountry": "Brazil", | |
| "birthplace": "Rio de Janeiro", | |
| "height": "172 cm", | |
| "weight": "68 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/10/810.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 9605680, | |
| "player_name": "Joshua Zirkzee", | |
| "number": 35, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 9605680, | |
| "team_id": 398, | |
| "country_id": 38, | |
| "position_id": 4, | |
| "common_name": "J. Zirkzee", | |
| "display_name": "Joshua Zirkzee", | |
| "fullname": "Joshua Zirkzee", | |
| "firstname": "Joshua", | |
| "lastname": "Zirkzee", | |
| "nationality": "Netherlands", | |
| "birthdate": "22/05/2001", | |
| "birthcountry": "Netherlands", | |
| "birthplace": "Schiedam", | |
| "height": "193 cm", | |
| "weight": null, | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/16/9605680.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 96122, | |
| "player_name": "Corentin Tolisso", | |
| "number": 24, | |
| "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": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 0, | |
| "crosses_accuracy": 0, | |
| "passes": 2, | |
| "accurate_passes": 0, | |
| "passes_accuracy": 100, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 1 | |
| }, | |
| "duels": { | |
| "total": 1, | |
| "won": 0 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 0, | |
| "dispossesed": 1, | |
| "minutes_played": 9 | |
| }, | |
| "rating": "6.55" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 96122, | |
| "team_id": 503, | |
| "country_id": 17, | |
| "position_id": 3, | |
| "common_name": "C. Tolisso", | |
| "display_name": "Corentin Tolisso", | |
| "fullname": "Corentin Tolisso", | |
| "firstname": "Corentin", | |
| "lastname": "Tolisso", | |
| "nationality": "France", | |
| "birthdate": "03/08/1994", | |
| "birthcountry": "France", | |
| "birthplace": "Tarare", | |
| "height": "181 cm", | |
| "weight": "81 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/26/96122.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 524645, | |
| "player_name": "Michaël Cuisance", | |
| "number": 11, | |
| "position": "M", | |
| "additional_position": null, | |
| "formation_position": null, | |
| "posx": null, | |
| "posy": null, | |
| "captain": null, | |
| "type": "bench", | |
| "stats": { | |
| "shots": { | |
| "shots_total": null, | |
| "shots_on_goal": null | |
| }, | |
| "goals": { | |
| "scored": 0, | |
| "assists": 0, | |
| "conceded": 0, | |
| "owngoals": 0 | |
| }, | |
| "fouls": { | |
| "drawn": null, | |
| "committed": null | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": null, | |
| "crosses_accuracy": null, | |
| "passes": null, | |
| "accurate_passes": null, | |
| "passes_accuracy": null, | |
| "key_passes": null | |
| }, | |
| "dribbles": { | |
| "attempts": null, | |
| "success": null, | |
| "dribbled_past": null | |
| }, | |
| "duels": { | |
| "total": null, | |
| "won": null | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "offsides": null, | |
| "saves": null, | |
| "inside_box_saves": null, | |
| "pen_scored": 0, | |
| "pen_missed": 0, | |
| "pen_saved": null, | |
| "pen_committed": null, | |
| "pen_won": null, | |
| "hit_woodwork": null, | |
| "tackles": null, | |
| "blocks": null, | |
| "interceptions": null, | |
| "clearances": null, | |
| "dispossesed": null, | |
| "minutes_played": null | |
| }, | |
| "rating": null | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 524645, | |
| "team_id": 44, | |
| "country_id": 17, | |
| "position_id": 3, | |
| "common_name": "M. Cuisance", | |
| "display_name": "Michaël Cuisance", | |
| "fullname": "Mickaël Cuisance", | |
| "firstname": "Mickaël", | |
| "lastname": "Cuisance", | |
| "nationality": "France", | |
| "birthdate": "16/08/1999", | |
| "birthcountry": "France", | |
| "birthplace": "Strasbourg", | |
| "height": "181 cm", | |
| "weight": "74 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/5/524645.png" | |
| } | |
| } | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "player_id": 31002, | |
| "player_name": "Ivan Perišić", | |
| "number": 14, | |
| "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": 0 | |
| }, | |
| "cards": { | |
| "yellowcards": 0, | |
| "redcards": 0, | |
| "yellowredcards": 0 | |
| }, | |
| "passing": { | |
| "total_crosses": 1, | |
| "crosses_accuracy": 0, | |
| "passes": 10, | |
| "accurate_passes": 5, | |
| "passes_accuracy": 50, | |
| "key_passes": 0 | |
| }, | |
| "dribbles": { | |
| "attempts": 0, | |
| "success": 0, | |
| "dribbled_past": 2 | |
| }, | |
| "duels": { | |
| "total": 4, | |
| "won": 2 | |
| }, | |
| "other": { | |
| "aerials_won": null, | |
| "punches": null, | |
| "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": 1, | |
| "blocks": 0, | |
| "interceptions": 0, | |
| "clearances": 0, | |
| "dispossesed": 6, | |
| "minutes_played": 27 | |
| }, | |
| "rating": "6.50" | |
| }, | |
| "player": { | |
| "data": { | |
| "player_id": 31002, | |
| "team_id": 2930, | |
| "country_id": 266, | |
| "position_id": 3, | |
| "common_name": "I. Perišić", | |
| "display_name": "Ivan Perišić", | |
| "fullname": "Ivan Perišić", | |
| "firstname": "Ivan", | |
| "lastname": "Perišić", | |
| "nationality": "Croatia", | |
| "birthdate": "02/02/1989", | |
| "birthcountry": "Croatia", | |
| "birthplace": "Split", | |
| "height": "187 cm", | |
| "weight": "80 kg", | |
| "image_path": "https://cdn.sportmonks.com/images/soccer/players/26/31002.png" | |
| } | |
| } | |
| } | |
| ] | |
| }, | |
| "stats": { | |
| "data": [ | |
| { | |
| "team_id": 591, | |
| "fixture_id": 16922979, | |
| "shots": { | |
| "total": 10, | |
| "ongoal": 3, | |
| "blocked": 2, | |
| "offgoal": 7, | |
| "insidebox": 7, | |
| "outsidebox": 3 | |
| }, | |
| "passes": { | |
| "total": 322, | |
| "accurate": 240, | |
| "percentage": 74.53 | |
| }, | |
| "attacks": { | |
| "attacks": 55, | |
| "dangerous_attacks": 35 | |
| }, | |
| "fouls": 17, | |
| "corners": 4, | |
| "offsides": 2, | |
| "possessiontime": 38, | |
| "yellowcards": 4, | |
| "redcards": 0, | |
| "yellowredcards": null, | |
| "saves": 1, | |
| "substitutions": 4, | |
| "goal_kick": 11, | |
| "goal_attempts": 7, | |
| "free_kick": 23, | |
| "throw_in": 24, | |
| "ball_safe": 100, | |
| "goals": 0, | |
| "penalties": 0, | |
| "injuries": 0, | |
| "tackles": 14 | |
| }, | |
| { | |
| "team_id": 503, | |
| "fixture_id": 16922979, | |
| "shots": { | |
| "total": 13, | |
| "ongoal": 3, | |
| "blocked": 5, | |
| "offgoal": 10, | |
| "insidebox": 4, | |
| "outsidebox": 8 | |
| }, | |
| "passes": { | |
| "total": 515, | |
| "accurate": 433, | |
| "percentage": 84.08 | |
| }, | |
| "attacks": { | |
| "attacks": 144, | |
| "dangerous_attacks": 72 | |
| }, | |
| "fouls": 22, | |
| "corners": 4, | |
| "offsides": 1, | |
| "possessiontime": 62, | |
| "yellowcards": 4, | |
| "redcards": 0, | |
| "yellowredcards": null, | |
| "saves": 3, | |
| "substitutions": 4, | |
| "goal_kick": 5, | |
| "goal_attempts": 7, | |
| "free_kick": 18, | |
| "throw_in": 28, | |
| "ball_safe": 105, | |
| "goals": 1, | |
| "penalties": 0, | |
| "injuries": 1, | |
| "tackles": 19 | |
| } | |
| ] | |
| }, | |
| "events": { | |
| "data": [ | |
| { | |
| "id": 16922979001, | |
| "team_id": "503", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 31775, | |
| "player_name": "N. Sule", | |
| "related_player_id": 3871, | |
| "related_player_name": "J. Boateng", | |
| "minute": 25, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": true, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979002, | |
| "team_id": "503", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 262644, | |
| "player_name": "A. Davies", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 28, | |
| "extra_minute": null, | |
| "reason": "Holding", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979003, | |
| "team_id": "503", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 942, | |
| "player_name": "S. Gnabry", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 52, | |
| "extra_minute": null, | |
| "reason": "Roughing", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979004, | |
| "team_id": "591", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 129419, | |
| "player_name": "L. Paredes", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 52, | |
| "extra_minute": null, | |
| "reason": "Unsportsmanlike conduct", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979005, | |
| "team_id": "503", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 31775, | |
| "player_name": "N. Sule", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 56, | |
| "extra_minute": null, | |
| "reason": "Roughing", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979006, | |
| "team_id": "503", | |
| "type": "goal", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 32659, | |
| "player_name": "K. Coman", | |
| "related_player_id": 32362, | |
| "related_player_name": "J. Kimmich", | |
| "minute": 59, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": "0-1", | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979007, | |
| "team_id": "591", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 95593, | |
| "player_name": "M. Verratti", | |
| "related_player_id": 129419, | |
| "related_player_name": "L. Paredes", | |
| "minute": 65, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979008, | |
| "team_id": "503", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 31002, | |
| "player_name": "I. Perisic", | |
| "related_player_id": 32659, | |
| "related_player_name": "K. Coman", | |
| "minute": 68, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979009, | |
| "team_id": "503", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 810, | |
| "player_name": "Coutinho", | |
| "related_player_id": 942, | |
| "related_player_name": "S. Gnabry", | |
| "minute": 68, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979010, | |
| "team_id": "591", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 31138, | |
| "player_name": "J. Draxler", | |
| "related_player_id": 824, | |
| "related_player_name": "A. Herrera", | |
| "minute": 72, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979011, | |
| "team_id": "591", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 95746, | |
| "player_name": "L. Kurzawa", | |
| "related_player_id": 32100, | |
| "related_player_name": "J. Bernat", | |
| "minute": 80, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": true, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979012, | |
| "team_id": "591", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 30979, | |
| "player_name": "M. Choupo-Moting", | |
| "related_player_id": 4105, | |
| "related_player_name": "A. Di Maria", | |
| "minute": 80, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979013, | |
| "team_id": "591", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 186320, | |
| "player_name": "Neymar", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 81, | |
| "extra_minute": null, | |
| "reason": "Roughing", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979014, | |
| "team_id": "591", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 95792, | |
| "player_name": "T. Silva", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 84, | |
| "extra_minute": null, | |
| "reason": "Tripping", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979015, | |
| "team_id": "591", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 95746, | |
| "player_name": "L. Kurzawa", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 86, | |
| "extra_minute": null, | |
| "reason": "Tripping", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979016, | |
| "team_id": "503", | |
| "type": "substitution", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 96122, | |
| "player_name": "C. Tolisso", | |
| "related_player_id": 31857, | |
| "related_player_name": "T. Alcantara", | |
| "minute": 86, | |
| "extra_minute": null, | |
| "reason": null, | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| }, | |
| { | |
| "id": 16922979017, | |
| "team_id": "503", | |
| "type": "yellowcard", | |
| "var_result": null, | |
| "fixture_id": 16922979, | |
| "player_id": 30286, | |
| "player_name": "T. Muller", | |
| "related_player_id": null, | |
| "related_player_name": null, | |
| "minute": 90, | |
| "extra_minute": 4, | |
| "reason": "Holding", | |
| "injuried": null, | |
| "result": null, | |
| "on_pitch": true | |
| } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment