Sofascore Scraper

ENDPOINTS
GET/referees/matches

Referee Matches

Matches officiated, 30 per page: results or upcoming.

QUERY PARAMS

Sofascore referee id or any sofascore.com referee URL.

Examples:

  • ID: 65702 (Michael Oliver)
  • URL: https://www.sofascore.com/referee/michael-oliver/65702

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,
  "referee_id": 65702,
  "span": "last",
  "matches": [
    {
      "id": 14025268,
      "custom_id": "osY",
      "slug": "everton-nottingham-forest",
      "link": "https://www.sofascore.com/football/match/everton-nottingham-forest/osY#id:14025268",
      "start_time": "2025-12-30T19:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 14,
        "name": "Nottingham Forest",
        "short_name": "Forest",
        "code": "NFO",
        "slug": "nottingham-forest",
        "link": "https://www.sofascore.com/team/football/nottingham-forest/14",
        "image_link": "https://img.sofascore.com/api/v1/team/14/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 472753
      },
      "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": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 19,
        "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": 5,
        "current_period_start_time": "2025-12-30T20:32:05Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025286,
      "custom_id": "rN",
      "slug": "chelsea-manchester-city",
      "link": "https://www.sofascore.com/football/match/chelsea-manchester-city/rN#id:14025286",
      "start_time": "2026-01-04T17:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "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": 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": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 20,
        "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": 6,
        "current_period_start_time": "2026-01-04T18:36:51Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025082,
      "custom_id": "osR",
      "slug": "arsenal-nottingham-forest",
      "link": "https://www.sofascore.com/football/match/arsenal-nottingham-forest/osR#id:14025082",
      "start_time": "2026-01-17T17:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 14,
        "name": "Nottingham Forest",
        "short_name": "Forest",
        "code": "NFO",
        "slug": "nottingham-forest",
        "link": "https://www.sofascore.com/team/football/nottingham-forest/14",
        "image_link": "https://img.sofascore.com/api/v1/team/14/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 472753
      },
      "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": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 22,
        "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": 5,
        "current_period_start_time": "2026-01-17T18:35:08Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025113,
      "custom_id": "FsT",
      "slug": "fulham-brighton-and-hove-albion",
      "link": "https://www.sofascore.com/football/match/fulham-brighton-and-hove-albion/FsT#id:14025113",
      "start_time": "2026-01-24T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_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
      },
      "away_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
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "round": {
        "number": 23,
        "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": 4,
        "current_period_start_time": "2026-01-24T16:02:36Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14566950,
      "custom_id": "LdbskXb",
      "slug": "royale-union-saint-gilloise-atalanta",
      "link": "https://www.sofascore.com/football/match/royale-union-saint-gilloise-atalanta/LdbskXb#id:14566950",
      "start_time": "2026-01-28T20:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 4860,
        "name": "Royale Union Saint-Gilloise",
        "short_name": "USG",
        "code": "USG",
        "slug": "royale-union-saint-gilloise",
        "link": "https://www.sofascore.com/team/football/royale-union-saint-gilloise/4860",
        "image_link": "https://img.sofascore.com/api/v1/team/4860/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffec06",
          "secondary": "#1649fa",
          "text": "#1649fa"
        },
        "followers_count": 210119
      },
      "away_team": {
        "id": 2686,
        "name": "Atalanta",
        "short_name": "Atalanta",
        "code": "ATA",
        "slug": "atalanta",
        "link": "https://www.sofascore.com/team/football/atalanta/2686",
        "image_link": "https://img.sofascore.com/api/v1/team/2686/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0000cc",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 676405
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 8,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "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": null
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 3,
        "current_period_start_time": "2026-01-28T21:02:09Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025152,
      "custom_id": "dskb",
      "slug": "bournemouth-wolverhampton",
      "link": "https://www.sofascore.com/football/match/bournemouth-wolverhampton/dskb#id:14025152",
      "start_time": "2026-01-31T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "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": 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": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 24,
        "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": 4,
        "current_period_start_time": "2026-01-31T16:01:35Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025176,
      "custom_id": "IsK",
      "slug": "manchester-united-tottenham-hotspur",
      "link": "https://www.sofascore.com/football/match/manchester-united-tottenham-hotspur/IsK#id:14025176",
      "start_time": "2026-02-07T12:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 35,
        "name": "Manchester United",
        "short_name": "Man Utd",
        "code": "MUN",
        "slug": "manchester-united",
        "link": "https://www.sofascore.com/team/football/manchester-united/35",
        "image_link": "https://img.sofascore.com/api/v1/team/35/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#373737",
          "text": "#373737"
        },
        "followers_count": 4261989
      },
      "away_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
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "home_red_cards": null,
      "away_red_cards": 1,
      "round": {
        "number": 25,
        "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": 5,
        "current_period_start_time": "2026-02-07T13:35:58Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025215,
      "custom_id": "JsP",
      "slug": "aston-villa-leeds-united",
      "link": "https://www.sofascore.com/football/match/aston-villa-leeds-united/JsP#id:14025215",
      "start_time": "2026-02-21T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "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": 34,
        "name": "Leeds United",
        "short_name": "Leeds",
        "code": "LEE",
        "slug": "leeds-united",
        "link": "https://www.sofascore.com/team/football/leeds-united/34",
        "image_link": "https://img.sofascore.com/api/v1/team/34/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#1d4189",
          "text": "#1d4189"
        },
        "followers_count": 282092
      },
      "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": 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": 1,
        "injury_time2": 5,
        "current_period_start_time": "2026-02-21T16:05:33Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 15452786,
      "custom_id": "GdbsVob",
      "slug": "olympiacos-fc-bayer-04-leverkusen",
      "link": "https://www.sofascore.com/football/match/olympiacos-fc-bayer-04-leverkusen/GdbsVob#id:15452786",
      "start_time": "2026-02-24T20:00: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": 3245,
        "name": "Olympiacos FC",
        "short_name": "Olympiacos",
        "code": "OLY",
        "slug": "olympiacos-fc",
        "link": "https://www.sofascore.com/team/football/olympiacos-fc/3245",
        "image_link": "https://img.sofascore.com/api/v1/team/3245/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 316810
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 2
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 0
        }
      },
      "round": {
        "number": 636,
        "name": "Playoff round",
        "slug": "playoff-round",
        "cup_round_type": null
      },
      "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": 4,
        "current_period_start_time": "2026-02-24T21:01:14Z"
      },
      "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": 15452735,
      "cup_matches_in_round": 2
    },
    {
      "id": 14023993,
      "custom_id": "rM",
      "slug": "west-ham-united-manchester-city",
      "link": "https://www.sofascore.com/football/match/west-ham-united-manchester-city/rM#id:14023993",
      "start_time": "2026-03-14T20:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "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": 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": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "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": 2,
        "injury_time2": 4,
        "current_period_start_time": "2026-03-14T21:02:46Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 15631838,
      "custom_id": "NabsPhb",
      "slug": "krc-genk-sc-freiburg",
      "link": "https://www.sofascore.com/football/match/krc-genk-sc-freiburg/NabsPhb#id:15631838",
      "start_time": "2026-03-19T17:45:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 2538,
        "name": "SC Freiburg",
        "short_name": "Freiburg",
        "code": "SCF",
        "slug": "sc-freiburg",
        "link": "https://www.sofascore.com/team/football/sc-freiburg/2538",
        "image_link": "https://img.sofascore.com/api/v1/team/2538/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc3333",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 160255
      },
      "away_team": {
        "id": 2890,
        "name": "KRC Genk",
        "short_name": "Genk",
        "code": "GNK",
        "slug": "krc-genk",
        "link": "https://www.sofascore.com/team/football/krc-genk/2890",
        "image_link": "https://img.sofascore.com/api/v1/team/2890/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0000dd",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 118777
      },
      "home_score": {
        "current": 5,
        "display": 5,
        "periods": {
          "period1": 2,
          "period2": 3,
          "normaltime": 5,
          "aggregated": 5
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "aggregated": 2
        }
      },
      "round": {
        "number": 5,
        "name": "Round of 16",
        "slug": "round-of-16",
        "cup_round_type": 8
      },
      "tournament": {
        "id": 679,
        "name": "UEFA Europa League",
        "slug": "uefa-europa-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-europa-league/679",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/679/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/679/image/dark",
        "colors": {
          "primary": null,
          "secondary": "#f37d25"
        },
        "followers_count": 469890,
        "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": 10909,
          "name": "UEFA Europa League, Knockout stage",
          "slug": "uefa-europa-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76984,
        "name": "UEFA Europa League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 3,
        "current_period_start_time": "2026-03-19T18:48:18Z"
      },
      "coverage": -1,
      "has_highlights": false,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "aggregated_winner_code": 1,
      "previous_leg_event_id": 15631827,
      "cup_matches_in_round": 2
    },
    {
      "id": 14024020,
      "custom_id": "osI",
      "slug": "tottenham-hotspur-nottingham-forest",
      "link": "https://www.sofascore.com/football/match/tottenham-hotspur-nottingham-forest/osI#id:14024020",
      "start_time": "2026-03-22T14:15: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": 14,
        "name": "Nottingham Forest",
        "short_name": "Forest",
        "code": "NFO",
        "slug": "nottingham-forest",
        "link": "https://www.sofascore.com/team/football/nottingham-forest/14",
        "image_link": "https://img.sofascore.com/api/v1/team/14/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#cc0000",
          "text": "#cc0000"
        },
        "followers_count": 472753
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 1,
          "period2": 2,
          "normaltime": 3
        }
      },
      "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": 2,
        "injury_time2": 5,
        "current_period_start_time": "2026-03-22T15:22:07Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 15129802,
      "custom_id": "aUbsBNlb",
      "slug": "kosovo-turkiye",
      "link": "https://www.sofascore.com/football/match/kosovo-turkiye/aUbsBNlb#id:15129802",
      "start_time": "2026-03-31T18:45:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 154426,
        "name": "Kosovo",
        "short_name": "Kosovo",
        "code": "KOS",
        "slug": "kosovo",
        "link": "https://www.sofascore.com/team/football/kosovo/154426",
        "image_link": "https://img.sofascore.com/api/v1/team/154426/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#244aa5",
          "secondary": "#f8cc22",
          "text": "#f8cc22"
        },
        "followers_count": 50490,
        "ranking": 78
      },
      "away_team": {
        "id": 4700,
        "name": "Türkiye",
        "short_name": "Türkiye",
        "code": "TUR",
        "slug": "turkey",
        "link": "https://www.sofascore.com/team/football/turkey/4700",
        "image_link": "https://img.sofascore.com/api/v1/team/4700/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ff0000",
          "text": "#ff0000"
        },
        "followers_count": 517990,
        "ranking": 27
      },
      "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": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 11,
        "name": "World Cup Qual. UEFA",
        "slug": "world-championship-qual-uefa",
        "link": "https://www.sofascore.com/tournament/football/europe/world-championship-qual-uefa/11",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/11/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/11/image/dark",
        "colors": {
          "primary": "#9a1133",
          "secondary": "#c11541"
        },
        "followers_count": 215865,
        "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": 3770,
          "name": "World Cup Qual. UEFA Playoffs",
          "slug": "world-championship-qual-uefa-playoffs",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 69427,
        "name": "World Cup Qualification, UEFA 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 6,
        "current_period_start_time": "2026-03-31T19:51:17Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 15697198,
      "custom_id": "rU",
      "slug": "liverpool-manchester-city",
      "link": "https://www.sofascore.com/football/match/liverpool-manchester-city/rU#id:15697198",
      "start_time": "2026-04-04T11:45: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": 44,
        "name": "Liverpool FC",
        "short_name": "Liverpool",
        "code": "LIV",
        "slug": "liverpool",
        "link": "https://www.sofascore.com/team/football/liverpool/44",
        "image_link": "https://img.sofascore.com/api/v1/team/44/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4323101
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 2,
          "period2": 2,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "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": 2,
        "injury_time2": 0,
        "current_period_start_time": "2026-04-04T12:49:09Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 15632084,
      "custom_id": "xdbsEgb",
      "slug": "real-madrid-fc-bayern-munchen",
      "link": "https://www.sofascore.com/football/match/real-madrid-fc-bayern-munchen/xdbsEgb#id:15632084",
      "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": 2829,
        "name": "Real Madrid",
        "short_name": "Real Madrid",
        "code": "RMA",
        "slug": "real-madrid",
        "link": "https://www.sofascore.com/team/football/real-madrid/2829",
        "image_link": "https://img.sofascore.com/api/v1/team/2829/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#004996",
          "text": "#004996"
        },
        "followers_count": 8812300
      },
      "away_team": {
        "id": 2672,
        "name": "FC Bayern München",
        "short_name": "Bayern",
        "code": "FCB",
        "slug": "fc-bayern-munchen",
        "link": "https://www.sofascore.com/team/football/fc-bayern-munchen/2672",
        "image_link": "https://img.sofascore.com/api/v1/team/2672/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cf142f",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 3338791
      },
      "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": 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-07T20:03:59Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 2
    },
    {
      "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
    },
    {
      "id": 14025032,
      "custom_id": "mcYb",
      "slug": "chelsea-manchester-united",
      "link": "https://www.sofascore.com/football/match/chelsea-manchester-united/mcYb#id:14025032",
      "start_time": "2026-04-18T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_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
      },
      "away_team": {
        "id": 35,
        "name": "Manchester United",
        "short_name": "Man Utd",
        "code": "MUN",
        "slug": "manchester-united",
        "link": "https://www.sofascore.com/team/football/manchester-united/35",
        "image_link": "https://img.sofascore.com/api/v1/team/35/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#373737",
          "text": "#373737"
        },
        "followers_count": 4261989
      },
      "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": 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": 5,
        "injury_time2": 4,
        "current_period_start_time": "2026-04-18T20:05:23Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14024004,
      "custom_id": "PsT",
      "slug": "fulham-aston-villa",
      "link": "https://www.sofascore.com/football/match/fulham-aston-villa/PsT#id:14024004",
      "start_time": "2026-04-25T11:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_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
      },
      "away_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
      },
      "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": 1,
        "injury_time2": 4,
        "current_period_start_time": "2026-04-25T12:32:06Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14023930,
      "custom_id": "rY",
      "slug": "everton-manchester-city",
      "link": "https://www.sofascore.com/football/match/everton-manchester-city/rY#id:14023930",
      "start_time": "2026-05-04T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_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
      },
      "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": 0,
          "period2": 3,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 1,
          "period2": 2,
          "normaltime": 3
        }
      },
      "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": 2,
        "injury_time2": 6,
        "current_period_start_time": "2026-05-04T20:03:55Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14023954,
      "custom_id": "FsJ",
      "slug": "leeds-united-brighton-and-hove-albion",
      "link": "https://www.sofascore.com/football/match/leeds-united-brighton-and-hove-albion/FsJ#id:14023954",
      "start_time": "2026-05-17T14:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 34,
        "name": "Leeds United",
        "short_name": "Leeds",
        "code": "LEE",
        "slug": "leeds-united",
        "link": "https://www.sofascore.com/team/football/leeds-united/34",
        "image_link": "https://img.sofascore.com/api/v1/team/34/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#1d4189",
          "text": "#1d4189"
        },
        "followers_count": 282092
      },
      "away_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
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "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": 1,
        "injury_time2": 9,
        "current_period_start_time": "2026-05-17T15:03:16Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14023967,
      "custom_id": "UwXh",
      "slug": "everton-tottenham-hotspur",
      "link": "https://www.sofascore.com/football/match/everton-tottenham-hotspur/UwXh#id:14023967",
      "start_time": "2026-05-24T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "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": 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": 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": 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": 4,
        "injury_time2": 9,
        "current_period_start_time": "2026-05-24T16:12:08Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 15186957,
      "custom_id": "NTbsfUb",
      "slug": "netherlands-sweden",
      "link": "https://www.sofascore.com/football/match/netherlands-sweden/NTbsfUb#id:15186957",
      "start_time": "2026-06-20T17:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 4705,
        "name": "Netherlands",
        "short_name": "Netherlands",
        "code": "NED",
        "slug": "netherlands",
        "link": "https://www.sofascore.com/team/football/netherlands/4705",
        "image_link": "https://img.sofascore.com/api/v1/team/4705/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ff6600",
          "secondary": "#281fe0",
          "text": "#281fe0"
        },
        "followers_count": 628372,
        "ranking": 9
      },
      "away_team": {
        "id": 4688,
        "name": "Sweden",
        "short_name": "Sweden",
        "code": "SWE",
        "slug": "sweden",
        "link": "https://www.sofascore.com/team/football/sweden/4688",
        "image_link": "https://img.sofascore.com/api/v1/team/4688/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ffcc00",
          "secondary": "#0000ff",
          "text": "#0000ff"
        },
        "followers_count": 187667,
        "ranking": 37
      },
      "home_score": {
        "current": 5,
        "display": 5,
        "periods": {
          "period1": 2,
          "period2": 3,
          "normaltime": 5
        }
      },
      "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": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3959,
          "name": "FIFA World Cup, Group F",
          "slug": "world-championship-gr-f",
          "is_group": true
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 5,
        "current_period_start_time": "2026-06-20T18:06:19Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 15186537,
      "custom_id": "AObsGOb",
      "slug": "france-norway",
      "link": "https://www.sofascore.com/football/match/france-norway/AObsGOb#id:15186537",
      "start_time": "2026-06-26T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 4475,
        "name": "Norway",
        "short_name": "Norway",
        "code": "NOR",
        "slug": "norway",
        "link": "https://www.sofascore.com/team/football/norway/4475",
        "image_link": "https://img.sofascore.com/api/v1/team/4475/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ef2b2d",
          "secondary": "#001f5b",
          "text": "#001f5b"
        },
        "followers_count": 443964,
        "ranking": 19
      },
      "away_team": {
        "id": 4481,
        "name": "France",
        "short_name": "France",
        "code": "FRA",
        "slug": "france",
        "link": "https://www.sofascore.com/team/football/france/4481",
        "image_link": "https://img.sofascore.com/api/v1/team/4481/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#01509e",
          "secondary": "#e30613",
          "text": "#e30613"
        },
        "followers_count": 2066040,
        "ranking": 3
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 3,
          "period2": 1,
          "normaltime": 4
        }
      },
      "round": {
        "number": 3,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 139403,
          "name": "FIFA World Cup, Group I",
          "slug": "world-championship-gr-i",
          "is_group": true
        }
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 5,
        "injury_time2": 5,
        "current_period_start_time": "2026-06-26T20:09:10Z"
      },
      "coverage": -1,
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 12813009,
      "custom_id": "cVbsDVb",
      "slug": "morocco-canada",
      "link": "https://www.sofascore.com/football/match/morocco-canada/cVbsDVb#id:12813009",
      "start_time": "2026-07-04T17:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 4752,
        "name": "Canada",
        "short_name": "Canada",
        "code": "CAN",
        "slug": "canada",
        "link": "https://www.sofascore.com/team/football/canada/4752",
        "image_link": "https://img.sofascore.com/api/v1/team/4752/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 206322,
        "ranking": 30
      },
      "away_team": {
        "id": 4778,
        "name": "Morocco",
        "short_name": "Morocco",
        "code": "MAR",
        "slug": "morocco",
        "link": "https://www.sofascore.com/team/football/morocco/4778",
        "image_link": "https://img.sofascore.com/api/v1/team/4778/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#006600",
          "text": "#006600"
        },
        "followers_count": 1299576,
        "ranking": 6
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 0,
          "period2": 3,
          "normaltime": 3
        }
      },
      "round": {
        "number": 5,
        "name": "Round of 16",
        "slug": "round-of-16",
        "cup_round_type": 8
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 6,
        "injury_time2": 8,
        "current_period_start_time": "2026-07-04T18:09:13Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 12812994,
      "custom_id": "YTbsrUb",
      "slug": "belgium-spain",
      "link": "https://www.sofascore.com/football/match/belgium-spain/YTbsrUb#id:12812994",
      "start_time": "2026-07-10T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 4698,
        "name": "Spain",
        "short_name": "Spain",
        "code": "ESP",
        "slug": "spain",
        "link": "https://www.sofascore.com/team/football/spain/4698",
        "image_link": "https://img.sofascore.com/api/v1/team/4698/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 2664180,
        "ranking": 1
      },
      "away_team": {
        "id": 4717,
        "name": "Belgium",
        "short_name": "Belgium",
        "code": "BEL",
        "slug": "belgium",
        "link": "https://www.sofascore.com/team/football/belgium/4717",
        "image_link": "https://img.sofascore.com/api/v1/team/4717/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": true,
        "colors": {
          "primary": "#ff0033",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 624626,
        "ranking": 8
      },
      "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": 27,
        "name": "Quarterfinals",
        "slug": "quarterfinals",
        "cup_round_type": 4
      },
      "tournament": {
        "id": 16,
        "name": "FIFA World Cup",
        "slug": "world-championship",
        "link": "https://www.sofascore.com/tournament/football/world/world-championship/16",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/16/image/dark",
        "colors": {
          "primary": "#d20a11",
          "secondary": "#e8bb57"
        },
        "followers_count": 2011841,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 3948,
          "name": "FIFA World Cup, Knockout",
          "slug": "world-cup-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 58210,
        "name": "World Cup 2026",
        "year": "2026",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 5,
        "injury_time2": 7,
        "last_period_end_timestamp": 1783713041,
        "current_period_start_time": "2026-07-10T20:07:10Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 16578184,
      "custom_id": "IKseY",
      "slug": "sk-slovan-bratislava-mjallby-aif",
      "link": "https://www.sofascore.com/football/match/sk-slovan-bratislava-mjallby-aif/IKseY#id:16578184",
      "start_time": "2026-08-11T18:15:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 2404,
        "name": "ŠK Slovan Bratislava",
        "short_name": "Slovan",
        "code": "SLO",
        "slug": "sk-slovan-bratislava",
        "link": "https://www.sofascore.com/team/football/sk-slovan-bratislava/2404",
        "image_link": "https://img.sofascore.com/api/v1/team/2404/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#99ccff",
          "secondary": "#99ccff",
          "text": "#99ccff"
        },
        "followers_count": 77829
      },
      "away_team": {
        "id": 1783,
        "name": "Mjällby AIF",
        "short_name": "Mjällby",
        "code": "MAIF",
        "slug": "mjallby-aif",
        "link": "https://www.sofascore.com/team/football/mjallby-aif/1783",
        "image_link": "https://img.sofascore.com/api/v1/team/1783/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffff00",
          "secondary": "#ffff00",
          "text": "#ffff00"
        },
        "followers_count": 41088
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2,
          "aggregated": 4
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 1
        }
      },
      "round": {
        "number": 3,
        "name": "Qualification Round 3",
        "slug": "qualification-round-3",
        "cup_round_type": null
      },
      "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": 1339,
          "name": "UEFA Champions League, Qualification",
          "slug": "uefa-champions-league-qualification",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 96518,
        "name": "UEFA Champions League 26/27",
        "year": "26/27",
        "season_coverage_info": {}
      },
      "time": {
        "period_length": 2700,
        "overtime_length": 900,
        "total_period_count": 2,
        "injury_time1": 1,
        "injury_time2": 2,
        "last_period_end_timestamp": 1786474835,
        "current_period_start_time": "2026-08-11T20:03:13Z"
      },
      "has_highlights": true,
      "has_player_statistics": false,
      "is_final_result_only": false,
      "aggregated_winner_code": 1,
      "previous_leg_event_id": 16578168,
      "cup_matches_in_round": 2
    },
    {
      "id": 16363242,
      "custom_id": "Isab",
      "slug": "brentford-tottenham-hotspur",
      "link": "https://www.sofascore.com/football/match/brentford-tottenham-hotspur/Isab#id:16363242",
      "start_time": "2026-08-22T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 50,
        "name": "Brentford",
        "short_name": "Brentford",
        "code": "BRE",
        "slug": "brentford",
        "link": "https://www.sofascore.com/team/football/brentford/50",
        "image_link": "https://img.sofascore.com/api/v1/team/50/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ff0000",
          "text": "#ff0000"
        },
        "followers_count": 329978
      },
      "away_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
      },
      "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": 1,
        "injury_time2": 4,
        "last_period_end_timestamp": 1787418972,
        "current_period_start_time": "2026-08-22T17:32:35Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16707701,
      "custom_id": "gnsmjb",
      "slug": "nec-nijmegen-bodoglimt",
      "link": "https://www.sofascore.com/football/match/nec-nijmegen-bodoglimt/gnsmjb#id:16707701",
      "start_time": "2026-08-25T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 656,
        "name": "Bodø/Glimt",
        "short_name": "Bodø/Glimt",
        "code": "B/G",
        "slug": "bodoglimt",
        "link": "https://www.sofascore.com/team/football/bodoglimt/656",
        "image_link": "https://img.sofascore.com/api/v1/team/656/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffcc33",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 365060
      },
      "away_team": {
        "id": 2962,
        "name": "NEC Nijmegen",
        "short_name": "NEC",
        "code": "NIJ",
        "slug": "nec-nijmegen",
        "link": "https://www.sofascore.com/team/football/nec-nijmegen/2962",
        "image_link": "https://img.sofascore.com/api/v1/team/2962/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ff0000",
          "secondary": "#008000",
          "text": "#008000"
        },
        "followers_count": 69453
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3,
          "aggregated": 6
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0,
          "aggregated": 1
        }
      },
      "home_red_cards": null,
      "away_red_cards": 1,
      "round": {
        "number": 636,
        "name": "Playoff round",
        "slug": "playoff-round",
        "cup_round_type": null
      },
      "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": 119880,
          "name": "UEFA Champions League, Playoff Round",
          "slug": "uefa-champions-league-playoff-round",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 96518,
        "name": "UEFA Champions League 26/27",
        "year": "26/27",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 5,
        "last_period_end_timestamp": 1787687474,
        "current_period_start_time": "2026-08-25T20:51:19Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "aggregated_winner_code": 1,
      "previous_leg_event_id": 16707697,
      "cup_matches_in_round": 2
    },
    {
      "id": 16363249,
      "custom_id": "FsN",
      "slug": "chelsea-brighton-and-hove-albion",
      "link": "https://www.sofascore.com/football/match/chelsea-brighton-and-hove-albion/FsN#id:16363249",
      "start_time": "2026-08-30T13:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_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
      },
      "away_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
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 3,
          "period2": 1,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 1,
          "period2": 2,
          "normaltime": 3
        }
      },
      "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": 2,
        "injury_time2": 5,
        "last_period_end_timestamp": 1788097708,
        "current_period_start_time": "2026-08-30T14:04:44Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16363262,
      "custom_id": "PWb",
      "slug": "hull-city-aston-villa",
      "link": "https://www.sofascore.com/football/match/hull-city-aston-villa/PWb#id:16363262",
      "start_time": "2026-09-05T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 96,
        "name": "Hull City",
        "short_name": "Hull",
        "code": "HUL",
        "slug": "hull-city",
        "link": "https://www.sofascore.com/team/football/hull-city/96",
        "image_link": "https://img.sofascore.com/api/v1/team/96/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#de8f38",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 101323
      },
      "away_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
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 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": 1,
        "injury_time2": 3,
        "last_period_end_timestamp": 1788628598,
        "current_period_start_time": "2026-09-05T17:32:17Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    }
  ],
  "next": "https://sofascore-scraper.omkar.cloud/sofascore/referees/matches?referee_id=65702&span=last&page=2",
  "previous": null
}