Sofascore Scraper

ENDPOINTS
GET/matches/lineups

Match Lineups

Confirmed lineups and benches with formation, missing players and every player's full per-match statistics.

QUERY PARAMS

Sofascore match id or any sofascore.com match URL (the #id: fragment is the id).

Examples:

  • ID: 14023961
  • URL: https://www.sofascore.com/football/match/…#id:14023961
{
  "match_id": 14023961,
  "is_confirmed": true,
  "home": {
    "formation": "4-2-2-2",
    "players": [
      {
        "player": {
          "id": 980643,
          "name": "James Trafford",
          "short_name": "J. Trafford",
          "slug": "james-trafford",
          "first_name": "James",
          "last_name": "Trafford",
          "link": "https://www.sofascore.com/player/james-trafford/980643",
          "image_link": "https://img.sofascore.com/api/v1/player/980643/image",
          "position": "G",
          "jersey_number": 1,
          "height_cm": 197,
          "date_of_birth": "2002-10-10",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 27000000,
            "currency": "EUR"
          },
          "followers_count": 26080
        },
        "team_id": 34,
        "position": "G",
        "jersey_number": 1,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 11,
          "accurate_pass": 10,
          "total_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 10,
          "total_own_half_passes": 11,
          "ball_recovery": 2,
          "saved_shots_from_inside_the_box": 1,
          "saves": 3,
          "minutes_played": 90,
          "touches": 16,
          "rating": 6.5,
          "possession_lost_ctrl": 1,
          "expected_assists": 2.541e-05,
          "total_ball_carries_distance": 6.4250823639293,
          "ball_carries_count": 2,
          "total_progression": 6.088840016739,
          "progressive_ball_carries_count": 0,
          "keeper_save_value": 0.6269,
          "rating_versions": {
            "original": 6.5,
            "alternative": 6.6
          },
          "total_shots": 0,
          "goals_prevented": 0.6451,
          "pass_value_normalized": -0.03,
          "dribble_value_normalized": 0.01,
          "defensive_value_normalized": -0.19,
          "goalkeeper_value_normalized": 0.49
        }
      },
      {
        "player": {
          "id": 1136731,
          "name": "Rico Lewis",
          "short_name": "R. Lewis",
          "slug": "rico-lewis",
          "first_name": "Rico Lewis",
          "last_name": "",
          "link": "https://www.sofascore.com/player/rico-lewis/1136731",
          "image_link": "https://img.sofascore.com/api/v1/player/1136731/image",
          "position": "D",
          "jersey_number": 82,
          "height_cm": 170,
          "date_of_birth": "2004-11-21",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 26000000,
            "currency": "EUR"
          },
          "followers_count": 20975
        },
        "team_id": 17,
        "position": "D",
        "jersey_number": 82,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 51,
          "accurate_pass": 38,
          "total_long_balls": 3,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 10,
          "total_own_half_passes": 12,
          "accurate_opposition_half_passes": 28,
          "total_opposition_half_passes": 39,
          "duel_lost": 5,
          "duel_won": 2,
          "challenge_lost": 1,
          "dispossessed": 3,
          "blocked_scoring_attempt": 1,
          "ball_recovery": 5,
          "unsuccessful_touch": 1,
          "was_fouled": 2,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 68,
          "rating": 6,
          "possession_lost_ctrl": 17,
          "expected_goals": 0.0757,
          "expected_assists": 0.0788079,
          "top_speed": 26.65,
          "kilometers_covered": 9.35,
          "number_of_sprints": 5,
          "total_ball_carries_distance": 137.55210448061,
          "ball_carries_count": 21,
          "total_progression": 38.225085919486,
          "best_ball_carry_progression": 11.450338356052,
          "total_progressive_ball_carries_distance": 25.696147481378,
          "progressive_ball_carries_count": 2,
          "key_pass": 1,
          "rating_versions": {
            "original": 6,
            "alternative": 6.5
          },
          "total_shots": 1,
          "shot_value_normalized": 0,
          "pass_value_normalized": 0.18,
          "dribble_value_normalized": 0.28,
          "defensive_value_normalized": -0.44,
          "meters_covered_running_km": 1.43,
          "meters_covered_high_speed_running_km": 0.49,
          "meters_covered_sprinting_km": 0.03
        }
      },
      {
        "player": {
          "id": 152077,
          "name": "John Stones",
          "short_name": "J. Stones",
          "slug": "john-stones",
          "first_name": "John",
          "last_name": "Stones",
          "link": "https://www.sofascore.com/player/john-stones/152077",
          "image_link": "https://img.sofascore.com/api/v1/player/152077/image",
          "position": "D",
          "jersey_number": 6,
          "height_cm": 188,
          "date_of_birth": "1994-05-28",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 10900000,
            "currency": "EUR"
          },
          "followers_count": 28072
        },
        "team_id": 2697,
        "position": "D",
        "jersey_number": 5,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 35,
          "accurate_pass": 34,
          "total_long_balls": 3,
          "accurate_long_balls": 2,
          "goal_assist": 0,
          "accurate_own_half_passes": 12,
          "total_own_half_passes": 13,
          "accurate_opposition_half_passes": 22,
          "total_opposition_half_passes": 22,
          "aerial_lost": 1,
          "aerial_won": 2,
          "duel_lost": 2,
          "duel_won": 3,
          "challenge_lost": 1,
          "total_clearance": 7,
          "outfielder_block": 1,
          "interception_won": 1,
          "ball_recovery": 2,
          "total_tackle": 1,
          "won_tackle": 1,
          "error_lead_to_a_goal": 1,
          "minutes_played": 78,
          "touches": 46,
          "rating": 6.4,
          "possession_lost_ctrl": 1,
          "expected_assists": 0.0257466,
          "top_speed": 32.59,
          "kilometers_covered": 7.08,
          "number_of_sprints": 13,
          "total_ball_carries_distance": 112.6956888931,
          "ball_carries_count": 13,
          "total_progression": 50.088150568665,
          "best_ball_carry_progression": 24.875634815869,
          "total_progressive_ball_carries_distance": 26.050740949155,
          "progressive_ball_carries_count": 1,
          "rating_versions": {
            "original": 6.4,
            "alternative": 6.4
          },
          "total_shots": 0,
          "pass_value_normalized": 0.2,
          "dribble_value_normalized": 0.04,
          "defensive_value_normalized": -0.49,
          "meters_covered_running_km": 1.13,
          "meters_covered_high_speed_running_km": 0.33,
          "meters_covered_sprinting_km": 0.22
        }
      },
      {
        "player": {
          "id": 318941,
          "name": "Rúben Dias",
          "short_name": "R. Dias",
          "slug": "ruben-dias",
          "link": "https://www.sofascore.com/player/ruben-dias/318941",
          "image_link": "https://img.sofascore.com/api/v1/player/318941/image",
          "position": "D",
          "jersey_number": 3,
          "height_cm": 188,
          "date_of_birth": "1997-05-14",
          "gender": "M",
          "country": {
            "name": "Portugal",
            "alpha2": "PT",
            "alpha3": "PRT",
            "slug": "portugal"
          },
          "market_value": {
            "amount": 60000000,
            "currency": "EUR"
          },
          "followers_count": 49212
        },
        "team_id": 17,
        "position": "D",
        "jersey_number": 3,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 64,
          "accurate_pass": 59,
          "total_long_balls": 8,
          "accurate_long_balls": 6,
          "goal_assist": 0,
          "accurate_own_half_passes": 27,
          "total_own_half_passes": 29,
          "accurate_opposition_half_passes": 32,
          "total_opposition_half_passes": 35,
          "duel_lost": 1,
          "total_clearance": 2,
          "interception_won": 1,
          "ball_recovery": 3,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 67,
          "rating": 6.6,
          "possession_lost_ctrl": 5,
          "expected_assists": 0.0151007,
          "top_speed": 32.11,
          "kilometers_covered": 9.8,
          "number_of_sprints": 9,
          "total_ball_carries_distance": 202.7508606062,
          "ball_carries_count": 27,
          "total_progression": 122.71241176921,
          "best_ball_carry_progression": 10.676347914525,
          "total_progressive_ball_carries_distance": 11.340717613978,
          "progressive_ball_carries_count": 1,
          "key_pass": 1,
          "rating_versions": {
            "original": 6.6,
            "alternative": 6.7
          },
          "total_shots": 0,
          "pass_value_normalized": 0.29,
          "dribble_value_normalized": 0.17,
          "defensive_value_normalized": -0.27,
          "meters_covered_running_km": 1.45,
          "meters_covered_high_speed_running_km": 0.53,
          "meters_covered_sprinting_km": 0.15
        }
      },
      {
        "player": {
          "id": 149663,
          "name": "Nathan Aké",
          "short_name": "N. Aké",
          "slug": "nathan-ake",
          "link": "https://www.sofascore.com/player/nathan-ake/149663",
          "image_link": "https://img.sofascore.com/api/v1/player/149663/image",
          "position": "D",
          "jersey_number": 15,
          "height_cm": 180,
          "date_of_birth": "1995-02-18",
          "gender": "M",
          "country": {
            "name": "Netherlands",
            "alpha2": "NL",
            "alpha3": "NLD",
            "slug": "netherlands"
          },
          "market_value": {
            "amount": 10900000,
            "currency": "EUR"
          },
          "followers_count": 25837
        },
        "team_id": 3052,
        "position": "D",
        "jersey_number": 6,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 33,
          "accurate_pass": 29,
          "goal_assist": 0,
          "accurate_own_half_passes": 12,
          "total_own_half_passes": 13,
          "accurate_opposition_half_passes": 17,
          "total_opposition_half_passes": 20,
          "aerial_lost": 1,
          "aerial_won": 1,
          "duel_lost": 2,
          "duel_won": 1,
          "blocked_scoring_attempt": 1,
          "outfielder_block": 1,
          "ball_recovery": 3,
          "fouls": 1,
          "minutes_played": 77,
          "touches": 43,
          "rating": 6.6,
          "possession_lost_ctrl": 5,
          "expected_goals": 0.0824,
          "expected_assists": 0.071841,
          "top_speed": 29.9,
          "kilometers_covered": 7.47,
          "number_of_sprints": 7,
          "total_ball_carries_distance": 53.415311913284,
          "ball_carries_count": 10,
          "total_progression": 4.4049608765697,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.6,
            "alternative": 6.7
          },
          "total_shots": 1,
          "shot_value_normalized": -0.14,
          "pass_value_normalized": 0.19,
          "dribble_value_normalized": 0.09,
          "defensive_value_normalized": -0.06,
          "meters_covered_running_km": 1.14,
          "meters_covered_high_speed_running_km": 0.43,
          "meters_covered_sprinting_km": 0.1
        }
      },
      {
        "player": {
          "id": 954056,
          "name": "Nico González",
          "short_name": "N. González",
          "slug": "nico-gonzalez",
          "first_name": "Nicolas",
          "last_name": "Gonzalez",
          "link": "https://www.sofascore.com/player/nico-gonzalez/954056",
          "image_link": "https://img.sofascore.com/api/v1/player/954056/image",
          "position": "M",
          "jersey_number": 6,
          "height_cm": 186,
          "date_of_birth": "2002-01-03",
          "gender": "M",
          "country": {
            "name": "Spain",
            "alpha2": "ES",
            "alpha3": "ESP",
            "slug": "spain"
          },
          "market_value": {
            "amount": 43000000,
            "currency": "EUR"
          },
          "followers_count": 25745
        },
        "team_id": 39,
        "position": "M",
        "jersey_number": 14,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 72,
          "accurate_pass": 68,
          "total_long_balls": 4,
          "accurate_long_balls": 4,
          "goal_assist": 0,
          "accurate_own_half_passes": 27,
          "total_own_half_passes": 27,
          "accurate_opposition_half_passes": 41,
          "total_opposition_half_passes": 45,
          "total_cross": 1,
          "aerial_won": 3,
          "duel_lost": 3,
          "duel_won": 6,
          "challenge_lost": 1,
          "dispossessed": 1,
          "blocked_scoring_attempt": 1,
          "total_clearance": 2,
          "interception_won": 2,
          "ball_recovery": 7,
          "total_tackle": 3,
          "won_tackle": 1,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 82,
          "rating": 7.5,
          "possession_lost_ctrl": 6,
          "expected_goals": 0.1012,
          "expected_assists": 0.0655125,
          "top_speed": 28.04,
          "kilometers_covered": 11.03,
          "number_of_sprints": 10,
          "total_ball_carries_distance": 171.12315625869,
          "ball_carries_count": 24,
          "total_progression": 62.394052141442,
          "progressive_ball_carries_count": 0,
          "key_pass": 1,
          "rating_versions": {
            "original": 7.5,
            "alternative": 7.3
          },
          "total_shots": 1,
          "shot_value_normalized": 0.01,
          "pass_value_normalized": 0.41,
          "dribble_value_normalized": 0.27,
          "defensive_value_normalized": -0.09,
          "meters_covered_running_km": 2.16,
          "meters_covered_high_speed_running_km": 0.65,
          "meters_covered_sprinting_km": 0.08
        }
      },
      {
        "player": {
          "id": 331209,
          "name": "Bernardo Silva",
          "short_name": "B. Silva",
          "slug": "bernardo-silva",
          "first_name": "Bernardo",
          "last_name": "Silva",
          "link": "https://www.sofascore.com/player/bernardo-silva/331209",
          "image_link": "https://img.sofascore.com/api/v1/player/331209/image",
          "position": "M",
          "jersey_number": 20,
          "height_cm": 173,
          "date_of_birth": "1994-08-10",
          "gender": "M",
          "country": {
            "name": "Portugal",
            "alpha2": "PT",
            "alpha3": "PRT",
            "slug": "portugal"
          },
          "market_value": {
            "amount": 21000000,
            "currency": "EUR"
          },
          "followers_count": 117766
        },
        "team_id": 2829,
        "position": "M",
        "jersey_number": 20,
        "is_substitute": false,
        "is_captain": true,
        "statistics": {
          "total_pass": 26,
          "accurate_pass": 24,
          "total_long_balls": 2,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 10,
          "total_own_half_passes": 10,
          "accurate_opposition_half_passes": 14,
          "total_opposition_half_passes": 16,
          "duel_lost": 1,
          "duel_won": 4,
          "on_target_scoring_attempt": 1,
          "total_clearance": 1,
          "interception_won": 1,
          "ball_recovery": 2,
          "total_tackle": 4,
          "won_tackle": 3,
          "fouls": 1,
          "minutes_played": 59,
          "touches": 33,
          "rating": 6.9,
          "possession_lost_ctrl": 2,
          "expected_goals": 0.1818,
          "expected_goals_on_target": 0.2589,
          "expected_assists": 0.0368018,
          "top_speed": 34.14,
          "kilometers_covered": 7.29,
          "number_of_sprints": 8,
          "total_ball_carries_distance": 74.655871184469,
          "ball_carries_count": 7,
          "total_progression": 20.679346297212,
          "best_ball_carry_progression": 21.343010903031,
          "total_progressive_ball_carries_distance": 30.566241247494,
          "progressive_ball_carries_count": 1,
          "rating_versions": {
            "original": 6.9,
            "alternative": 7.2
          },
          "total_shots": 1,
          "shot_value_normalized": 0.06,
          "pass_value_normalized": 0.06,
          "dribble_value_normalized": 0.02,
          "defensive_value_normalized": 0,
          "meters_covered_running_km": 1.3,
          "meters_covered_high_speed_running_km": 0.44,
          "meters_covered_sprinting_km": 0.06
        }
      },
      {
        "player": {
          "id": 934354,
          "name": "Antoine Semenyo",
          "short_name": "A. Semenyo",
          "slug": "antoine-semenyo",
          "link": "https://www.sofascore.com/player/antoine-semenyo/934354",
          "image_link": "https://img.sofascore.com/api/v1/player/934354/image",
          "position": "M",
          "jersey_number": 42,
          "height_cm": 185,
          "date_of_birth": "2000-01-07",
          "gender": "M",
          "country": {
            "name": "Ghana",
            "alpha2": "GH",
            "alpha3": "GHA",
            "slug": "ghana"
          },
          "market_value": {
            "amount": 85000000,
            "currency": "EUR"
          },
          "followers_count": 123619
        },
        "team_id": 17,
        "position": "M",
        "jersey_number": 42,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 22,
          "accurate_pass": 21,
          "goal_assist": 0,
          "accurate_own_half_passes": 2,
          "total_own_half_passes": 2,
          "accurate_opposition_half_passes": 19,
          "total_opposition_half_passes": 20,
          "total_cross": 1,
          "duel_lost": 6,
          "dispossessed": 1,
          "total_contest": 5,
          "on_target_scoring_attempt": 1,
          "goals": 1,
          "interception_won": 1,
          "ball_recovery": 1,
          "unsuccessful_touch": 1,
          "minutes_played": 58,
          "touches": 34,
          "rating": 7.4,
          "possession_lost_ctrl": 9,
          "expected_goals": 0.0975,
          "expected_goals_on_target": 0.6662,
          "expected_assists": 0.0659394,
          "top_speed": 30.76,
          "kilometers_covered": 5.48,
          "number_of_sprints": 7,
          "total_ball_carries_distance": 182.09746653845,
          "ball_carries_count": 16,
          "total_progression": 88.03318146126,
          "best_ball_carry_progression": 19.176071536246,
          "total_progressive_ball_carries_distance": 81.017852657253,
          "progressive_ball_carries_count": 5,
          "key_pass": 1,
          "rating_versions": {
            "original": 7.4,
            "alternative": 6.8
          },
          "total_shots": 1,
          "shot_value_normalized": 0.51,
          "pass_value_normalized": 0.17,
          "dribble_value_normalized": 0.31,
          "defensive_value_normalized": -0.06,
          "meters_covered_running_km": 0.65,
          "meters_covered_high_speed_running_km": 0.2,
          "meters_covered_sprinting_km": 0.09
        }
      },
      {
        "player": {
          "id": 1046795,
          "name": "Sávio",
          "short_name": "Sávio",
          "slug": "savio",
          "link": "https://www.sofascore.com/player/savio/1046795",
          "image_link": "https://img.sofascore.com/api/v1/player/1046795/image",
          "position": "M",
          "jersey_number": 17,
          "height_cm": 176,
          "date_of_birth": "2004-04-10",
          "gender": "M",
          "country": {
            "name": "Brazil",
            "alpha2": "BR",
            "alpha3": "BRA",
            "slug": "brazil"
          },
          "market_value": {
            "amount": 37000000,
            "currency": "EUR"
          },
          "followers_count": 64831
        },
        "team_id": 33,
        "position": "M",
        "jersey_number": 26,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 29,
          "accurate_pass": 25,
          "goal_assist": 0,
          "accurate_own_half_passes": 4,
          "total_own_half_passes": 4,
          "accurate_opposition_half_passes": 21,
          "total_opposition_half_passes": 25,
          "total_cross": 2,
          "duel_lost": 8,
          "duel_won": 3,
          "dispossessed": 2,
          "total_contest": 6,
          "won_contest": 1,
          "shot_off_target": 2,
          "blocked_scoring_attempt": 1,
          "ball_recovery": 2,
          "unsuccessful_touch": 1,
          "was_fouled": 2,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 48,
          "rating": 6.7,
          "possession_lost_ctrl": 14,
          "expected_goals": 0.1102,
          "expected_assists": 0.172062,
          "top_speed": 32.23,
          "kilometers_covered": 9.46,
          "number_of_sprints": 20,
          "total_ball_carries_distance": 305.53175523277,
          "ball_carries_count": 21,
          "total_progression": 204.36568559573,
          "best_ball_carry_progression": 31.568436139698,
          "total_progressive_ball_carries_distance": 221.45798567681,
          "progressive_ball_carries_count": 10,
          "key_pass": 2,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.8
          },
          "total_shots": 3,
          "shot_value_normalized": -0.31,
          "pass_value_normalized": 0.17,
          "dribble_value_normalized": 0.57,
          "defensive_value_normalized": -0.15,
          "meters_covered_running_km": 1.44,
          "meters_covered_high_speed_running_km": 0.54,
          "meters_covered_sprinting_km": 0.25
        }
      },
      {
        "player": {
          "id": 859765,
          "name": "Phil Foden",
          "short_name": "P. Foden",
          "slug": "phil-foden",
          "first_name": "Phil",
          "last_name": "Foden",
          "link": "https://www.sofascore.com/player/phil-foden/859765",
          "image_link": "https://img.sofascore.com/api/v1/player/859765/image",
          "position": "M",
          "jersey_number": 47,
          "height_cm": 171,
          "date_of_birth": "2000-05-28",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 66000000,
            "currency": "EUR"
          },
          "followers_count": 183702
        },
        "team_id": 17,
        "position": "F",
        "jersey_number": 47,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 48,
          "accurate_pass": 41,
          "total_long_balls": 5,
          "accurate_long_balls": 3,
          "goal_assist": 0,
          "accurate_own_half_passes": 11,
          "total_own_half_passes": 11,
          "accurate_opposition_half_passes": 30,
          "total_opposition_half_passes": 37,
          "total_cross": 4,
          "accurate_cross": 1,
          "duel_lost": 5,
          "duel_won": 1,
          "dispossessed": 3,
          "total_contest": 3,
          "won_contest": 1,
          "big_chance_created": 1,
          "ball_recovery": 2,
          "total_offside": 1,
          "minutes_played": 90,
          "touches": 61,
          "rating": 6.4,
          "possession_lost_ctrl": 15,
          "expected_assists": 0.0797593,
          "top_speed": 31.43,
          "kilometers_covered": 11.42,
          "number_of_sprints": 7,
          "total_ball_carries_distance": 189.78316683717,
          "ball_carries_count": 22,
          "total_progression": 24.717454349832,
          "best_ball_carry_progression": 22.239688327847,
          "total_progressive_ball_carries_distance": 33.11803265279,
          "progressive_ball_carries_count": 2,
          "key_pass": 3,
          "rating_versions": {
            "original": 6.4,
            "alternative": 7
          },
          "total_shots": 0,
          "pass_value_normalized": -0.07,
          "dribble_value_normalized": 0.18,
          "defensive_value_normalized": 0.14,
          "meters_covered_running_km": 2.03,
          "meters_covered_high_speed_running_km": 0.47,
          "meters_covered_sprinting_km": 0.09
        }
      },
      {
        "player": {
          "id": 893549,
          "name": "Tijjani Reijnders",
          "short_name": "T. Reijnders",
          "slug": "tijjani-reijnders",
          "link": "https://www.sofascore.com/player/tijjani-reijnders/893549",
          "image_link": "https://img.sofascore.com/api/v1/player/893549/image",
          "position": "M",
          "jersey_number": 14,
          "height_cm": 185,
          "date_of_birth": "1998-07-29",
          "gender": "M",
          "country": {
            "name": "Netherlands",
            "alpha2": "NL",
            "alpha3": "NLD",
            "slug": "netherlands"
          },
          "market_value": {
            "amount": 48000000,
            "currency": "EUR"
          },
          "followers_count": 46895
        },
        "team_id": 56027,
        "position": "F",
        "jersey_number": 4,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 28,
          "accurate_pass": 26,
          "total_long_balls": 2,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 8,
          "total_own_half_passes": 8,
          "accurate_opposition_half_passes": 18,
          "total_opposition_half_passes": 20,
          "total_cross": 5,
          "duel_lost": 3,
          "duel_won": 1,
          "total_contest": 3,
          "won_contest": 1,
          "big_chance_missed": 1,
          "shot_off_target": 3,
          "on_target_scoring_attempt": 1,
          "unsuccessful_touch": 3,
          "fouls": 1,
          "minutes_played": 77,
          "touches": 46,
          "rating": 6.5,
          "possession_lost_ctrl": 12,
          "expected_goals": 0.5414,
          "expected_goals_on_target": 0.5879,
          "expected_assists": 0.0451884,
          "top_speed": 29.17,
          "kilometers_covered": 8.19,
          "number_of_sprints": 10,
          "total_ball_carries_distance": 91.935320490247,
          "ball_carries_count": 13,
          "total_progression": 36.099130910932,
          "best_ball_carry_progression": 16.678990923695,
          "total_progressive_ball_carries_distance": 27.473389006348,
          "progressive_ball_carries_count": 2,
          "rating_versions": {
            "original": 6.5,
            "alternative": 7
          },
          "total_shots": 4,
          "shot_value_normalized": 0.13,
          "pass_value_normalized": 0.05,
          "dribble_value_normalized": 0.3,
          "defensive_value_normalized": -0.02,
          "meters_covered_running_km": 1.26,
          "meters_covered_high_speed_running_km": 0.57,
          "meters_covered_sprinting_km": 0.1
        }
      },
      {
        "player": {
          "id": 979128,
          "name": "Rayan Cherki",
          "short_name": "R. Cherki",
          "slug": "cherki-rayan",
          "link": "https://www.sofascore.com/player/cherki-rayan/979128",
          "image_link": "https://img.sofascore.com/api/v1/player/979128/image",
          "position": "M",
          "jersey_number": 10,
          "height_cm": 176,
          "date_of_birth": "2003-08-17",
          "gender": "M",
          "country": {
            "name": "France",
            "alpha2": "FR",
            "alpha3": "FRA",
            "slug": "france"
          },
          "market_value": {
            "amount": 98000000,
            "currency": "EUR"
          },
          "followers_count": 115212
        },
        "team_id": 17,
        "position": "M",
        "jersey_number": 10,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 20,
          "accurate_pass": 16,
          "goal_assist": 0,
          "accurate_own_half_passes": 4,
          "total_own_half_passes": 4,
          "accurate_opposition_half_passes": 12,
          "total_opposition_half_passes": 16,
          "duel_lost": 2,
          "duel_won": 1,
          "total_contest": 2,
          "won_contest": 1,
          "shot_off_target": 1,
          "unsuccessful_touch": 2,
          "fouls": 1,
          "minutes_played": 32,
          "touches": 27,
          "rating": 6.5,
          "possession_lost_ctrl": 7,
          "expected_goals": 0.028,
          "expected_assists": 0.0915643,
          "top_speed": 28.63,
          "kilometers_covered": 4.59,
          "number_of_sprints": 4,
          "total_ball_carries_distance": 150.70941988671,
          "ball_carries_count": 13,
          "total_progression": 25.293941203378,
          "best_ball_carry_progression": 14.918812402934,
          "total_progressive_ball_carries_distance": 43.251548807346,
          "progressive_ball_carries_count": 3,
          "rating_versions": {
            "original": 6.5,
            "alternative": 6.8
          },
          "total_shots": 1,
          "shot_value_normalized": -0.18,
          "pass_value_normalized": 0.08,
          "dribble_value_normalized": 0.2,
          "defensive_value_normalized": -0.09,
          "meters_covered_running_km": 0.92,
          "meters_covered_high_speed_running_km": 0.24,
          "meters_covered_sprinting_km": 0.09
        }
      },
      {
        "player": {
          "id": 136710,
          "name": "Mateo Kovačić",
          "short_name": "M. Kovačić",
          "slug": "mateo-kovacic",
          "link": "https://www.sofascore.com/player/mateo-kovacic/136710",
          "image_link": "https://img.sofascore.com/api/v1/player/136710/image",
          "position": "M",
          "jersey_number": 8,
          "height_cm": 178,
          "date_of_birth": "1994-05-06",
          "gender": "M",
          "country": {
            "name": "Croatia",
            "alpha2": "HR",
            "alpha3": "HRV",
            "slug": "croatia"
          },
          "market_value": {
            "amount": 9700000,
            "currency": "EUR"
          },
          "followers_count": 39525
        },
        "team_id": 17,
        "position": "M",
        "jersey_number": 8,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 18,
          "accurate_pass": 15,
          "total_long_balls": 1,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 2,
          "total_own_half_passes": 4,
          "accurate_opposition_half_passes": 13,
          "total_opposition_half_passes": 14,
          "blocked_scoring_attempt": 1,
          "total_clearance": 1,
          "interception_won": 1,
          "ball_recovery": 2,
          "minutes_played": 31,
          "touches": 22,
          "rating": 6.7,
          "possession_lost_ctrl": 4,
          "expected_goals": 0.0737,
          "expected_assists": 0.0365653,
          "top_speed": 28.8,
          "kilometers_covered": 4.24,
          "number_of_sprints": 2,
          "total_ball_carries_distance": 95.33492479369,
          "ball_carries_count": 11,
          "total_progression": 14.669578357686,
          "best_ball_carry_progression": 8.6965478247033,
          "total_progressive_ball_carries_distance": 13.07010038217,
          "progressive_ball_carries_count": 1,
          "key_pass": 1,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.7
          },
          "total_shots": 1,
          "shot_value_normalized": -0.1,
          "pass_value_normalized": 0.04,
          "dribble_value_normalized": 0.19,
          "defensive_value_normalized": -0.02,
          "meters_covered_running_km": 0.83,
          "meters_covered_high_speed_running_km": 0.3,
          "meters_covered_sprinting_km": 0.03
        }
      },
      {
        "player": {
          "id": 931278,
          "name": "Rayan Aït-Nouri",
          "short_name": "R. Aït-Nouri",
          "slug": "rayan-ait-nouri",
          "first_name": "Rayan",
          "last_name": "Ait Nouri",
          "link": "https://www.sofascore.com/player/rayan-ait-nouri/931278",
          "image_link": "https://img.sofascore.com/api/v1/player/931278/image",
          "position": "D",
          "jersey_number": 21,
          "height_cm": 179,
          "date_of_birth": "2001-06-06",
          "gender": "M",
          "country": {
            "name": "Algeria",
            "alpha2": "DZ",
            "alpha3": "DZA",
            "slug": "algeria"
          },
          "market_value": {
            "amount": 39000000,
            "currency": "EUR"
          },
          "followers_count": 58883
        },
        "team_id": 17,
        "position": "D",
        "jersey_number": 21,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 3,
          "accurate_pass": 3,
          "goal_assist": 0,
          "accurate_own_half_passes": 1,
          "total_own_half_passes": 1,
          "accurate_opposition_half_passes": 2,
          "total_opposition_half_passes": 2,
          "duel_lost": 2,
          "duel_won": 2,
          "dispossessed": 1,
          "total_contest": 1,
          "total_clearance": 1,
          "ball_recovery": 1,
          "total_tackle": 2,
          "won_tackle": 1,
          "minutes_played": 13,
          "touches": 13,
          "rating": 7,
          "possession_lost_ctrl": 2,
          "expected_assists": 0.0335848,
          "top_speed": 27.99,
          "kilometers_covered": 2.69,
          "number_of_sprints": 2,
          "total_ball_carries_distance": 60.283124327977,
          "ball_carries_count": 3,
          "total_progression": 44.477173360988,
          "best_ball_carry_progression": 36.868883822582,
          "total_progressive_ball_carries_distance": 43.790114135499,
          "progressive_ball_carries_count": 1,
          "rating_versions": {
            "original": 7,
            "alternative": 6.6
          },
          "total_shots": 0,
          "pass_value_normalized": 0.08,
          "dribble_value_normalized": 0.14,
          "defensive_value_normalized": 0.22,
          "meters_covered_running_km": 0.42,
          "meters_covered_high_speed_running_km": 0.2,
          "meters_covered_sprinting_km": 0.04
        }
      },
      {
        "player": {
          "id": 934386,
          "name": "Jérémy Doku",
          "short_name": "J. Doku",
          "slug": "jeremy-doku",
          "first_name": "Jeremy",
          "last_name": "Doku",
          "link": "https://www.sofascore.com/player/jeremy-doku/934386",
          "image_link": "https://img.sofascore.com/api/v1/player/934386/image",
          "position": "M",
          "jersey_number": 11,
          "height_cm": 173,
          "date_of_birth": "2002-05-27",
          "gender": "M",
          "country": {
            "name": "Belgium",
            "alpha2": "BE",
            "alpha3": "BEL",
            "slug": "belgium"
          },
          "market_value": {
            "amount": 70000000,
            "currency": "EUR"
          },
          "followers_count": 97014
        },
        "team_id": 17,
        "position": "F",
        "jersey_number": 11,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 6,
          "accurate_pass": 3,
          "goal_assist": 0,
          "accurate_opposition_half_passes": 3,
          "total_opposition_half_passes": 6,
          "total_cross": 1,
          "duel_lost": 1,
          "duel_won": 1,
          "dispossessed": 1,
          "total_contest": 1,
          "won_contest": 1,
          "shot_off_target": 1,
          "blocked_scoring_attempt": 1,
          "minutes_played": 13,
          "touches": 13,
          "rating": 6.7,
          "possession_lost_ctrl": 6,
          "expected_goals": 0.0513,
          "expected_assists": 0.0518308,
          "top_speed": 28.02,
          "kilometers_covered": 2.27,
          "number_of_sprints": 1,
          "total_ball_carries_distance": 72.71215841025,
          "ball_carries_count": 6,
          "total_progression": 59.37097494586,
          "best_ball_carry_progression": 14.745654787854,
          "total_progressive_ball_carries_distance": 66.933556416688,
          "progressive_ball_carries_count": 5,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.7
          },
          "total_shots": 2,
          "shot_value_normalized": -0.22,
          "pass_value_normalized": 0.16,
          "dribble_value_normalized": 0.27,
          "defensive_value_normalized": -0.01,
          "meters_covered_running_km": 0.33,
          "meters_covered_high_speed_running_km": 0.07,
          "meters_covered_sprinting_km": 0.01
        }
      },
      {
        "player": {
          "id": 964994,
          "name": "Joško Gvardiol",
          "short_name": "J. Gvardiol",
          "slug": "josko-gvardiol",
          "first_name": "Josko",
          "last_name": "Gvardiol",
          "link": "https://www.sofascore.com/player/josko-gvardiol/964994",
          "image_link": "https://img.sofascore.com/api/v1/player/964994/image",
          "position": "D",
          "jersey_number": 24,
          "height_cm": 186,
          "date_of_birth": "2002-01-23",
          "gender": "M",
          "country": {
            "name": "Croatia",
            "alpha2": "HR",
            "alpha3": "HRV",
            "slug": "croatia"
          },
          "market_value": {
            "amount": 64000000,
            "currency": "EUR"
          },
          "followers_count": 60761
        },
        "team_id": 17,
        "position": "D",
        "jersey_number": 24,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 15,
          "accurate_pass": 14,
          "total_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 7,
          "total_own_half_passes": 8,
          "accurate_opposition_half_passes": 7,
          "total_opposition_half_passes": 7,
          "aerial_lost": 1,
          "aerial_won": 1,
          "duel_lost": 1,
          "duel_won": 1,
          "total_clearance": 1,
          "ball_recovery": 1,
          "minutes_played": 12,
          "touches": 16,
          "rating": 6.7,
          "possession_lost_ctrl": 1,
          "expected_assists": 0.00190648,
          "top_speed": 30.9,
          "kilometers_covered": 2.23,
          "number_of_sprints": 2,
          "total_ball_carries_distance": 61.805721969936,
          "ball_carries_count": 7,
          "total_progression": 16.172532991792,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.6
          },
          "total_shots": 0,
          "pass_value_normalized": 0.05,
          "dribble_value_normalized": 0.01,
          "defensive_value_normalized": 0,
          "meters_covered_running_km": 0.32,
          "meters_covered_high_speed_running_km": 0.08,
          "meters_covered_sprinting_km": 0.04
        }
      },
      {
        "player": {
          "id": 257993,
          "name": "Marcus Bettinelli",
          "short_name": "M. Bettinelli",
          "slug": "marcus-bettinelli",
          "first_name": "Marcus",
          "last_name": "Bettinelli",
          "link": "https://www.sofascore.com/player/marcus-bettinelli/257993",
          "image_link": "https://img.sofascore.com/api/v1/player/257993/image",
          "position": "G",
          "jersey_number": 13,
          "height_cm": 194,
          "date_of_birth": "1992-05-24",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 320000,
            "currency": "EUR"
          },
          "followers_count": 9716
        },
        "team_id": 17,
        "position": "G",
        "jersey_number": 13,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      },
      {
        "player": {
          "id": 1168513,
          "name": "Max Alleyne",
          "short_name": "M. Alleyne",
          "slug": "alleyne-max",
          "link": "https://www.sofascore.com/player/alleyne-max/1168513",
          "image_link": "https://img.sofascore.com/api/v1/player/1168513/image",
          "position": "D",
          "jersey_number": 3,
          "height_cm": 185,
          "date_of_birth": "2005-07-21",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 7800000,
            "currency": "EUR"
          },
          "followers_count": 13102
        },
        "team_id": 6,
        "position": "D",
        "jersey_number": 68,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      },
      {
        "player": {
          "id": 945122,
          "name": "Matheus Nunes",
          "short_name": "M. Nunes",
          "slug": "matheus-nunes",
          "first_name": "Matheus",
          "last_name": "Nunes",
          "link": "https://www.sofascore.com/player/matheus-nunes/945122",
          "image_link": "https://img.sofascore.com/api/v1/player/945122/image",
          "position": "D",
          "jersey_number": 27,
          "height_cm": 183,
          "date_of_birth": "1998-08-27",
          "gender": "M",
          "country": {
            "name": "Portugal",
            "alpha2": "PT",
            "alpha3": "PRT",
            "slug": "portugal"
          },
          "market_value": {
            "amount": 48000000,
            "currency": "EUR"
          },
          "followers_count": 26235
        },
        "team_id": 17,
        "position": "M",
        "jersey_number": 27,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      },
      {
        "player": {
          "id": 873554,
          "name": "Omar Marmoush",
          "short_name": "O. Marmoush",
          "slug": "omar-marmoush",
          "first_name": "Omar",
          "last_name": "Marmoush",
          "link": "https://www.sofascore.com/player/omar-marmoush/873554",
          "image_link": "https://img.sofascore.com/api/v1/player/873554/image",
          "position": "F",
          "jersey_number": 22,
          "height_cm": 183,
          "date_of_birth": "1999-02-07",
          "gender": "M",
          "country": {
            "name": "Egypt",
            "alpha2": "EG",
            "alpha3": "EGY",
            "slug": "egypt"
          },
          "market_value": {
            "amount": 55000000,
            "currency": "EUR"
          },
          "followers_count": 253807
        },
        "team_id": 33,
        "position": "F",
        "jersey_number": 7,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      }
    ],
    "missing_players": [
      {
        "player": {
          "id": 189061,
          "name": "Jack Grealish",
          "short_name": "J. Grealish",
          "slug": "jack-grealish",
          "first_name": "Jack",
          "last_name": "Grealish",
          "link": "https://www.sofascore.com/player/jack-grealish/189061",
          "image_link": "https://img.sofascore.com/api/v1/player/189061/image",
          "position": "M",
          "jersey_number": 10,
          "height_cm": 180,
          "date_of_birth": "1995-09-10",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 21000000,
            "currency": "EUR"
          },
          "followers_count": 63330
        },
        "type": "missing",
        "reason": 1,
        "description": "Foot Injury"
      },
      {
        "player": {
          "id": 786028,
          "name": "Kalvin Phillips",
          "short_name": "K. Phillips",
          "slug": "kalvin-phillips",
          "first_name": "Kalvin",
          "last_name": "Phillips",
          "link": "https://www.sofascore.com/player/kalvin-phillips/786028",
          "image_link": "https://img.sofascore.com/api/v1/player/786028/image",
          "position": "M",
          "jersey_number": 27,
          "height_cm": 177,
          "date_of_birth": "1995-12-02",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 2400000,
            "currency": "EUR"
          },
          "followers_count": 9606
        },
        "type": "missing",
        "reason": 1,
        "description": "Knee Injury"
      },
      {
        "player": {
          "id": 1017915,
          "name": "Josh Wilson-Esbrand",
          "short_name": "J. Wilson-Esbrand",
          "slug": "josh-wilson-esbrand",
          "link": "https://www.sofascore.com/player/josh-wilson-esbrand/1017915",
          "image_link": "https://img.sofascore.com/api/v1/player/1017915/image",
          "position": "D",
          "jersey_number": 97,
          "height_cm": 176,
          "date_of_birth": "2002-12-26",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 2400000,
            "currency": "EUR"
          },
          "followers_count": 4291
        },
        "type": "doubtful",
        "reason": 1,
        "description": "Achilles Tendon Injury"
      }
    ],
    "support_staff": [],
    "kit_colors": {
      "player": {
        "primary": "abd1f5",
        "number": "000000",
        "outline": "abd1f5"
      },
      "goalkeeper": {
        "primary": "008b48",
        "number": "feb139",
        "outline": "008b48"
      }
    }
  },
  "away": {
    "formation": "4-2-3-1",
    "players": [
      {
        "player": {
          "id": 100390,
          "name": "Marco Bizot",
          "short_name": "M. Bizot",
          "slug": "marco-bizot",
          "link": "https://www.sofascore.com/player/marco-bizot/100390",
          "image_link": "https://img.sofascore.com/api/v1/player/100390/image",
          "position": "G",
          "jersey_number": 40,
          "height_cm": 194,
          "date_of_birth": "1991-03-10",
          "gender": "M",
          "country": {
            "name": "Netherlands",
            "alpha2": "NL",
            "alpha3": "NLD",
            "slug": "netherlands"
          },
          "market_value": {
            "amount": 1400000,
            "currency": "EUR"
          },
          "followers_count": 1189
        },
        "team_id": 40,
        "position": "G",
        "jersey_number": 40,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 43,
          "accurate_pass": 30,
          "total_long_balls": 16,
          "accurate_long_balls": 4,
          "goal_assist": 0,
          "accurate_own_half_passes": 28,
          "total_own_half_passes": 32,
          "accurate_opposition_half_passes": 2,
          "total_opposition_half_passes": 11,
          "total_clearance": 3,
          "ball_recovery": 3,
          "saved_shots_from_inside_the_box": 2,
          "saves": 2,
          "punches": 1,
          "minutes_played": 90,
          "touches": 50,
          "rating": 6.8,
          "possession_lost_ctrl": 13,
          "expected_assists": 0.00058922,
          "total_ball_carries_distance": 51.112354244572,
          "ball_carries_count": 9,
          "total_progression": 24.188434703842,
          "progressive_ball_carries_count": 0,
          "keeper_save_value": 0.6361,
          "rating_versions": {
            "original": 6.8,
            "alternative": 6.6
          },
          "total_shots": 0,
          "goals_prevented": 0.513,
          "pass_value_normalized": 0.07,
          "dribble_value_normalized": 0,
          "defensive_value_normalized": -0.07,
          "goalkeeper_value_normalized": 0.5
        }
      },
      {
        "player": {
          "id": 1457536,
          "name": "Andrés García",
          "short_name": "A. García",
          "slug": "andres-garcia",
          "first_name": "Andrés García",
          "last_name": "",
          "link": "https://www.sofascore.com/player/andres-garcia/1457536",
          "image_link": "https://img.sofascore.com/api/v1/player/1457536/image",
          "position": "D",
          "jersey_number": 21,
          "height_cm": 183,
          "date_of_birth": "2003-02-07",
          "gender": "M",
          "country": {
            "name": "Spain",
            "alpha2": "ES",
            "alpha3": "ESP",
            "slug": "spain"
          },
          "market_value": {
            "amount": 6500000,
            "currency": "EUR"
          },
          "followers_count": 1249
        },
        "team_id": 2859,
        "position": "D",
        "jersey_number": 16,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 12,
          "accurate_pass": 12,
          "goal_assist": 0,
          "accurate_own_half_passes": 10,
          "total_own_half_passes": 10,
          "accurate_opposition_half_passes": 2,
          "total_opposition_half_passes": 2,
          "duel_lost": 1,
          "duel_won": 4,
          "total_clearance": 4,
          "outfielder_block": 1,
          "ball_recovery": 2,
          "total_tackle": 4,
          "won_tackle": 3,
          "error_lead_to_a_shot": 1,
          "unsuccessful_touch": 3,
          "fouls": 1,
          "minutes_played": 45,
          "touches": 25,
          "rating": 6.7,
          "possession_lost_ctrl": 3,
          "expected_assists": 0.00041914,
          "top_speed": 31.37,
          "kilometers_covered": 4.65,
          "number_of_sprints": 8,
          "total_ball_carries_distance": 77.007962017022,
          "ball_carries_count": 6,
          "total_progression": 53.004907092441,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.8
          },
          "total_shots": 0,
          "pass_value_normalized": -0.01,
          "dribble_value_normalized": 0.07,
          "defensive_value_normalized": -0.01,
          "meters_covered_running_km": 0.57,
          "meters_covered_high_speed_running_km": 0.16,
          "meters_covered_sprinting_km": 0.09
        }
      },
      {
        "player": {
          "id": 143334,
          "name": "Victor Lindelöf",
          "short_name": "V. Lindelöf",
          "slug": "victor-lindelof",
          "link": "https://www.sofascore.com/player/victor-lindelof/143334",
          "image_link": "https://img.sofascore.com/api/v1/player/143334/image",
          "position": "D",
          "jersey_number": 3,
          "height_cm": 187,
          "date_of_birth": "1994-07-17",
          "gender": "M",
          "country": {
            "name": "Sweden",
            "alpha2": "SE",
            "alpha3": "SWE",
            "slug": "sweden"
          },
          "market_value": {
            "amount": 4800000,
            "currency": "EUR"
          },
          "followers_count": 9857
        },
        "team_id": 40,
        "position": "D",
        "jersey_number": 3,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 55,
          "accurate_pass": 53,
          "total_long_balls": 3,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 43,
          "total_own_half_passes": 45,
          "accurate_opposition_half_passes": 10,
          "total_opposition_half_passes": 10,
          "duel_won": 1,
          "total_clearance": 3,
          "interception_won": 1,
          "ball_recovery": 3,
          "total_tackle": 1,
          "minutes_played": 73,
          "touches": 60,
          "rating": 6.7,
          "possession_lost_ctrl": 2,
          "expected_assists": 0.00427966,
          "top_speed": 27.12,
          "kilometers_covered": 6.46,
          "number_of_sprints": 3,
          "total_ball_carries_distance": 175.08053853825,
          "ball_carries_count": 20,
          "total_progression": 64.169428374748,
          "best_ball_carry_progression": 32.027324336922,
          "total_progressive_ball_carries_distance": 34.871206689761,
          "progressive_ball_carries_count": 1,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.6
          },
          "total_shots": 0,
          "pass_value_normalized": 0.13,
          "dribble_value_normalized": 0.08,
          "defensive_value_normalized": -0.03,
          "meters_covered_running_km": 0.65,
          "meters_covered_high_speed_running_km": 0.23,
          "meters_covered_sprinting_km": 0.02
        }
      },
      {
        "player": {
          "id": 303638,
          "name": "Tyrone Mings",
          "short_name": "T. Mings",
          "slug": "tyrone-mings",
          "first_name": "Tyrone",
          "last_name": "Mings",
          "link": "https://www.sofascore.com/player/tyrone-mings/303638",
          "image_link": "https://img.sofascore.com/api/v1/player/303638/image",
          "position": "D",
          "jersey_number": 5,
          "height_cm": 195,
          "date_of_birth": "1993-03-13",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 3200000,
            "currency": "EUR"
          },
          "followers_count": 2406
        },
        "team_id": 40,
        "position": "D",
        "jersey_number": 5,
        "is_substitute": false,
        "is_captain": true,
        "statistics": {
          "total_pass": 76,
          "accurate_pass": 73,
          "total_long_balls": 5,
          "accurate_long_balls": 2,
          "goal_assist": 0,
          "accurate_own_half_passes": 62,
          "total_own_half_passes": 64,
          "accurate_opposition_half_passes": 11,
          "total_opposition_half_passes": 12,
          "duel_lost": 1,
          "duel_won": 1,
          "challenge_lost": 1,
          "total_clearance": 8,
          "outfielder_block": 1,
          "interception_won": 1,
          "ball_recovery": 1,
          "total_tackle": 1,
          "minutes_played": 90,
          "touches": 87,
          "rating": 6.9,
          "possession_lost_ctrl": 3,
          "expected_assists": 0.00206372,
          "top_speed": 27.99,
          "kilometers_covered": 9.31,
          "number_of_sprints": 4,
          "total_ball_carries_distance": 187.15559325176,
          "ball_carries_count": 24,
          "total_progression": 38.407688779165,
          "best_ball_carry_progression": 28.529062932661,
          "total_progressive_ball_carries_distance": 29.814387147818,
          "progressive_ball_carries_count": 1,
          "rating_versions": {
            "original": 6.9,
            "alternative": 6.9
          },
          "total_shots": 0,
          "pass_value_normalized": 0.13,
          "dribble_value_normalized": 0.04,
          "defensive_value_normalized": 0.19,
          "meters_covered_running_km": 1.2,
          "meters_covered_high_speed_running_km": 0.25,
          "meters_covered_sprinting_km": 0.06
        }
      },
      {
        "player": {
          "id": 976263,
          "name": "Ian Maatsen",
          "short_name": "I. Maatsen",
          "slug": "ian-maatsen",
          "link": "https://www.sofascore.com/player/ian-maatsen/976263",
          "image_link": "https://img.sofascore.com/api/v1/player/976263/image",
          "position": "D",
          "jersey_number": 22,
          "height_cm": 178,
          "date_of_birth": "2002-03-10",
          "gender": "M",
          "country": {
            "name": "Netherlands",
            "alpha2": "NL",
            "alpha3": "NLD",
            "slug": "netherlands"
          },
          "market_value": {
            "amount": 28000000,
            "currency": "EUR"
          },
          "followers_count": 6278
        },
        "team_id": 40,
        "position": "D",
        "jersey_number": 22,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 33,
          "accurate_pass": 30,
          "goal_assist": 0,
          "accurate_own_half_passes": 23,
          "total_own_half_passes": 23,
          "accurate_opposition_half_passes": 7,
          "total_opposition_half_passes": 10,
          "total_cross": 1,
          "accurate_cross": 1,
          "duel_lost": 4,
          "duel_won": 5,
          "challenge_lost": 2,
          "total_contest": 2,
          "won_contest": 1,
          "big_chance_created": 1,
          "blocked_scoring_attempt": 1,
          "total_clearance": 8,
          "interception_won": 2,
          "ball_recovery": 3,
          "total_tackle": 4,
          "won_tackle": 2,
          "unsuccessful_touch": 4,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 62,
          "rating": 6.7,
          "possession_lost_ctrl": 8,
          "expected_goals": 0.0198,
          "expected_assists": 0.137997,
          "top_speed": 31.75,
          "kilometers_covered": 10.02,
          "number_of_sprints": 15,
          "total_ball_carries_distance": 99.342077998097,
          "ball_carries_count": 11,
          "total_progression": 39.512867148683,
          "best_ball_carry_progression": 18.818591771471,
          "total_progressive_ball_carries_distance": 19.605150573255,
          "progressive_ball_carries_count": 1,
          "key_pass": 2,
          "rating_versions": {
            "original": 6.7,
            "alternative": 7.3
          },
          "total_shots": 1,
          "shot_value_normalized": -0.1,
          "pass_value_normalized": 0.13,
          "dribble_value_normalized": 0.1,
          "defensive_value_normalized": -0.2,
          "meters_covered_running_km": 1.31,
          "meters_covered_high_speed_running_km": 0.47,
          "meters_covered_sprinting_km": 0.28
        }
      },
      {
        "player": {
          "id": 1089388,
          "name": "Lamare Bogarde",
          "short_name": "L. Bogarde",
          "slug": "lamare-bogarde",
          "link": "https://www.sofascore.com/player/lamare-bogarde/1089388",
          "image_link": "https://img.sofascore.com/api/v1/player/1089388/image",
          "position": "M",
          "jersey_number": 26,
          "height_cm": 183,
          "date_of_birth": "2004-01-05",
          "gender": "M",
          "country": {
            "name": "Netherlands",
            "alpha2": "NL",
            "alpha3": "NLD",
            "slug": "netherlands"
          },
          "market_value": {
            "amount": 17500000,
            "currency": "EUR"
          },
          "followers_count": 1448
        },
        "team_id": 40,
        "position": "M",
        "jersey_number": 26,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 22,
          "accurate_pass": 20,
          "total_long_balls": 2,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 15,
          "total_own_half_passes": 16,
          "accurate_opposition_half_passes": 5,
          "total_opposition_half_passes": 6,
          "duel_lost": 1,
          "duel_won": 2,
          "dispossessed": 1,
          "total_clearance": 2,
          "interception_won": 1,
          "ball_recovery": 4,
          "unsuccessful_touch": 1,
          "was_fouled": 2,
          "minutes_played": 73,
          "touches": 30,
          "rating": 6.6,
          "possession_lost_ctrl": 4,
          "expected_assists": 0.00213064,
          "top_speed": 28.97,
          "kilometers_covered": 7.57,
          "number_of_sprints": 3,
          "total_ball_carries_distance": 51.193872240707,
          "ball_carries_count": 8,
          "total_progression": -12.686687257527,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.6,
            "alternative": 6.6
          },
          "total_shots": 0,
          "pass_value_normalized": 0.01,
          "dribble_value_normalized": 0.02,
          "defensive_value_normalized": -0.01,
          "meters_covered_running_km": 1.23,
          "meters_covered_high_speed_running_km": 0.15,
          "meters_covered_sprinting_km": 0.04
        }
      },
      {
        "player": {
          "id": 867887,
          "name": "Douglas Luiz",
          "short_name": "D. Luiz",
          "slug": "douglas-luiz",
          "link": "https://www.sofascore.com/player/douglas-luiz/867887",
          "image_link": "https://img.sofascore.com/api/v1/player/867887/image",
          "position": "M",
          "jersey_number": 12,
          "height_cm": 175,
          "date_of_birth": "1998-05-09",
          "gender": "M",
          "country": {
            "name": "Brazil",
            "alpha2": "BR",
            "alpha3": "BRA",
            "slug": "brazil"
          },
          "market_value": {
            "amount": 19200000,
            "currency": "EUR"
          },
          "followers_count": 13569
        },
        "team_id": 2687,
        "position": "M",
        "jersey_number": 21,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 46,
          "accurate_pass": 44,
          "total_long_balls": 3,
          "accurate_long_balls": 3,
          "goal_assist": 0,
          "accurate_own_half_passes": 27,
          "total_own_half_passes": 28,
          "accurate_opposition_half_passes": 17,
          "total_opposition_half_passes": 18,
          "aerial_lost": 2,
          "duel_lost": 2,
          "duel_won": 2,
          "total_clearance": 2,
          "outfielder_block": 2,
          "interception_won": 1,
          "ball_recovery": 3,
          "total_tackle": 1,
          "won_tackle": 1,
          "was_fouled": 1,
          "minutes_played": 73,
          "touches": 54,
          "rating": 7.3,
          "possession_lost_ctrl": 2,
          "expected_assists": 0.0205997,
          "top_speed": 26.99,
          "kilometers_covered": 7.51,
          "number_of_sprints": 2,
          "total_ball_carries_distance": 111.99575246137,
          "ball_carries_count": 15,
          "total_progression": 37.808453756577,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 7.3,
            "alternative": 7.2
          },
          "total_shots": 0,
          "pass_value_normalized": 0.18,
          "dribble_value_normalized": 0.11,
          "defensive_value_normalized": 0.53,
          "meters_covered_running_km": 1.11,
          "meters_covered_high_speed_running_km": 0.23,
          "meters_covered_sprinting_km": 0.02
        }
      },
      {
        "player": {
          "id": 808590,
          "name": "Leon Bailey",
          "short_name": "L. Bailey",
          "slug": "leon-bailey",
          "first_name": "Leon",
          "last_name": "Bailey",
          "link": "https://www.sofascore.com/player/leon-bailey/808590",
          "image_link": "https://img.sofascore.com/api/v1/player/808590/image",
          "position": "F",
          "jersey_number": 17,
          "height_cm": 178,
          "date_of_birth": "1997-08-09",
          "gender": "M",
          "country": {
            "name": "Jamaica",
            "alpha2": "JM",
            "alpha3": "JAM",
            "slug": "jamaica"
          },
          "market_value": {
            "amount": 13100000,
            "currency": "EUR"
          },
          "followers_count": 9152
        },
        "team_id": 3245,
        "position": "M",
        "jersey_number": 31,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 18,
          "accurate_pass": 14,
          "total_long_balls": 1,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 5,
          "total_own_half_passes": 6,
          "accurate_opposition_half_passes": 9,
          "total_opposition_half_passes": 12,
          "total_cross": 2,
          "aerial_lost": 2,
          "duel_lost": 8,
          "duel_won": 3,
          "challenge_lost": 1,
          "dispossessed": 2,
          "total_contest": 2,
          "big_chance_missed": 1,
          "shot_off_target": 2,
          "hit_woodwork": 1,
          "total_clearance": 2,
          "interception_won": 2,
          "ball_recovery": 4,
          "total_tackle": 2,
          "won_tackle": 2,
          "unsuccessful_touch": 2,
          "was_fouled": 1,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 41,
          "rating": 6.2,
          "possession_lost_ctrl": 13,
          "expected_goals": 0.1887,
          "expected_assists": 0.014714,
          "top_speed": 34.1,
          "kilometers_covered": 10.46,
          "number_of_sprints": 16,
          "total_ball_carries_distance": 163.17507433206,
          "ball_carries_count": 13,
          "total_progression": 92.671018745291,
          "best_ball_carry_progression": 22.043232261375,
          "total_progressive_ball_carries_distance": 57.795554026405,
          "progressive_ball_carries_count": 3,
          "rating_versions": {
            "original": 6.2,
            "alternative": 6.9
          },
          "total_shots": 2,
          "shot_value_normalized": -0.57,
          "pass_value_normalized": -0.29,
          "dribble_value_normalized": 0.43,
          "defensive_value_normalized": 0.17,
          "meters_covered_running_km": 1.52,
          "meters_covered_high_speed_running_km": 0.63,
          "meters_covered_sprinting_km": 0.31
        }
      },
      {
        "player": {
          "id": 98435,
          "name": "Ross Barkley",
          "short_name": "R. Barkley",
          "slug": "ross-barkley",
          "link": "https://www.sofascore.com/player/ross-barkley/98435",
          "image_link": "https://img.sofascore.com/api/v1/player/98435/image",
          "position": "M",
          "jersey_number": 6,
          "height_cm": 188,
          "date_of_birth": "1993-12-05",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 3600000,
            "currency": "EUR"
          },
          "followers_count": 2980
        },
        "team_id": 40,
        "position": "M",
        "jersey_number": 6,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 26,
          "accurate_pass": 23,
          "total_long_balls": 3,
          "accurate_long_balls": 3,
          "goal_assist": 1,
          "accurate_own_half_passes": 13,
          "total_own_half_passes": 13,
          "accurate_opposition_half_passes": 10,
          "total_opposition_half_passes": 13,
          "aerial_lost": 2,
          "duel_lost": 4,
          "duel_won": 2,
          "total_contest": 2,
          "big_chance_created": 1,
          "ball_recovery": 1,
          "total_tackle": 2,
          "won_tackle": 1,
          "minutes_played": 86,
          "touches": 33,
          "rating": 6.6,
          "possession_lost_ctrl": 5,
          "expected_assists": 0.0841678,
          "top_speed": 30.67,
          "kilometers_covered": 9,
          "number_of_sprints": 7,
          "total_ball_carries_distance": 114.60779355205,
          "ball_carries_count": 14,
          "total_progression": 24.261177239423,
          "best_ball_carry_progression": 20.38353252591,
          "total_progressive_ball_carries_distance": 22.256195901366,
          "progressive_ball_carries_count": 1,
          "key_pass": 1,
          "rating_versions": {
            "original": 6.6,
            "alternative": 7.1
          },
          "total_shots": 0,
          "pass_value_normalized": 0.15,
          "dribble_value_normalized": 0.06,
          "defensive_value_normalized": -0.06,
          "meters_covered_running_km": 1.33,
          "meters_covered_high_speed_running_km": 0.39,
          "meters_covered_sprinting_km": 0.1
        }
      },
      {
        "player": {
          "id": 783126,
          "name": "Emiliano Buendía",
          "short_name": "E. Buendía",
          "slug": "emiliano-buendia",
          "first_name": "Emiliano",
          "last_name": "Buendia",
          "link": "https://www.sofascore.com/player/emiliano-buendia/783126",
          "image_link": "https://img.sofascore.com/api/v1/player/783126/image",
          "position": "M",
          "jersey_number": 10,
          "height_cm": 170,
          "date_of_birth": "1996-12-25",
          "gender": "M",
          "country": {
            "name": "Argentina",
            "alpha2": "AR",
            "alpha3": "ARG",
            "slug": "argentina"
          },
          "market_value": {
            "amount": 14600000,
            "currency": "EUR"
          },
          "followers_count": 12410
        },
        "team_id": 40,
        "position": "M",
        "jersey_number": 10,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 31,
          "accurate_pass": 28,
          "total_long_balls": 1,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 12,
          "total_own_half_passes": 15,
          "accurate_opposition_half_passes": 16,
          "total_opposition_half_passes": 16,
          "total_cross": 1,
          "aerial_lost": 1,
          "duel_lost": 4,
          "duel_won": 11,
          "challenge_lost": 1,
          "dispossessed": 1,
          "big_chance_created": 1,
          "shot_off_target": 1,
          "on_target_scoring_attempt": 1,
          "interception_won": 3,
          "ball_recovery": 4,
          "total_tackle": 8,
          "won_tackle": 5,
          "unsuccessful_touch": 3,
          "was_fouled": 3,
          "fouls": 1,
          "minutes_played": 90,
          "touches": 58,
          "rating": 7.8,
          "possession_lost_ctrl": 8,
          "expected_goals": 0.0823,
          "expected_goals_on_target": 0.2465,
          "expected_assists": 0.0592903,
          "top_speed": 28,
          "kilometers_covered": 10.43,
          "number_of_sprints": 11,
          "total_ball_carries_distance": 141.27768223643,
          "ball_carries_count": 14,
          "total_progression": 52.708565670304,
          "best_ball_carry_progression": 22.782092201805,
          "total_progressive_ball_carries_distance": 44.364513135974,
          "progressive_ball_carries_count": 2,
          "key_pass": 3,
          "rating_versions": {
            "original": 7.8,
            "alternative": 8.3
          },
          "total_shots": 2,
          "shot_value_normalized": 0.02,
          "pass_value_normalized": 0.28,
          "dribble_value_normalized": 0.31,
          "defensive_value_normalized": 0.22,
          "meters_covered_running_km": 1.77,
          "meters_covered_high_speed_running_km": 0.58,
          "meters_covered_sprinting_km": 0.12
        }
      },
      {
        "player": {
          "id": 555386,
          "name": "Ollie Watkins",
          "short_name": "O. Watkins",
          "slug": "ollie-watkins",
          "first_name": "Ollie",
          "last_name": "Watkins",
          "link": "https://www.sofascore.com/player/ollie-watkins/555386",
          "image_link": "https://img.sofascore.com/api/v1/player/555386/image",
          "position": "F",
          "jersey_number": 11,
          "height_cm": 179,
          "date_of_birth": "1995-12-30",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 26000000,
            "currency": "EUR"
          },
          "followers_count": 26595
        },
        "team_id": 21895,
        "position": "F",
        "jersey_number": 11,
        "is_substitute": false,
        "is_captain": false,
        "statistics": {
          "total_pass": 15,
          "accurate_pass": 14,
          "total_long_balls": 1,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 6,
          "total_own_half_passes": 6,
          "accurate_opposition_half_passes": 8,
          "total_opposition_half_passes": 9,
          "aerial_won": 3,
          "duel_lost": 1,
          "duel_won": 7,
          "total_contest": 3,
          "won_contest": 2,
          "shot_off_target": 1,
          "on_target_scoring_attempt": 2,
          "blocked_scoring_attempt": 1,
          "goals": 2,
          "outfielder_block": 1,
          "total_tackle": 1,
          "won_tackle": 1,
          "unsuccessful_touch": 1,
          "was_fouled": 1,
          "total_offside": 1,
          "minutes_played": 90,
          "touches": 28,
          "rating": 9.2,
          "possession_lost_ctrl": 3,
          "expected_goals": 1.2447,
          "expected_goals_on_target": 1.8305,
          "expected_assists": 0.01373,
          "top_speed": 31.9,
          "kilometers_covered": 9.67,
          "number_of_sprints": 17,
          "total_ball_carries_distance": 100.86686290637,
          "ball_carries_count": 7,
          "total_progression": 66.934799631533,
          "best_ball_carry_progression": 24.175186950521,
          "total_progressive_ball_carries_distance": 82.702003597426,
          "progressive_ball_carries_count": 3,
          "rating_versions": {
            "original": 9.2,
            "alternative": 9
          },
          "total_shots": 4,
          "shot_value_normalized": 0.82,
          "pass_value_normalized": -0.37,
          "dribble_value_normalized": 0.4,
          "defensive_value_normalized": 0.27,
          "meters_covered_running_km": 1.39,
          "meters_covered_high_speed_running_km": 0.55,
          "meters_covered_sprinting_km": 0.24
        }
      },
      {
        "player": {
          "id": 833956,
          "name": "Matty Cash",
          "short_name": "M. Cash",
          "slug": "matty-cash",
          "first_name": "Matty",
          "last_name": "Cash",
          "link": "https://www.sofascore.com/player/matty-cash/833956",
          "image_link": "https://img.sofascore.com/api/v1/player/833956/image",
          "position": "D",
          "jersey_number": 2,
          "height_cm": 185,
          "date_of_birth": "1997-08-07",
          "gender": "M",
          "country": {
            "name": "Poland",
            "alpha2": "PL",
            "alpha3": "POL",
            "slug": "poland"
          },
          "market_value": {
            "amount": 19800000,
            "currency": "EUR"
          },
          "followers_count": 10599
        },
        "team_id": 40,
        "position": "D",
        "jersey_number": 2,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 17,
          "accurate_pass": 11,
          "total_long_balls": 3,
          "accurate_long_balls": 1,
          "goal_assist": 0,
          "accurate_own_half_passes": 7,
          "total_own_half_passes": 10,
          "accurate_opposition_half_passes": 4,
          "total_opposition_half_passes": 7,
          "total_cross": 2,
          "outfielder_block": 1,
          "ball_recovery": 2,
          "unsuccessful_touch": 1,
          "minutes_played": 45,
          "touches": 24,
          "rating": 6.7,
          "possession_lost_ctrl": 9,
          "expected_assists": 0.00763813,
          "top_speed": 31.04,
          "kilometers_covered": 5,
          "number_of_sprints": 5,
          "total_ball_carries_distance": 62.275558851013,
          "ball_carries_count": 9,
          "total_progression": 4.9450049007693,
          "progressive_ball_carries_count": 0,
          "key_pass": 1,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.8
          },
          "total_shots": 0,
          "pass_value_normalized": -0.07,
          "dribble_value_normalized": -0.13,
          "defensive_value_normalized": 0.22,
          "meters_covered_running_km": 0.62,
          "meters_covered_high_speed_running_km": 0.14,
          "meters_covered_sprinting_km": 0.11
        }
      },
      {
        "player": {
          "id": 864169,
          "name": "Pau Torres",
          "short_name": "P. Torres",
          "slug": "pau-torres",
          "first_name": "Pau",
          "last_name": "Torres",
          "link": "https://www.sofascore.com/player/pau-torres/864169",
          "image_link": "https://img.sofascore.com/api/v1/player/864169/image",
          "position": "D",
          "jersey_number": 14,
          "height_cm": 192,
          "date_of_birth": "1997-01-16",
          "gender": "M",
          "country": {
            "name": "Spain",
            "alpha2": "ES",
            "alpha3": "ESP",
            "slug": "spain"
          },
          "market_value": {
            "amount": 21000000,
            "currency": "EUR"
          },
          "followers_count": 4842
        },
        "team_id": 40,
        "position": "D",
        "jersey_number": 14,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 15,
          "accurate_pass": 15,
          "goal_assist": 0,
          "accurate_own_half_passes": 12,
          "total_own_half_passes": 12,
          "accurate_opposition_half_passes": 3,
          "total_opposition_half_passes": 3,
          "big_chance_missed": 1,
          "shot_off_target": 1,
          "total_clearance": 3,
          "minutes_played": 17,
          "touches": 19,
          "rating": 6.7,
          "expected_goals": 0.1547,
          "expected_assists": 0.00071837,
          "top_speed": 25.19,
          "kilometers_covered": 2.66,
          "number_of_sprints": 1,
          "total_ball_carries_distance": 31.90741883298,
          "ball_carries_count": 7,
          "total_progression": -2.9211586023761,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.5
          },
          "total_shots": 1,
          "shot_value_normalized": -0.52,
          "pass_value_normalized": 0.02,
          "dribble_value_normalized": 0.01,
          "defensive_value_normalized": 0.24,
          "meters_covered_running_km": 0.31,
          "meters_covered_high_speed_running_km": 0.12,
          "meters_covered_sprinting_km": 0
        }
      },
      {
        "player": {
          "id": 331737,
          "name": "Youri Tielemans",
          "short_name": "Y. Tielemans",
          "slug": "youri-tielemans",
          "first_name": "Youri",
          "last_name": "Tielemans",
          "link": "https://www.sofascore.com/player/youri-tielemans/331737",
          "image_link": "https://img.sofascore.com/api/v1/player/331737/image",
          "position": "M",
          "jersey_number": 18,
          "height_cm": 177,
          "date_of_birth": "1997-05-07",
          "gender": "M",
          "country": {
            "name": "Belgium",
            "alpha2": "BE",
            "alpha3": "BEL",
            "slug": "belgium"
          },
          "market_value": {
            "amount": 43000000,
            "currency": "EUR"
          },
          "followers_count": 26570
        },
        "team_id": 35,
        "position": "M",
        "jersey_number": 8,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 17,
          "accurate_pass": 17,
          "goal_assist": 0,
          "accurate_own_half_passes": 9,
          "total_own_half_passes": 9,
          "accurate_opposition_half_passes": 8,
          "total_opposition_half_passes": 8,
          "total_cross": 2,
          "accurate_cross": 2,
          "duel_won": 2,
          "on_target_scoring_attempt": 1,
          "total_clearance": 1,
          "ball_recovery": 1,
          "total_tackle": 2,
          "won_tackle": 2,
          "minutes_played": 17,
          "touches": 24,
          "rating": 7.7,
          "possession_lost_ctrl": 1,
          "expected_goals": 0.0181,
          "expected_goals_on_target": 0.0089,
          "expected_assists": 0.279113,
          "top_speed": 28.19,
          "kilometers_covered": 3.02,
          "number_of_sprints": 0,
          "total_ball_carries_distance": 37.203892362575,
          "ball_carries_count": 5,
          "total_progression": 4.0762864227009,
          "progressive_ball_carries_count": 0,
          "key_pass": 2,
          "rating_versions": {
            "original": 7.7,
            "alternative": 7.3
          },
          "total_shots": 1,
          "shot_value_normalized": -0.07,
          "pass_value_normalized": 0.5,
          "dribble_value_normalized": 0.02,
          "defensive_value_normalized": 0.48,
          "meters_covered_running_km": 0.6,
          "meters_covered_high_speed_running_km": 0.08,
          "meters_covered_sprinting_km": 0.01
        }
      },
      {
        "player": {
          "id": 923973,
          "name": "Amadou Onana",
          "short_name": "A. Onana",
          "slug": "amadou-onana",
          "link": "https://www.sofascore.com/player/amadou-onana/923973",
          "image_link": "https://img.sofascore.com/api/v1/player/923973/image",
          "position": "M",
          "jersey_number": 24,
          "height_cm": 195,
          "date_of_birth": "2001-08-16",
          "gender": "M",
          "country": {
            "name": "Belgium",
            "alpha2": "BE",
            "alpha3": "BEL",
            "slug": "belgium"
          },
          "market_value": {
            "amount": 41000000,
            "currency": "EUR"
          },
          "followers_count": 10136
        },
        "team_id": 40,
        "position": "M",
        "jersey_number": 24,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 8,
          "accurate_pass": 8,
          "goal_assist": 0,
          "accurate_own_half_passes": 4,
          "total_own_half_passes": 4,
          "accurate_opposition_half_passes": 4,
          "total_opposition_half_passes": 4,
          "duel_won": 1,
          "total_clearance": 1,
          "total_tackle": 1,
          "won_tackle": 1,
          "minutes_played": 17,
          "touches": 11,
          "rating": 6.7,
          "expected_assists": 0.00077198,
          "top_speed": 25.94,
          "kilometers_covered": 3,
          "number_of_sprints": 2,
          "total_ball_carries_distance": 3.0848794141749,
          "ball_carries_count": 1,
          "total_progression": 0.56243633408589,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.7,
            "alternative": 6.7
          },
          "total_shots": 0,
          "pass_value_normalized": -0.04,
          "dribble_value_normalized": 0,
          "defensive_value_normalized": 0.13,
          "meters_covered_running_km": 0.59,
          "meters_covered_high_speed_running_km": 0.11,
          "meters_covered_sprinting_km": 0.02
        }
      },
      {
        "player": {
          "id": 250223,
          "name": "John McGinn",
          "short_name": "J. McGinn",
          "slug": "john-mcginn",
          "first_name": "John",
          "last_name": "McGinn",
          "link": "https://www.sofascore.com/player/john-mcginn/250223",
          "image_link": "https://img.sofascore.com/api/v1/player/250223/image",
          "position": "M",
          "jersey_number": 7,
          "height_cm": 175,
          "date_of_birth": "1994-10-18",
          "gender": "M",
          "country": {
            "name": "Scotland",
            "alpha2": "SX",
            "alpha3": "SCO",
            "slug": "scotland"
          },
          "market_value": {
            "amount": 12600000,
            "currency": "EUR"
          },
          "followers_count": 7681
        },
        "team_id": 40,
        "position": "M",
        "jersey_number": 7,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_pass": 6,
          "accurate_pass": 5,
          "total_long_balls": 2,
          "accurate_long_balls": 2,
          "goal_assist": 0,
          "accurate_own_half_passes": 3,
          "total_own_half_passes": 3,
          "accurate_opposition_half_passes": 2,
          "total_opposition_half_passes": 3,
          "duel_won": 1,
          "on_target_scoring_attempt": 1,
          "ball_recovery": 1,
          "total_tackle": 1,
          "won_tackle": 1,
          "unsuccessful_touch": 1,
          "minutes_played": 16,
          "touches": 10,
          "rating": 6.8,
          "possession_lost_ctrl": 2,
          "expected_goals": 0.0598,
          "expected_goals_on_target": 0.5592,
          "expected_assists": 0.00140856,
          "top_speed": 27.45,
          "kilometers_covered": 1.63,
          "number_of_sprints": 2,
          "total_ball_carries_distance": 29.838963805736,
          "ball_carries_count": 1,
          "total_progression": 17.997954688337,
          "progressive_ball_carries_count": 0,
          "rating_versions": {
            "original": 6.8,
            "alternative": 7
          },
          "total_shots": 1,
          "shot_value_normalized": 0.2,
          "pass_value_normalized": 0.1,
          "dribble_value_normalized": 0.01,
          "defensive_value_normalized": 0.17,
          "meters_covered_running_km": 0.33,
          "meters_covered_high_speed_running_km": 0.1,
          "meters_covered_sprinting_km": 0.02
        }
      },
      {
        "player": {
          "id": 1138445,
          "name": "James Wright",
          "short_name": "J. Wright",
          "slug": "wright-james",
          "first_name": "James Wright",
          "last_name": null,
          "link": "https://www.sofascore.com/player/wright-james/1138445",
          "image_link": "https://img.sofascore.com/api/v1/player/1138445/image",
          "position": "G",
          "jersey_number": 42,
          "height_cm": 188,
          "date_of_birth": "2004-12-02",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 220000,
            "currency": "EUR"
          },
          "followers_count": 231
        },
        "team_id": 36541,
        "position": "G",
        "jersey_number": 64,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      },
      {
        "player": {
          "id": 96538,
          "name": "Lucas Digne",
          "short_name": "L. Digne",
          "slug": "lucas-digne",
          "link": "https://www.sofascore.com/player/lucas-digne/96538",
          "image_link": "https://img.sofascore.com/api/v1/player/96538/image",
          "position": "D",
          "jersey_number": 12,
          "height_cm": 178,
          "date_of_birth": "1993-07-20",
          "gender": "M",
          "country": {
            "name": "France",
            "alpha2": "FR",
            "alpha3": "FRA",
            "slug": "france"
          },
          "market_value": {
            "amount": 5500000,
            "currency": "EUR"
          },
          "followers_count": 15342
        },
        "team_id": 1644,
        "position": "D",
        "jersey_number": 12,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      },
      {
        "player": {
          "id": 1899712,
          "name": "Bradley Burrowes",
          "short_name": "B. Burrowes",
          "slug": "bradley-burrowes",
          "first_name": "Bradley Burrowes",
          "last_name": null,
          "link": "https://www.sofascore.com/player/bradley-burrowes/1899712",
          "image_link": "https://img.sofascore.com/api/v1/player/1899712/image",
          "position": "M",
          "jersey_number": 27,
          "height_cm": 169,
          "date_of_birth": "2008-03-04",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 1800000,
            "currency": "EUR"
          },
          "followers_count": 480
        },
        "team_id": 49,
        "position": "M",
        "jersey_number": 83,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      },
      {
        "player": {
          "id": 1398204,
          "name": "George Hemmings",
          "short_name": "G. Hemmings",
          "slug": "george-hemmings",
          "link": "https://www.sofascore.com/player/george-hemmings/1398204",
          "image_link": "https://img.sofascore.com/api/v1/player/1398204/image",
          "position": "M",
          "jersey_number": 53,
          "height_cm": 182,
          "date_of_birth": "2007-03-04",
          "gender": "M",
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "market_value": {
            "amount": 860000,
            "currency": "EUR"
          },
          "followers_count": 1618
        },
        "team_id": 40,
        "position": "M",
        "jersey_number": 53,
        "is_substitute": true,
        "is_captain": false,
        "statistics": {
          "total_shots": 0
        }
      }
    ],
    "missing_players": [
      {
        "player": {
          "id": 826204,
          "name": "Boubacar Kamara",
          "short_name": "B. Kamara",
          "slug": "boubacar-kamara",
          "first_name": "Boubacar",
          "last_name": "Kamara",
          "link": "https://www.sofascore.com/player/boubacar-kamara/826204",
          "image_link": "https://img.sofascore.com/api/v1/player/826204/image",
          "position": "M",
          "jersey_number": 8,
          "height_cm": 184,
          "date_of_birth": "1999-11-23",
          "gender": "M",
          "country": {
            "name": "France",
            "alpha2": "FR",
            "alpha3": "FRA",
            "slug": "france"
          },
          "market_value": {
            "amount": 39000000,
            "currency": "EUR"
          },
          "followers_count": 4069
        },
        "type": "missing",
        "reason": 1,
        "description": "Knee Injury"
      },
      {
        "player": {
          "id": 1631879,
          "name": "Alysson",
          "short_name": "Alysson",
          "slug": "alysson-edward-franco-da-rocha",
          "first_name": "Alysson Edward Franco da Rocha",
          "last_name": null,
          "link": "https://www.sofascore.com/player/alysson-edward-franco-da-rocha/1631879",
          "image_link": "https://img.sofascore.com/api/v1/player/1631879/image",
          "position": "M",
          "jersey_number": 47,
          "height_cm": 184,
          "date_of_birth": "2006-05-05",
          "gender": "M",
          "country": {
            "name": "Brazil",
            "alpha2": "BR",
            "alpha3": "BRA",
            "slug": "brazil"
          },
          "market_value": {
            "amount": 10800000,
            "currency": "EUR"
          },
          "followers_count": 3418
        },
        "type": "doubtful",
        "reason": 1,
        "description": "Muscle Injury"
      },
      {
        "player": {
          "id": 158263,
          "name": "Emiliano Martínez",
          "short_name": "E. Martínez",
          "slug": "emiliano-martinez",
          "link": "https://www.sofascore.com/player/emiliano-martinez/158263",
          "image_link": "https://img.sofascore.com/api/v1/player/158263/image",
          "position": "G",
          "jersey_number": 1,
          "height_cm": 195,
          "date_of_birth": "1992-09-02",
          "gender": "M",
          "country": {
            "name": "Argentina",
            "alpha2": "AR",
            "alpha3": "ARG",
            "slug": "argentina"
          },
          "market_value": {
            "amount": 11500000,
            "currency": "EUR"
          },
          "followers_count": 96655
        },
        "type": "doubtful",
        "reason": 1,
        "description": "Finger Injury"
      }
    ],
    "support_staff": [],
    "kit_colors": {
      "player": {
        "primary": "88002d",
        "number": "ffffff",
        "outline": "88002d"
      },
      "goalkeeper": {
        "primary": "f25252",
        "number": "ffffff",
        "outline": "f25252"
      }
    }
  },
  "statistical_version": 3
}