Sofascore Scraper

ENDPOINTS
GET/managers/matches

Manager Matches

Matches managed, 30 per page: results or upcoming.

QUERY PARAMS

Sofascore manager id or any sofascore.com manager URL.

Examples:

  • ID: 794075 (Mikel Arteta)
  • URL: https://www.sofascore.com/manager/mikel-arteta/794075

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,
  "manager_id": 794075,
  "span": "last",
  "matches": [
    {
      "id": 14025018,
      "custom_id": "dsR",
      "slug": "arsenal-wolverhampton",
      "link": "https://www.sofascore.com/football/match/arsenal-wolverhampton/dsR#id:14025018",
      "start_time": "2026-02-18T20:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 3,
        "name": "Wolverhampton",
        "short_name": "Wolves",
        "code": "WOL",
        "slug": "wolverhampton",
        "link": "https://www.sofascore.com/team/football/wolverhampton/3",
        "image_link": "https://img.sofascore.com/api/v1/team/3/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff9900",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 321743
      },
      "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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 31,
        "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": null,
          "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-02-18T21:06:05Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 15697200,
      "custom_id": "RV",
      "slug": "southampton-arsenal",
      "link": "https://www.sofascore.com/football/match/southampton-arsenal/RV#id:15697200",
      "start_time": "2026-04-04T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 45,
        "name": "Southampton",
        "short_name": "Southampton",
        "code": "SOU",
        "slug": "southampton",
        "link": "https://www.sofascore.com/team/football/southampton/45",
        "image_link": "https://img.sofascore.com/api/v1/team/45/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 159538
      },
      "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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 27,
        "name": "Quarterfinals",
        "slug": "quarterfinals",
        "cup_round_type": 4
      },
      "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": null,
          "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": 1,
        "injury_time2": 6,
        "current_period_start_time": "2026-04-04T20:02:25Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 15632086,
      "custom_id": "Rsbkb",
      "slug": "sporting-cp-arsenal",
      "link": "https://www.sofascore.com/football/match/sporting-cp-arsenal/Rsbkb#id:15632086",
      "start_time": "2026-04-07T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 3001,
        "name": "Sporting CP",
        "short_name": "Sporting",
        "code": "SCP",
        "slug": "sporting",
        "link": "https://www.sofascore.com/team/football/sporting/3001",
        "image_link": "https://img.sofascore.com/api/v1/team/3001/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#009966",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 836534
      },
      "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": null,
        "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": 27,
        "name": "Quarterfinals",
        "slug": "quarterfinals",
        "cup_round_type": 4
      },
      "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": 0,
        "injury_time2": 2,
        "current_period_start_time": "2026-04-07T20:06:12Z"
      },
      "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 14025021,
      "custom_id": "Rkb",
      "slug": "bournemouth-arsenal",
      "link": "https://www.sofascore.com/football/match/bournemouth-arsenal/Rkb#id:14025021",
      "start_time": "2026-04-11T11: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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 60,
        "name": "Bournemouth",
        "short_name": "Bournemouth",
        "code": "BOU",
        "slug": "bournemouth",
        "link": "https://www.sofascore.com/team/football/bournemouth/60",
        "image_link": "https://img.sofascore.com/api/v1/team/60/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000000",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 358063
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 32,
        "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": null,
          "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": 5,
        "current_period_start_time": "2026-04-11T12:33:38Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 15632631,
      "custom_id": "Rsbkb",
      "slug": "sporting-cp-arsenal",
      "link": "https://www.sofascore.com/football/match/sporting-cp-arsenal/Rsbkb#id:15632631",
      "start_time": "2026-04-15T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 3001,
        "name": "Sporting CP",
        "short_name": "Sporting",
        "code": "SCP",
        "slug": "sporting",
        "link": "https://www.sofascore.com/team/football/sporting/3001",
        "image_link": "https://img.sofascore.com/api/v1/team/3001/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#009966",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 836534
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 1
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 0
        }
      },
      "round": {
        "number": 27,
        "name": "Quarterfinals",
        "slug": "quarterfinals",
        "cup_round_type": 4
      },
      "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-04-15T20:02:47Z"
      },
      "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": 15632086,
      "cup_matches_in_round": 2,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": {
          "yellow_cards": 1
        }
      },
      "manager": {
        "team_id": 42,
        "incidents": {
          "yellow_cards": 1
        }
      }
    },
    {
      "id": 14025039,
      "custom_id": "rsR",
      "slug": "arsenal-manchester-city",
      "link": "https://www.sofascore.com/football/match/arsenal-manchester-city/rsR#id:14025039",
      "start_time": "2026-04-19T15:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "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": 33,
        "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": null,
          "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": 1,
        "injury_time2": 7,
        "current_period_start_time": "2026-04-19T16:33:04Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": {
          "yellow_cards": 1
        }
      },
      "manager": {
        "team_id": 42,
        "incidents": {
          "yellow_cards": 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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": {
          "yellow_cards": 1
        }
      },
      "manager": {
        "team_id": 42,
        "incidents": {
          "yellow_cards": 1
        }
      }
    },
    {
      "id": 16404394,
      "custom_id": "RsoKj",
      "slug": "girona-fc-arsenal",
      "link": "https://www.sofascore.com/football/match/girona-fc-arsenal/RsoKj#id:16404394",
      "start_time": "2026-08-01T18:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 24264,
        "name": "Girona FC",
        "short_name": "Girona",
        "code": "GIR",
        "slug": "girona-fc",
        "link": "https://www.sofascore.com/team/football/girona-fc/24264",
        "image_link": "https://img.sofascore.com/api/v1/team/24264/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ff0000",
          "text": "#ff0000"
        },
        "followers_count": 374847
      },
      "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": null,
        "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": 4,
        "display": 4,
        "periods": {
          "period1": 2,
          "period2": 2,
          "normaltime": 4
        }
      },
      "round": null,
      "tournament": {
        "id": 853,
        "name": "Club Friendly Games",
        "slug": "club-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/club-friendly-games/853",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 42962,
        "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": null,
        "is_live": false
      },
      "season": {
        "id": 87177,
        "name": "Club Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 0,
        "last_period_end_timestamp": 1785609962,
        "current_period_start_time": "2026-08-01T19:01:29Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 16282058,
      "custom_id": "Rsqgb",
      "slug": "real-betis-arsenal",
      "link": "https://www.sofascore.com/football/match/real-betis-arsenal/Rsqgb#id:16282058",
      "start_time": "2026-08-05T18:45: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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2816,
        "name": "Real Betis",
        "short_name": "Real Betis",
        "code": "BET",
        "slug": "real-betis",
        "link": "https://www.sofascore.com/team/football/real-betis/2816",
        "image_link": "https://img.sofascore.com/api/v1/team/2816/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#006633",
          "text": "#006633"
        },
        "followers_count": 647971
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 3,
          "period2": 0,
          "normaltime": 3
        }
      },
      "round": null,
      "tournament": {
        "id": 853,
        "name": "Club Friendly Games",
        "slug": "club-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/club-friendly-games/853",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 42962,
        "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": null,
        "is_live": false
      },
      "season": {
        "id": 87177,
        "name": "Club Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 3,
        "last_period_end_timestamp": 1785958323,
        "current_period_start_time": "2026-08-05T19:48:23Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 16435283,
      "custom_id": "Rsydb",
      "slug": "borussia-dortmund-arsenal",
      "link": "https://www.sofascore.com/football/match/borussia-dortmund-arsenal/Rsydb#id:16435283",
      "start_time": "2026-08-09T13:00:00Z",
      "status": {
        "code": 120,
        "type": "finished",
        "description": "AP"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2673,
        "name": "Borussia Dortmund",
        "short_name": "Dortmund",
        "code": "BVB",
        "slug": "borussia-dortmund",
        "link": "https://www.sofascore.com/team/football/borussia-dortmund/2673",
        "image_link": "https://img.sofascore.com/api/v1/team/2673/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffe600",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 1541586
      },
      "home_score": {
        "current": 7,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2,
          "penalties": 5
        }
      },
      "away_score": {
        "current": 7,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3,
          "penalties": 4
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 1295,
        "name": "Emirates Cup",
        "slug": "emirates-cup",
        "link": "https://www.sofascore.com/tournament/football/world/emirates-cup/1295",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image/dark",
        "colors": {
          "primary": "#67848f",
          "secondary": "#66838e"
        },
        "followers_count": 7511,
        "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": null,
        "is_live": false
      },
      "season": {
        "id": 97473,
        "name": "Emirates Cup 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 3,
        "last_period_end_timestamp": 1786283306,
        "current_period_start_time": "2026-08-09T14:03:41Z"
      },
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "id": 16588522,
      "custom_id": "Rseeb",
      "slug": "como-arsenal",
      "link": "https://www.sofascore.com/football/match/como-arsenal/Rseeb#id:16588522",
      "start_time": "2026-08-12T18:30:00Z",
      "status": {
        "code": 120,
        "type": "finished",
        "description": "AP"
      },
      "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": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2704,
        "name": "Como",
        "short_name": "Como",
        "code": "COM",
        "slug": "como",
        "link": "https://www.sofascore.com/team/football/como/2704",
        "image_link": "https://img.sofascore.com/api/v1/team/2704/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#09436b",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 318737
      },
      "home_score": {
        "current": 5,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "penalties": 4
        }
      },
      "away_score": {
        "current": 4,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "penalties": 3
        }
      },
      "round": null,
      "tournament": {
        "id": 853,
        "name": "Club Friendly Games",
        "slug": "club-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/club-friendly-games/853",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 42962,
        "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": null,
        "is_live": false
      },
      "season": {
        "id": 87177,
        "name": "Club Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 0,
        "injury_time2": 0,
        "last_period_end_timestamp": 1786562242,
        "current_period_start_time": "2026-08-12T19:34:11Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "player": {
        "team_id": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    },
    {
      "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": null,
        "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": null,
        "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": null,
          "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": null,
        "is_on_bench": false,
        "statistics": null,
        "incidents": null
      },
      "manager": {
        "team_id": 42,
        "incidents": null
      }
    }
  ],
  "next": "https://sofascore-scraper.omkar.cloud/sofascore/managers/matches?manager_id=794075&span=last&page=2",
  "previous": null
}