Sofascore Scraper

ENDPOINTS
GET/players/matches

Player Matches

The player's matches, 30 per page, each with team, rating, goals, assists, cards and bench status.

QUERY PARAMS

Sofascore player id or any sofascore.com player URL.

Examples:

  • ID: 934235 (Bukayo Saka)
  • URL: https://www.sofascore.com/football/player/bukayo-saka/934235

last = results, newest first; next = upcoming fixtures.

Default: last

Allowed values: last, next

Results page.

Default: 1

Allowed values: 1-200

{
  "count": 30,
  "page": 1,
  "has_next_page": true,
  "player_id": 934235,
  "span": "last",
  "matches": [
    {
      "id": 14024012,
      "custom_id": "IsR",
      "slug": "arsenal-tottenham-hotspur",
      "link": "https://www.sofascore.com/football/match/arsenal-tottenham-hotspur/IsR#id:14024012",
      "start_time": "2026-02-22T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 33,
        "name": "Tottenham Hotspur",
        "short_name": "Tottenham",
        "code": "TOT",
        "slug": "tottenham-hotspur",
        "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
        "image_link": "https://img.sofascore.com/api/v1/team/33/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#000066",
          "text": "#000066"
        },
        "followers_count": 1674684
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 1,
          "period2": 3,
          "normaltime": 4
        }
      },
      "round": {
        "number": 27,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 8,
        "injury_time2": 7,
        "current_period_start_time": "2026-02-22T17:44:36Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.4,
          "minutes_played": 89
        },
        "incidents": null
      }
    },
    {
      "id": 14023971,
      "custom_id": "NR",
      "slug": "arsenal-chelsea",
      "link": "https://www.sofascore.com/football/match/arsenal-chelsea/NR#id:14023971",
      "start_time": "2026-03-01T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0310a7",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "home_red_cards": null,
      "away_red_cards": 1,
      "round": {
        "number": 28,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 6,
        "current_period_start_time": "2026-03-01T17:36:00Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 7,
          "minutes_played": 90
        },
        "incidents": null
      }
    },
    {
      "id": 14023933,
      "custom_id": "FsR",
      "slug": "arsenal-brighton-and-hove-albion",
      "link": "https://www.sofascore.com/football/match/arsenal-brighton-and-hove-albion/FsR#id:14023933",
      "start_time": "2026-03-04T19:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 30,
        "name": "Brighton & Hove Albion",
        "short_name": "Brighton",
        "code": "BHA",
        "slug": "brighton-and-hove-albion",
        "link": "https://www.sofascore.com/team/football/brighton-and-hove-albion/30",
        "image_link": "https://img.sofascore.com/api/v1/team/30/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0054a6",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 480085
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "round": {
        "number": 29,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 7,
        "current_period_start_time": "2026-03-04T20:36:27Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.1,
          "minutes_played": 90
        },
        "incidents": {
          "goals": 1
        }
      }
    },
    {
      "id": 15556600,
      "custom_id": "Rsvb",
      "slug": "mansfield-town-arsenal",
      "link": "https://www.sofascore.com/football/match/mansfield-town-arsenal/Rsvb#id:15556600",
      "start_time": "2026-03-07T12:15:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 70,
        "name": "Mansfield Town",
        "short_name": "Mansfield",
        "code": "MAT",
        "slug": "mansfield-town",
        "link": "https://www.sofascore.com/team/football/mansfield-town/70",
        "image_link": "https://img.sofascore.com/api/v1/team/70/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#f3ba2b",
          "secondary": "#1d56db",
          "text": "#1d56db"
        },
        "followers_count": 14878
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 5,
        "name": "Round 5",
        "slug": "round-5",
        "cup_round_type": null
      },
      "tournament": {
        "id": 19,
        "name": "FA Cup",
        "slug": "fa-cup",
        "link": "https://www.sofascore.com/tournament/football/england/fa-cup/19",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/19/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/19/image/dark",
        "colors": {
          "primary": "#bc1821",
          "secondary": "#e60411"
        },
        "followers_count": 210458,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": false,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 82557,
        "name": "FA Cup 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 6,
        "current_period_start_time": "2026-03-07T13:18:44Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.8,
          "minutes_played": 13
        },
        "incidents": null
      }
    },
    {
      "id": 15631363,
      "custom_id": "RsGdb",
      "slug": "bayer-04-leverkusen-arsenal",
      "link": "https://www.sofascore.com/football/match/bayer-04-leverkusen-arsenal/RsGdb#id:15631363",
      "start_time": "2026-03-11T17:45:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 2681,
        "name": "Bayer 04 Leverkusen",
        "short_name": "Leverkusen",
        "code": "B04",
        "slug": "bayer-04-leverkusen",
        "link": "https://www.sofascore.com/team/football/bayer-04-leverkusen/2681",
        "image_link": "https://img.sofascore.com/api/v1/team/2681/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Germany",
          "alpha2": "DE",
          "alpha3": "DEU",
          "slug": "germany"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#ff2222",
          "text": "#ff2222"
        },
        "followers_count": 1105403
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 5,
        "name": "Round of 16",
        "slug": "round-of-16",
        "cup_round_type": 8
      },
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 23,
          "name": "UEFA Champions League, Knockout stage",
          "slug": "uefa-champions-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 3,
        "current_period_start_time": "2026-03-11T18:48:31Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 2,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.3,
          "minutes_played": 60
        },
        "incidents": null
      }
    },
    {
      "id": 14023987,
      "custom_id": "RY",
      "slug": "everton-arsenal",
      "link": "https://www.sofascore.com/football/match/everton-arsenal/RY#id:14023987",
      "start_time": "2026-03-14T17:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 48,
        "name": "Everton",
        "short_name": "Everton",
        "code": "EVE",
        "slug": "everton",
        "link": "https://www.sofascore.com/team/football/everton/48",
        "image_link": "https://img.sofascore.com/api/v1/team/48/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#274488",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 417535
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 30,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 5,
        "injury_time2": 6,
        "current_period_start_time": "2026-03-14T18:35:29Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.8,
          "minutes_played": 90
        },
        "incidents": null
      }
    },
    {
      "id": 15631372,
      "custom_id": "RsGdb",
      "slug": "bayer-04-leverkusen-arsenal",
      "link": "https://www.sofascore.com/football/match/bayer-04-leverkusen-arsenal/RsGdb#id:15631372",
      "start_time": "2026-03-17T20:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2681,
        "name": "Bayer 04 Leverkusen",
        "short_name": "Leverkusen",
        "code": "B04",
        "slug": "bayer-04-leverkusen",
        "link": "https://www.sofascore.com/team/football/bayer-04-leverkusen/2681",
        "image_link": "https://img.sofascore.com/api/v1/team/2681/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Germany",
          "alpha2": "DE",
          "alpha3": "DEU",
          "slug": "germany"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#ff2222",
          "text": "#ff2222"
        },
        "followers_count": 1105403
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2,
          "aggregated": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 1
        }
      },
      "round": {
        "number": 5,
        "name": "Round of 16",
        "slug": "round-of-16",
        "cup_round_type": 8
      },
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 23,
          "name": "UEFA Champions League, Knockout stage",
          "slug": "uefa-champions-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2026-03-17T21:01:58Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "aggregated_winner_code": 1,
      "previous_leg_event_id": 15631363,
      "cup_matches_in_round": 2,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 8.8,
          "minutes_played": 90
        },
        "incidents": null
      }
    },
    {
      "id": 15489359,
      "custom_id": "rsR",
      "slug": "arsenal-manchester-city",
      "link": "https://www.sofascore.com/football/match/arsenal-manchester-city/rsR#id:15489359",
      "start_time": "2026-03-22T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 21,
        "name": "EFL Cup",
        "slug": "efl-cup",
        "link": "https://www.sofascore.com/tournament/football/england/efl-cup/21",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/21/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/21/image/dark",
        "colors": {
          "primary": "#203e93",
          "secondary": "#bc1723"
        },
        "followers_count": 165297,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 77500,
        "name": "EFL Cup 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2026-03-22T17:34:22Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.4,
          "minutes_played": 90
        },
        "incidents": null
      }
    },
    {
      "id": 14025045,
      "custom_id": "Ardc",
      "slug": "arsenal-newcastle-united",
      "link": "https://www.sofascore.com/football/match/arsenal-newcastle-united/Ardc#id:14025045",
      "start_time": "2026-04-25T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 39,
        "name": "Newcastle United",
        "short_name": "Newcastle",
        "code": "NEW",
        "slug": "newcastle-united",
        "link": "https://www.sofascore.com/team/football/newcastle-united/39",
        "image_link": "https://img.sofascore.com/api/v1/team/39/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 984394
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 34,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 7,
        "current_period_start_time": "2026-04-25T17:34:46Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.4,
          "minutes_played": 9
        },
        "incidents": null
      }
    },
    {
      "id": 15632633,
      "custom_id": "RsLgb",
      "slug": "atletico-madrid-arsenal",
      "link": "https://www.sofascore.com/football/match/atletico-madrid-arsenal/RsLgb#id:15632633",
      "start_time": "2026-04-29T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 2836,
        "name": "Atlético Madrid",
        "short_name": "Atl. Madrid",
        "code": "ATM",
        "slug": "atletico-madrid",
        "link": "https://www.sofascore.com/team/football/atletico-madrid/2836",
        "image_link": "https://img.sofascore.com/api/v1/team/2836/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Spain",
          "alpha2": "ES",
          "alpha3": "ESP",
          "slug": "spain"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#c40000",
          "text": "#c40000"
        },
        "followers_count": 2732311
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "round": {
        "number": 28,
        "name": "Semifinals",
        "slug": "semifinals",
        "cup_round_type": 2
      },
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 23,
          "name": "UEFA Champions League, Knockout stage",
          "slug": "uefa-champions-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 7,
        "current_period_start_time": "2026-04-29T20:05:40Z"
      },
      "has_highlights": false,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 2,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.6,
          "minutes_played": 22
        },
        "incidents": null
      }
    },
    {
      "id": 14023931,
      "custom_id": "RsT",
      "slug": "fulham-arsenal",
      "link": "https://www.sofascore.com/football/match/fulham-arsenal/RsT#id:14023931",
      "start_time": "2026-05-02T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 43,
        "name": "Fulham",
        "short_name": "Fulham",
        "code": "FUL",
        "slug": "fulham",
        "link": "https://www.sofascore.com/team/football/fulham/43",
        "image_link": "https://img.sofascore.com/api/v1/team/43/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 372809
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 3,
          "period2": 0,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 35,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 4,
        "current_period_start_time": "2026-05-02T17:35:26Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 9.5,
          "minutes_played": 45
        },
        "incidents": {
          "goals": 1,
          "assists": 1
        }
      }
    },
    {
      "id": 15632635,
      "custom_id": "RsLgb",
      "slug": "atletico-madrid-arsenal",
      "link": "https://www.sofascore.com/football/match/atletico-madrid-arsenal/RsLgb#id:15632635",
      "start_time": "2026-05-05T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2836,
        "name": "Atlético Madrid",
        "short_name": "Atl. Madrid",
        "code": "ATM",
        "slug": "atletico-madrid",
        "link": "https://www.sofascore.com/team/football/atletico-madrid/2836",
        "image_link": "https://img.sofascore.com/api/v1/team/2836/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Spain",
          "alpha2": "ES",
          "alpha3": "ESP",
          "slug": "spain"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#c40000",
          "text": "#c40000"
        },
        "followers_count": 2732311
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "aggregated": 2
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 1
        }
      },
      "round": {
        "number": 28,
        "name": "Semifinals",
        "slug": "semifinals",
        "cup_round_type": 2
      },
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 23,
          "name": "UEFA Champions League, Knockout stage",
          "slug": "uefa-champions-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 5,
        "current_period_start_time": "2026-05-05T20:03:03Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "aggregated_winner_code": 1,
      "previous_leg_event_id": 15632633,
      "cup_matches_in_round": 2,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.2,
          "minutes_played": 58
        },
        "incidents": {
          "goals": 1
        }
      }
    },
    {
      "id": 14023942,
      "custom_id": "MR",
      "slug": "arsenal-west-ham-united",
      "link": "https://www.sofascore.com/football/match/arsenal-west-ham-united/MR#id:14023942",
      "start_time": "2026-05-10T15:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 37,
        "name": "West Ham United",
        "short_name": "West Ham",
        "code": "WHU",
        "slug": "west-ham-united",
        "link": "https://www.sofascore.com/team/football/west-ham-united/37",
        "image_link": "https://img.sofascore.com/api/v1/team/37/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66192c",
          "secondary": "#59b3e4",
          "text": "#59b3e4"
        },
        "followers_count": 516012
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 36,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 6,
        "current_period_start_time": "2026-05-10T16:36:06Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.1,
          "minutes_played": 80
        },
        "incidents": {
          "yellow_cards": 1
        }
      }
    },
    {
      "id": 14023950,
      "custom_id": "gsR",
      "slug": "arsenal-burnley",
      "link": "https://www.sofascore.com/football/match/arsenal-burnley/gsR#id:14023950",
      "start_time": "2026-05-18T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 6,
        "name": "Burnley",
        "short_name": "Burnley",
        "code": "BUR",
        "slug": "burnley",
        "link": "https://www.sofascore.com/team/football/burnley/6",
        "image_link": "https://img.sofascore.com/api/v1/team/6/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#81204c",
          "secondary": "#8fd2f4",
          "text": "#8fd2f4"
        },
        "followers_count": 176752
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 37,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 7,
        "current_period_start_time": "2026-05-18T20:02:42Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.5,
          "minutes_played": 90
        },
        "incidents": {
          "assists": 1
        }
      }
    },
    {
      "id": 14023963,
      "custom_id": "hsR",
      "slug": "arsenal-crystal-palace",
      "link": "https://www.sofascore.com/football/match/arsenal-crystal-palace/hsR#id:14023963",
      "start_time": "2026-05-24T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 7,
        "name": "Crystal Palace",
        "short_name": "Crystal Palace",
        "code": "CRY",
        "slug": "crystal-palace",
        "link": "https://www.sofascore.com/team/football/crystal-palace/7",
        "image_link": "https://img.sofascore.com/api/v1/team/7/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0033ff",
          "secondary": "#b90d2b",
          "text": "#b90d2b"
        },
        "followers_count": 478466
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 38,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 7,
        "current_period_start_time": "2026-05-24T16:06:53Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": true,
        "statistics": null,
        "incidents": null
      }
    },
    {
      "id": 15632636,
      "custom_id": "RsUH",
      "slug": "paris-saint-germain-arsenal",
      "link": "https://www.sofascore.com/football/match/paris-saint-germain-arsenal/RsUH#id:15632636",
      "start_time": "2026-05-30T16:00:00Z",
      "status": {
        "code": 120,
        "type": "finished",
        "description": "AP"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "France",
          "alpha2": "FR",
          "alpha3": "FRA",
          "slug": "france"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000066",
          "secondary": "#ff1541",
          "text": "#ff1541"
        },
        "followers_count": 3820897
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 5,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1,
          "extra1": 0,
          "extra2": 0,
          "overtime": 0,
          "penalties": 4
        }
      },
      "away_score": {
        "current": 4,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "extra1": 0,
          "extra2": 0,
          "overtime": 0,
          "penalties": 3
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 23,
          "name": "UEFA Champions League, Knockout stage",
          "slug": "uefa-champions-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 6,
        "injury_time2": 6,
        "injury_time3": 2,
        "injury_time4": 0,
        "current_period_start_time": "2026-05-30T18:28:25Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.1,
          "minutes_played": 83
        },
        "incidents": {
          "yellow_cards": 1
        }
      }
    },
    {
      "id": 15598106,
      "custom_id": "nUbsgVb",
      "slug": "costa-rica-england",
      "link": "https://www.sofascore.com/football/match/costa-rica-england/nUbsgVb#id:15598106",
      "start_time": "2026-06-10T21:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "away_team": {
        "id": 4756,
        "name": "Costa Rica",
        "short_name": "Costa Rica",
        "code": "CRC",
        "slug": "costa-rica",
        "link": "https://www.sofascore.com/team/football/costa-rica/4756",
        "image_link": "https://img.sofascore.com/api/v1/team/4756/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Costa Rica",
          "alpha2": "CR",
          "alpha3": "CRI",
          "slug": "costa-rica"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ed1c24",
          "secondary": "#2366b3",
          "text": "#2366b3"
        },
        "followers_count": 71937,
        "ranking": 51
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 1,
          "period2": 2,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": null,
      "tournament": {
        "id": 851,
        "name": "International Friendly Games",
        "slug": "int-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/int-friendly-games/851",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/851/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/851/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 119709,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": false,
        "group": {
          "id": 66,
          "name": "Int. Friendly Games",
          "slug": "int-friendly-games",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 87155,
        "name": "Int. Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 6,
        "current_period_start_time": "2026-06-10T22:13:09Z"
      },
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.9,
          "minutes_played": 27
        },
        "incidents": null
      }
    },
    {
      "id": 15186504,
      "custom_id": "nUbspUb",
      "slug": "croatia-england",
      "link": "https://www.sofascore.com/football/match/croatia-england/nUbspUb#id:15186504",
      "start_time": "2026-06-17T20:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "away_team": {
        "id": 4715,
        "name": "Croatia",
        "short_name": "Croatia",
        "code": "CRO",
        "slug": "croatia",
        "link": "https://www.sofascore.com/team/football/croatia/4715",
        "image_link": "https://img.sofascore.com/api/v1/team/4715/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Croatia",
          "alpha2": "HR",
          "alpha3": "HRV",
          "slug": "croatia"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 559085,
        "ranking": 13
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 2,
          "period2": 2,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 2,
          "period2": 0,
          "normaltime": 2
        }
      },
      "round": {
        "number": 1,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 139406,
          "name": "FIFA World Cup, Group L",
          "slug": "world-championship-gr-l",
          "is_group": true
        }
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 5,
        "injury_time2": 6,
        "current_period_start_time": "2026-06-17T21:09:19Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 7,
          "minutes_played": 18
        },
        "incidents": {
          "assists": 1
        }
      }
    },
    {
      "id": 15186672,
      "custom_id": "nUbsoVb",
      "slug": "ghana-england",
      "link": "https://www.sofascore.com/football/match/ghana-england/nUbsoVb#id:15186672",
      "start_time": "2026-06-23T20:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "away_team": {
        "id": 4764,
        "name": "Ghana",
        "short_name": "Ghana",
        "code": "GHA",
        "slug": "ghana",
        "link": "https://www.sofascore.com/team/football/ghana/4764",
        "image_link": "https://img.sofascore.com/api/v1/team/4764/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Ghana",
          "alpha2": "GH",
          "alpha3": "GHA",
          "slug": "ghana"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffff00",
          "text": "#ffff00"
        },
        "followers_count": 336100,
        "ranking": 65
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 2,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 139406,
          "name": "FIFA World Cup, Group L",
          "slug": "world-championship-gr-l",
          "is_group": true
        }
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 6,
        "injury_time2": 6,
        "current_period_start_time": "2026-06-23T21:08:52Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.8,
          "minutes_played": 25
        },
        "incidents": null
      }
    },
    {
      "id": 15186676,
      "custom_id": "nUbsodc",
      "slug": "panama-england",
      "link": "https://www.sofascore.com/football/match/panama-england/nUbsodc#id:15186676",
      "start_time": "2026-06-27T21:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 5164,
        "name": "Panama",
        "short_name": "Panama",
        "code": "PAN",
        "slug": "panama",
        "link": "https://www.sofascore.com/team/football/panama/5164",
        "image_link": "https://img.sofascore.com/api/v1/team/5164/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Panama",
          "alpha2": "PA",
          "alpha3": "PAN",
          "slug": "panama"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#005293",
          "text": "#005293"
        },
        "followers_count": 79025,
        "ranking": 44
      },
      "away_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 3,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 139406,
          "name": "FIFA World Cup, Group L",
          "slug": "world-championship-gr-l",
          "is_group": true
        }
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 6,
        "current_period_start_time": "2026-06-27T22:04:02Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.6,
          "minutes_played": 63
        },
        "incidents": {
          "assists": 1
        }
      }
    },
    {
      "id": 12813020,
      "custom_id": "nUbsyWb",
      "slug": "dr-congo-england",
      "link": "https://www.sofascore.com/football/match/dr-congo-england/nUbsyWb#id:12813020",
      "start_time": "2026-07-01T16:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "away_team": {
        "id": 4823,
        "name": "DR Congo",
        "short_name": "DR Congo",
        "code": "DCO",
        "slug": "dr-congo",
        "link": "https://www.sofascore.com/team/football/dr-congo/4823",
        "image_link": "https://img.sofascore.com/api/v1/team/4823/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "DR Congo",
          "alpha2": "CD",
          "alpha3": "COD",
          "slug": "dr-congo"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#007fff",
          "secondary": "#f8181e",
          "text": "#f8181e"
        },
        "followers_count": 453953,
        "ranking": 41
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "round": {
        "number": 6,
        "name": "Round of 32",
        "slug": "round-of-32",
        "cup_round_type": 16
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 6,
        "injury_time2": 6,
        "current_period_start_time": "2026-07-01T17:08:14Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.8,
          "minutes_played": 29
        },
        "incidents": null
      }
    },
    {
      "id": 12813007,
      "custom_id": "nUbsGVb",
      "slug": "mexico-england",
      "link": "https://www.sofascore.com/football/match/mexico-england/nUbsGVb#id:12813007",
      "start_time": "2026-07-06T01:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 4781,
        "name": "Mexico",
        "short_name": "Mexico",
        "code": "MEX",
        "slug": "mexico",
        "link": "https://www.sofascore.com/team/football/mexico/4781",
        "image_link": "https://img.sofascore.com/api/v1/team/4781/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Mexico",
          "alpha2": "MX",
          "alpha3": "MEX",
          "slug": "mexico"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#1a4d3e",
          "secondary": "#960000",
          "text": "#960000"
        },
        "followers_count": 542213,
        "ranking": 10
      },
      "away_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3
        }
      },
      "home_red_cards": null,
      "away_red_cards": 1,
      "round": {
        "number": 5,
        "name": "Round of 16",
        "slug": "round-of-16",
        "cup_round_type": 8
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 5,
        "injury_time2": 11,
        "current_period_start_time": "2026-07-06T02:07:23Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.2,
          "minutes_played": 57
        },
        "incidents": {
          "assists": 1
        }
      }
    },
    {
      "id": 12813017,
      "custom_id": "AObsnUb",
      "slug": "england-norway",
      "link": "https://www.sofascore.com/football/match/england-norway/AObsnUb#id:12813017",
      "start_time": "2026-07-11T21:00:00Z",
      "status": {
        "code": 110,
        "type": "finished",
        "description": "AET"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 4475,
        "name": "Norway",
        "short_name": "Norway",
        "code": "NOR",
        "slug": "norway",
        "link": "https://www.sofascore.com/team/football/norway/4475",
        "image_link": "https://img.sofascore.com/api/v1/team/4475/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Norway",
          "alpha2": "NO",
          "alpha3": "NOR",
          "slug": "norway"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ef2b2d",
          "secondary": "#001f5b",
          "text": "#001f5b"
        },
        "followers_count": 443964,
        "ranking": 19
      },
      "away_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "extra1": 0,
          "extra2": 0,
          "overtime": 0
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "extra1": 1,
          "extra2": 0,
          "overtime": 1
        }
      },
      "round": {
        "number": 27,
        "name": "Quarterfinals",
        "slug": "quarterfinals",
        "cup_round_type": 4
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 7,
        "injury_time3": 3,
        "injury_time4": 2,
        "last_period_end_timestamp": 1783806648,
        "current_period_start_time": "2026-07-11T23:29:24Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.3,
          "minutes_played": 75
        },
        "incidents": null
      }
    },
    {
      "id": 12812996,
      "custom_id": "nUbsuWb",
      "slug": "argentina-england",
      "link": "https://www.sofascore.com/football/match/argentina-england/nUbsuWb#id:12812996",
      "start_time": "2026-07-15T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "away_team": {
        "id": 4819,
        "name": "Argentina",
        "short_name": "Argentina",
        "code": "ARG",
        "slug": "argentina",
        "link": "https://www.sofascore.com/team/football/argentina/4819",
        "image_link": "https://img.sofascore.com/api/v1/team/4819/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "Argentina",
          "alpha2": "AR",
          "alpha3": "ARG",
          "slug": "argentina"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 3003709,
        "ranking": 2
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 28,
        "name": "Semifinals",
        "slug": "semifinals",
        "cup_round_type": 2
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 9,
        "last_period_end_timestamp": 1784144921,
        "current_period_start_time": "2026-07-15T20:06:05Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 4713,
        "is_on_bench": true,
        "statistics": null,
        "incidents": null
      }
    },
    {
      "id": 12813003,
      "custom_id": "GObsnUb",
      "slug": "england-france",
      "link": "https://www.sofascore.com/football/match/england-france/GObsnUb#id:12813003",
      "start_time": "2026-07-18T21:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 4481,
        "name": "France",
        "short_name": "France",
        "code": "FRA",
        "slug": "france",
        "link": "https://www.sofascore.com/team/football/france/4481",
        "image_link": "https://img.sofascore.com/api/v1/team/4481/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "France",
          "alpha2": "FR",
          "alpha3": "FRA",
          "slug": "france"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#01509e",
          "secondary": "#e30613",
          "text": "#e30613"
        },
        "followers_count": 2066040,
        "ranking": 3
      },
      "away_team": {
        "id": 4713,
        "name": "England",
        "short_name": "England",
        "code": "ENG",
        "slug": "england",
        "link": "https://www.sofascore.com/team/football/england/4713",
        "image_link": "https://img.sofascore.com/api/v1/team/4713/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 1599360,
        "ranking": 4
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 0,
          "period2": 4,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 6,
        "display": 6,
        "periods": {
          "period1": 4,
          "period2": 2,
          "normaltime": 6
        }
      },
      "round": {
        "number": 50,
        "name": "Match for 3rd place",
        "slug": "match-for-3rd-place",
        "cup_round_type": null
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 7,
        "last_period_end_timestamp": 1784411391,
        "current_period_start_time": "2026-07-18T22:08:02Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 4713,
        "is_on_bench": false,
        "statistics": {
          "rating": 9.5,
          "minutes_played": 90
        },
        "incidents": {
          "goals": 3,
          "penalty_goals": 1
        }
      }
    },
    {
      "id": 16248427,
      "custom_id": "rsR",
      "slug": "arsenal-manchester-city",
      "link": "https://www.sofascore.com/football/match/arsenal-manchester-city/rsR#id:16248427",
      "start_time": "2026-08-16T14:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 346,
        "name": "Community Shield",
        "slug": "community-shield",
        "link": "https://www.sofascore.com/tournament/football/england/community-shield/346",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/346/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/346/image/dark",
        "colors": {
          "primary": "#e4051f",
          "secondary": "#949fa4"
        },
        "followers_count": 48009,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 95402,
        "name": "Community Shield 2026",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 3,
        "last_period_end_timestamp": 1786891818,
        "current_period_start_time": "2026-08-16T15:07:16Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.7,
          "minutes_played": 30
        },
        "incidents": null
      }
    },
    {
      "id": 16363633,
      "custom_id": "lsR",
      "slug": "arsenal-coventry-city",
      "link": "https://www.sofascore.com/football/match/arsenal-coventry-city/lsR#id:16363633",
      "start_time": "2026-08-21T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 11,
        "name": "Coventry City",
        "short_name": "Coventry",
        "code": "COC",
        "slug": "coventry-city",
        "link": "https://www.sofascore.com/team/football/coventry-city/11",
        "image_link": "https://img.sofascore.com/api/v1/team/11/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0099cc",
          "secondary": "#999999",
          "text": "#999999"
        },
        "followers_count": 115665
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 1,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 4,
        "last_period_end_timestamp": 1787341645,
        "current_period_start_time": "2026-08-21T20:02:28Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.9,
          "minutes_played": 68
        },
        "incidents": {
          "goals": 1
        }
      }
    },
    {
      "id": 16363245,
      "custom_id": "PR",
      "slug": "arsenal-aston-villa",
      "link": "https://www.sofascore.com/football/match/arsenal-aston-villa/PR#id:16363245",
      "start_time": "2026-08-31T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 2,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 8,
        "last_period_end_timestamp": 1788205594,
        "current_period_start_time": "2026-08-31T20:02:49Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 7.8,
          "minutes_played": 90
        },
        "incidents": {
          "goals": 1
        }
      }
    },
    {
      "id": 16363257,
      "custom_id": "NR",
      "slug": "arsenal-chelsea",
      "link": "https://www.sofascore.com/football/match/arsenal-chelsea/NR#id:16363257",
      "start_time": "2026-09-06T15:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0310a7",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "round": {
        "number": 3,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 4,
        "last_period_end_timestamp": 1788711638,
        "current_period_start_time": "2026-09-06T16:37:25Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": {
          "rating": 6.7,
          "minutes_played": 89
        },
        "incidents": null
      }
    },
    {
      "id": 16363646,
      "custom_id": "QR",
      "slug": "arsenal-sunderland",
      "link": "https://www.sofascore.com/football/match/arsenal-sunderland/QR#id:16363646",
      "start_time": "2026-09-12T19:00:00Z",
      "status": {
        "code": 0,
        "type": "notstarted",
        "description": "Not started"
      },
      "is_live": false,
      "is_finished": false,
      "winner_code": null,
      "home_team": {
        "id": 41,
        "name": "Sunderland",
        "short_name": "Sunderland",
        "code": "SUN",
        "slug": "sunderland",
        "link": "https://www.sofascore.com/team/football/sunderland/41",
        "image_link": "https://img.sofascore.com/api/v1/team/41/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ca0000",
          "text": "#ca0000"
        },
        "followers_count": 244346
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": null,
      "away_score": null,
      "round": {
        "number": 4,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "current_period_start_time": null
      },
      "has_highlights": false,
      "is_final_result_only": false,
      "player": {
        "team_id": 42,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      }
    }
  ],
  "next": "https://sofascore-scraper.omkar.cloud/sofascore/players/matches?player_id=934235&span=last&page=2",
  "previous": null
}