Sofascore Scraper

ENDPOINTS
GET/matches/incidents

Match Incidents

The match timeline: goals with scorer, assist and xG, cards, substitutions, VAR decisions, penalties and injury time.

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,
  "count": 20,
  "incidents": [
    {
      "type": "period",
      "class": null,
      "text": "FT",
      "home_score": 1,
      "away_score": 2,
      "is_live": false,
      "time": 90,
      "added_time": 999,
      "time_seconds": 5400,
      "period_time_seconds": 2700
    },
    {
      "type": "varDecision",
      "class": "goalAwarded",
      "is_confirmed": false,
      "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": null,
        "market_value": {
          "amount": 66000000,
          "currency": "EUR"
        },
        "followers_count": 183702
      },
      "is_home": true,
      "id": 99998,
      "time": 90,
      "added_time": 2
    },
    {
      "type": "injuryTime",
      "class": null,
      "length": 10,
      "time": 90,
      "added_time": 0
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "John McGinn",
        "first_name": "John",
        "last_name": "McGinn",
        "slug": "john-mcginn",
        "short_name": "J. McGinn",
        "position": "M",
        "jersey_number": "7",
        "height": 175,
        "followers_count": 7681,
        "gender": "M",
        "id": 250223,
        "date_of_birth": "1994-10-18",
        "market_value": {
          "value": 12600000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Ross Barkley",
        "slug": "ross-barkley",
        "short_name": "R. Barkley",
        "position": "M",
        "jersey_number": "6",
        "height": 188,
        "followers_count": 2980,
        "gender": "M",
        "id": 98435,
        "date_of_birth": "1993-12-05",
        "market_value": {
          "value": 3600000,
          "currency": "EUR"
        }
      },
      "id": 126277261,
      "time": 86,
      "injury": false,
      "is_home": false
    },
    {
      "type": "card",
      "class": "yellow",
      "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": null,
        "market_value": {
          "amount": 26000000,
          "currency": "EUR"
        },
        "followers_count": 20975
      },
      "player_name": "Rico Lewis",
      "reason": "Foul",
      "rescinded": false,
      "id": 125230465,
      "time": 82,
      "is_home": true
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Joško Gvardiol",
        "first_name": "Josko",
        "last_name": "Gvardiol",
        "slug": "josko-gvardiol",
        "short_name": "J. Gvardiol",
        "position": "D",
        "jersey_number": "24",
        "height": 186,
        "followers_count": 60761,
        "gender": "M",
        "id": 964994,
        "date_of_birth": "2002-01-23",
        "market_value": {
          "value": 64000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "John Stones",
        "first_name": "John",
        "last_name": "Stones",
        "slug": "john-stones",
        "short_name": "J. Stones",
        "position": "D",
        "jersey_number": "6",
        "height": 188,
        "followers_count": 28072,
        "gender": "M",
        "id": 152077,
        "date_of_birth": "1994-05-28",
        "market_value": {
          "value": 10900000,
          "currency": "EUR"
        }
      },
      "id": 126277165,
      "time": 78,
      "injury": false,
      "is_home": true
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Rayan Aït-Nouri",
        "first_name": "Rayan",
        "last_name": "Ait Nouri",
        "slug": "rayan-ait-nouri",
        "short_name": "R. Aït-Nouri",
        "position": "D",
        "jersey_number": "21",
        "height": 179,
        "followers_count": 58883,
        "gender": "M",
        "id": 931278,
        "date_of_birth": "2001-06-06",
        "market_value": {
          "value": 39000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Nathan Aké",
        "slug": "nathan-ake",
        "short_name": "N. Aké",
        "position": "D",
        "jersey_number": "15",
        "height": 180,
        "followers_count": 25837,
        "gender": "M",
        "id": 149663,
        "date_of_birth": "1995-02-18",
        "market_value": {
          "value": 10900000,
          "currency": "EUR"
        }
      },
      "id": 126277121,
      "time": 77,
      "injury": false,
      "is_home": true
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Jérémy Doku",
        "first_name": "Jeremy",
        "last_name": "Doku",
        "slug": "jeremy-doku",
        "short_name": "J. Doku",
        "position": "M",
        "jersey_number": "11",
        "height": 173,
        "followers_count": 97014,
        "gender": "M",
        "id": 934386,
        "date_of_birth": "2002-05-27",
        "market_value": {
          "value": 70000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Tijjani Reijnders",
        "slug": "tijjani-reijnders",
        "short_name": "T. Reijnders",
        "position": "M",
        "jersey_number": "14",
        "height": 185,
        "followers_count": 46895,
        "gender": "M",
        "id": 893549,
        "date_of_birth": "1998-07-29",
        "market_value": {
          "value": 48000000,
          "currency": "EUR"
        }
      },
      "id": 126277120,
      "time": 77,
      "injury": false,
      "is_home": true
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Pau Torres",
        "first_name": "Pau",
        "last_name": "Torres",
        "slug": "pau-torres",
        "short_name": "P. Torres",
        "position": "D",
        "jersey_number": "14",
        "height": 192,
        "followers_count": 4842,
        "gender": "M",
        "id": 864169,
        "date_of_birth": "1997-01-16",
        "market_value": {
          "value": 21000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Victor Lindelöf",
        "slug": "victor-lindelof",
        "short_name": "V. Lindelöf",
        "position": "D",
        "jersey_number": "3",
        "height": 187,
        "followers_count": 9857,
        "gender": "M",
        "id": 143334,
        "date_of_birth": "1994-07-17",
        "market_value": {
          "value": 4800000,
          "currency": "EUR"
        }
      },
      "id": 126277079,
      "time": 73,
      "injury": false,
      "is_home": false
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Amadou Onana",
        "slug": "amadou-onana",
        "short_name": "A. Onana",
        "position": "M",
        "jersey_number": "24",
        "height": 195,
        "followers_count": 10136,
        "gender": "M",
        "id": 923973,
        "date_of_birth": "2001-08-16",
        "market_value": {
          "value": 41000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Lamare Bogarde",
        "slug": "lamare-bogarde",
        "short_name": "L. Bogarde",
        "position": "M",
        "jersey_number": "26",
        "height": 183,
        "followers_count": 1448,
        "gender": "M",
        "id": 1089388,
        "date_of_birth": "2004-01-05",
        "market_value": {
          "value": 17500000,
          "currency": "EUR"
        }
      },
      "id": 126277078,
      "time": 73,
      "injury": false,
      "is_home": false
    },
    {
      "type": "substitution",
      "class": "injury",
      "player_in": {
        "name": "Youri Tielemans",
        "first_name": "Youri",
        "last_name": "Tielemans",
        "slug": "youri-tielemans",
        "short_name": "Y. Tielemans",
        "position": "M",
        "jersey_number": "18",
        "height": 177,
        "followers_count": 26570,
        "gender": "M",
        "id": 331737,
        "date_of_birth": "1997-05-07",
        "market_value": {
          "value": 43000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Douglas Luiz",
        "first_name": "",
        "last_name": "",
        "slug": "douglas-luiz",
        "short_name": "D. Luiz",
        "position": "M",
        "jersey_number": "12",
        "height": 175,
        "followers_count": 13569,
        "gender": "M",
        "id": 867887,
        "date_of_birth": "1998-05-09",
        "market_value": {
          "value": 19200000,
          "currency": "EUR"
        }
      },
      "id": 126277045,
      "time": 73,
      "injury": true,
      "is_home": false
    },
    {
      "type": "varDecision",
      "class": "goalNotAwarded",
      "is_confirmed": false,
      "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": null,
        "market_value": {
          "amount": 26000000,
          "currency": "EUR"
        },
        "followers_count": 26595
      },
      "is_home": false,
      "id": 99997,
      "time": 63
    },
    {
      "type": "goal",
      "class": "regular",
      "home_score": 1,
      "away_score": 2,
      "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": null,
        "market_value": {
          "amount": 26000000,
          "currency": "EUR"
        },
        "followers_count": 26595
      },
      "assist1": {
        "name": "Ross Barkley",
        "slug": "ross-barkley",
        "short_name": "R. Barkley",
        "position": "M",
        "jersey_number": "6",
        "height": 188,
        "followers_count": 2980,
        "gender": "M",
        "id": 98435,
        "date_of_birth": "1993-12-05",
        "market_value": {
          "value": 3600000,
          "currency": "EUR"
        }
      },
      "football_passing_network_action": [
        {
          "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": 31,
            "height_cm": 178,
            "date_of_birth": "1997-08-09",
            "gender": "M",
            "country": null,
            "market_value": {
              "amount": 13100000,
              "currency": "EUR"
            },
            "followers_count": 9152
          },
          "event_type": "tackle",
          "time": 61,
          "player_coordinates": {
            "x": 86.2,
            "y": 84
          },
          "is_home": false
        },
        {
          "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": null,
            "market_value": {
              "amount": 19800000,
              "currency": "EUR"
            },
            "followers_count": 10599
          },
          "event_type": "pass",
          "time": 61,
          "player_coordinates": {
            "x": 91.2,
            "y": 87.7
          },
          "pass_end_coordinates": {
            "x": 88,
            "y": 82.3
          },
          "is_home": false
        },
        {
          "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": 31,
            "height_cm": 178,
            "date_of_birth": "1997-08-09",
            "gender": "M",
            "country": null,
            "market_value": {
              "amount": 13100000,
              "currency": "EUR"
            },
            "followers_count": 9152
          },
          "event_type": "pass",
          "time": 61,
          "player_coordinates": {
            "x": 87.8,
            "y": 81.7
          },
          "pass_end_coordinates": {
            "x": 54.7,
            "y": 85
          },
          "is_home": false
        },
        {
          "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": null,
            "market_value": {
              "amount": 26000000,
              "currency": "EUR"
            },
            "followers_count": 26595
          },
          "event_type": "pass",
          "time": 61,
          "player_coordinates": {
            "x": 54.7,
            "y": 85
          },
          "pass_end_coordinates": {
            "x": 48.5,
            "y": 59.5
          },
          "is_home": false
        },
        {
          "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": null,
            "market_value": {
              "amount": 3600000,
              "currency": "EUR"
            },
            "followers_count": 2980
          },
          "event_type": "pass",
          "is_assist": true,
          "time": 61,
          "player_coordinates": {
            "x": 37,
            "y": 63.3
          },
          "pass_end_coordinates": {
            "x": 26,
            "y": 82.9
          },
          "is_home": false
        },
        {
          "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": null,
            "market_value": {
              "amount": 26000000,
              "currency": "EUR"
            },
            "followers_count": 26595
          },
          "event_type": "ball-movement",
          "body_part": "right-foot",
          "time": 62,
          "player_coordinates": {
            "x": 26,
            "y": 82.9
          },
          "is_home": false
        },
        {
          "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": null,
            "market_value": {
              "amount": 26000000,
              "currency": "EUR"
            },
            "followers_count": 26595
          },
          "event_type": "goal",
          "body_part": "right-foot",
          "time": 62,
          "player_coordinates": {
            "x": 5.7,
            "y": 57.5
          },
          "gk_coordinates": {
            "x": 2.8,
            "y": 54.5
          },
          "goal_shot_coordinates": {
            "x": 0,
            "y": 46.1
          },
          "goal_mouth_coordinates": {
            "x": 29.03,
            "y": 96.83
          },
          "goalkeeper": {
            "name": "James Trafford",
            "first_name": "James",
            "last_name": "Trafford",
            "slug": "james-trafford",
            "short_name": "J. Trafford",
            "position": "G",
            "jersey_number": "1",
            "height": 197,
            "followers_count": 26080,
            "gender": "M",
            "id": 980643,
            "date_of_birth": "2002-10-10",
            "market_value": {
              "value": 27000000,
              "currency": "EUR"
            }
          },
          "is_home": false,
          "goal_type": "regular",
          "xg": 0.64944118261337,
          "xgot": 0.91749197244644,
          "situation": "fast-break",
          "goal_mouth_location": "low-left"
        }
      ],
      "id": 349649293,
      "time": 61,
      "is_home": false
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Mateo Kovačić",
        "slug": "mateo-kovacic",
        "short_name": "M. Kovačić",
        "position": "M",
        "jersey_number": "8",
        "height": 178,
        "followers_count": 39525,
        "gender": "M",
        "id": 136710,
        "date_of_birth": "1994-05-06",
        "market_value": {
          "value": 9700000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Bernardo Silva",
        "first_name": "Bernardo",
        "last_name": "Silva",
        "slug": "bernardo-silva",
        "short_name": "B. Silva",
        "position": "M",
        "jersey_number": "20",
        "height": 173,
        "followers_count": 117766,
        "gender": "M",
        "id": 331209,
        "date_of_birth": "1994-08-10",
        "market_value": {
          "value": 21000000,
          "currency": "EUR"
        }
      },
      "id": 126276871,
      "time": 59,
      "injury": false,
      "is_home": true
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Rayan Cherki",
        "first_name": "",
        "last_name": "",
        "slug": "cherki-rayan",
        "short_name": "R. Cherki",
        "position": "M",
        "jersey_number": "10",
        "height": 176,
        "followers_count": 115212,
        "gender": "M",
        "id": 979128,
        "date_of_birth": "2003-08-17",
        "market_value": {
          "value": 98000000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Antoine Semenyo",
        "slug": "antoine-semenyo",
        "short_name": "A. Semenyo",
        "position": "M",
        "jersey_number": "42",
        "height": 185,
        "followers_count": 123619,
        "gender": "M",
        "id": 934354,
        "date_of_birth": "2000-01-07",
        "market_value": {
          "value": 85000000,
          "currency": "EUR"
        }
      },
      "id": 126276867,
      "time": 58,
      "injury": false,
      "is_home": true
    },
    {
      "type": "goal",
      "class": "regular",
      "home_score": 1,
      "away_score": 1,
      "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": null,
        "market_value": {
          "amount": 26000000,
          "currency": "EUR"
        },
        "followers_count": 26595
      },
      "football_passing_network_action": [
        {
          "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": null,
            "market_value": {
              "amount": 26000000,
              "currency": "EUR"
            },
            "followers_count": 26595
          },
          "event_type": "goal",
          "body_part": "left-foot",
          "time": 47,
          "player_coordinates": {
            "x": 3.6,
            "y": 47.2
          },
          "gk_coordinates": {
            "x": 0.5,
            "y": 49.5
          },
          "goal_shot_coordinates": {
            "x": 0,
            "y": 46.7
          },
          "goal_mouth_coordinates": {
            "x": 32.26,
            "y": 75.67
          },
          "goalkeeper": {
            "name": "James Trafford",
            "first_name": "James",
            "last_name": "Trafford",
            "slug": "james-trafford",
            "short_name": "J. Trafford",
            "position": "G",
            "jersey_number": "1",
            "height": 197,
            "followers_count": 26080,
            "gender": "M",
            "id": 980643,
            "date_of_birth": "2002-10-10",
            "market_value": {
              "value": 27000000,
              "currency": "EUR"
            }
          },
          "is_home": false,
          "goal_type": "regular",
          "xg": 0.27788978815079,
          "xgot": 0.91300272941589,
          "situation": "corner",
          "goal_mouth_location": "low-left"
        }
      ],
      "id": 349647306,
      "time": 47,
      "is_home": false
    },
    {
      "type": "substitution",
      "class": "regular",
      "player_in": {
        "name": "Matty Cash",
        "first_name": "Matty",
        "last_name": "Cash",
        "slug": "matty-cash",
        "short_name": "M. Cash",
        "position": "D",
        "jersey_number": "2",
        "height": 185,
        "followers_count": 10599,
        "gender": "M",
        "id": 833956,
        "date_of_birth": "1997-08-07",
        "market_value": {
          "value": 19800000,
          "currency": "EUR"
        }
      },
      "player_out": {
        "name": "Andrés García",
        "first_name": "Andrés García",
        "last_name": "",
        "slug": "andres-garcia",
        "short_name": "A. García",
        "position": "D",
        "jersey_number": "21",
        "height": 183,
        "followers_count": 1249,
        "gender": "M",
        "id": 1457536,
        "date_of_birth": "2003-02-07",
        "market_value": {
          "value": 6500000,
          "currency": "EUR"
        }
      },
      "id": 126276707,
      "time": 46,
      "injury": false,
      "is_home": false
    },
    {
      "type": "period",
      "class": null,
      "text": "HT",
      "home_score": 1,
      "away_score": 0,
      "is_live": false,
      "time": 45,
      "added_time": 999,
      "time_seconds": 2700,
      "period_time_seconds": 2700
    },
    {
      "type": "injuryTime",
      "class": null,
      "length": 3,
      "time": 45,
      "added_time": 0
    },
    {
      "type": "goal",
      "class": "regular",
      "home_score": 1,
      "away_score": 0,
      "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": null,
        "market_value": {
          "amount": 85000000,
          "currency": "EUR"
        },
        "followers_count": 123619
      },
      "football_passing_network_action": [
        {
          "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": null,
            "market_value": {
              "amount": 85000000,
              "currency": "EUR"
            },
            "followers_count": 123619
          },
          "event_type": "goal",
          "body_part": "right-foot",
          "time": 23,
          "player_coordinates": {
            "x": 95.6,
            "y": 40.1
          },
          "gk_coordinates": {
            "x": 99.8,
            "y": 48.6
          },
          "goal_shot_coordinates": {
            "x": 100,
            "y": 54.2
          },
          "goal_mouth_coordinates": {
            "x": 27.42,
            "y": 81
          },
          "goalkeeper": {
            "name": "Marco Bizot",
            "slug": "marco-bizot",
            "short_name": "M. Bizot",
            "position": "G",
            "jersey_number": "40",
            "height": 194,
            "followers_count": 1189,
            "gender": "M",
            "id": 100390,
            "date_of_birth": "1991-03-10",
            "market_value": {
              "value": 1400000,
              "currency": "EUR"
            }
          },
          "is_home": true,
          "goal_type": "regular",
          "xg": 0.097462728619576,
          "xgot": 0.6661621928215,
          "situation": "corner",
          "goal_mouth_location": "low-left"
        }
      ],
      "id": 349642218,
      "time": 23,
      "is_home": true
    }
  ],
  "kit_colors": {
    "home": {
      "player": {
        "primary": "abd1f5",
        "number": "000000",
        "outline": "abd1f5"
      },
      "goalkeeper": {
        "primary": "008b48",
        "number": "feb139",
        "outline": "008b48"
      }
    },
    "away": {
      "player": {
        "primary": "88002d",
        "number": "ffffff",
        "outline": "88002d"
      },
      "goalkeeper": {
        "primary": "f25252",
        "number": "ffffff",
        "outline": "f25252"
      }
    }
  }
}