Sofascore Scraper

ENDPOINTS
GET/teams/performance

Team Performance

Form graph: recent matches with per-match performance points.

QUERY PARAMS

Sofascore team id or any sofascore.com team URL.

Examples:

  • ID: 42 (Arsenal)
  • URL: https://www.sofascore.com/team/football/arsenal/42
{
  "team_id": 42,
  "points": {
    "14023963": 1.909,
    "15632636": -1.091,
    "16404394": 1.571,
    "16282058": -2.077,
    "16435283": -0.782,
    "16588522": 1.75,
    "16248427": 2.8,
    "16363633": 1.2,
    "16363245": 1.5,
    "16363257": 1.7
  },
  "count": 10,
  "matches": [
    {
      "id": 14023963,
      "custom_id": "hsR",
      "slug": "arsenal-crystal-palace",
      "link": "https://www.sofascore.com/football/match/arsenal-crystal-palace/hsR#id:14023963",
      "start_time": "2026-05-24T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 7,
        "name": "Crystal Palace",
        "short_name": "Crystal Palace",
        "code": "CRY",
        "slug": "crystal-palace",
        "link": "https://www.sofascore.com/team/football/crystal-palace/7",
        "image_link": "https://img.sofascore.com/api/v1/team/7/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0033ff",
          "secondary": "#b90d2b",
          "text": "#b90d2b"
        },
        "followers_count": 478466
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 38,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 7,
        "current_period_start_time": "2026-05-24T16:06:53Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 15632636,
      "custom_id": "RsUH",
      "slug": "paris-saint-germain-arsenal",
      "link": "https://www.sofascore.com/football/match/paris-saint-germain-arsenal/RsUH#id:15632636",
      "start_time": "2026-05-30T16:00:00Z",
      "status": {
        "code": 120,
        "type": "finished",
        "description": "AP"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 1644,
        "name": "Paris Saint-Germain",
        "short_name": "PSG",
        "code": "PSG",
        "slug": "paris-saint-germain",
        "link": "https://www.sofascore.com/team/football/paris-saint-germain/1644",
        "image_link": "https://img.sofascore.com/api/v1/team/1644/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#000066",
          "secondary": "#ff1541",
          "text": "#ff1541"
        },
        "followers_count": 3820897
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 5,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1,
          "extra1": 0,
          "extra2": 0,
          "overtime": 0,
          "penalties": 4
        }
      },
      "away_score": {
        "current": 4,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "extra1": 0,
          "extra2": 0,
          "overtime": 0,
          "penalties": 3
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true,
        "group": {
          "id": 23,
          "name": "UEFA Champions League, Knockout stage",
          "slug": "uefa-champions-league-knockout-stage",
          "is_group": false
        },
        "is_live": false
      },
      "season": {
        "id": 76953,
        "name": "UEFA Champions League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 6,
        "injury_time2": 6,
        "injury_time3": 2,
        "injury_time4": 0,
        "current_period_start_time": "2026-05-30T18:28:25Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 16404394,
      "custom_id": "RsoKj",
      "slug": "girona-fc-arsenal",
      "link": "https://www.sofascore.com/football/match/girona-fc-arsenal/RsoKj#id:16404394",
      "start_time": "2026-08-01T18:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 24264,
        "name": "Girona FC",
        "short_name": "Girona",
        "code": "GIR",
        "slug": "girona-fc",
        "link": "https://www.sofascore.com/team/football/girona-fc/24264",
        "image_link": "https://img.sofascore.com/api/v1/team/24264/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#ff0000",
          "text": "#ff0000"
        },
        "followers_count": 374847
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 2,
          "period2": 2,
          "normaltime": 4
        }
      },
      "round": null,
      "tournament": {
        "id": 853,
        "name": "Club Friendly Games",
        "slug": "club-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/club-friendly-games/853",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 42962,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": false,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 87177,
        "name": "Club Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 0,
        "last_period_end_timestamp": 1785609962,
        "current_period_start_time": "2026-08-01T19:01:29Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16282058,
      "custom_id": "Rsqgb",
      "slug": "real-betis-arsenal",
      "link": "https://www.sofascore.com/football/match/real-betis-arsenal/Rsqgb#id:16282058",
      "start_time": "2026-08-05T18:45:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2816,
        "name": "Real Betis",
        "short_name": "Real Betis",
        "code": "BET",
        "slug": "real-betis",
        "link": "https://www.sofascore.com/team/football/real-betis/2816",
        "image_link": "https://img.sofascore.com/api/v1/team/2816/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffffff",
          "secondary": "#006633",
          "text": "#006633"
        },
        "followers_count": 647971
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 3,
          "period2": 0,
          "normaltime": 3
        }
      },
      "round": null,
      "tournament": {
        "id": 853,
        "name": "Club Friendly Games",
        "slug": "club-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/club-friendly-games/853",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 42962,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": false,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 87177,
        "name": "Club Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 3,
        "last_period_end_timestamp": 1785958323,
        "current_period_start_time": "2026-08-05T19:48:23Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16435283,
      "custom_id": "Rsydb",
      "slug": "borussia-dortmund-arsenal",
      "link": "https://www.sofascore.com/football/match/borussia-dortmund-arsenal/Rsydb#id:16435283",
      "start_time": "2026-08-09T13:00:00Z",
      "status": {
        "code": 120,
        "type": "finished",
        "description": "AP"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 3,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2673,
        "name": "Borussia Dortmund",
        "short_name": "Dortmund",
        "code": "BVB",
        "slug": "borussia-dortmund",
        "link": "https://www.sofascore.com/team/football/borussia-dortmund/2673",
        "image_link": "https://img.sofascore.com/api/v1/team/2673/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#ffe600",
          "secondary": "#000000",
          "text": "#000000"
        },
        "followers_count": 1541586
      },
      "home_score": {
        "current": 7,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2,
          "penalties": 5
        }
      },
      "away_score": {
        "current": 7,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3,
          "penalties": 4
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 1295,
        "name": "Emirates Cup",
        "slug": "emirates-cup",
        "link": "https://www.sofascore.com/tournament/football/world/emirates-cup/1295",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image/dark",
        "colors": {
          "primary": "#67848f",
          "secondary": "#66838e"
        },
        "followers_count": 7511,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 97473,
        "name": "Emirates Cup 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 3,
        "last_period_end_timestamp": 1786283306,
        "current_period_start_time": "2026-08-09T14:03:41Z"
      },
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 16588522,
      "custom_id": "Rseeb",
      "slug": "como-arsenal",
      "link": "https://www.sofascore.com/football/match/como-arsenal/Rseeb#id:16588522",
      "start_time": "2026-08-12T18:30:00Z",
      "status": {
        "code": 120,
        "type": "finished",
        "description": "AP"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 2704,
        "name": "Como",
        "short_name": "Como",
        "code": "COM",
        "slug": "como",
        "link": "https://www.sofascore.com/team/football/como/2704",
        "image_link": "https://img.sofascore.com/api/v1/team/2704/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#09436b",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 318737
      },
      "home_score": {
        "current": 5,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "penalties": 4
        }
      },
      "away_score": {
        "current": 4,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1,
          "penalties": 3
        }
      },
      "round": null,
      "tournament": {
        "id": 853,
        "name": "Club Friendly Games",
        "slug": "club-friendly-games",
        "link": "https://www.sofascore.com/tournament/football/world/club-friendly-games/853",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/853/image/dark",
        "colors": {
          "primary": "#25497d",
          "secondary": "#d38f1d"
        },
        "followers_count": 42962,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": false,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 87177,
        "name": "Club Friendly Games 2026",
        "year": "2026"
      },
      "time": {
        "injury_time1": 0,
        "injury_time2": 0,
        "last_period_end_timestamp": 1786562242,
        "current_period_start_time": "2026-08-12T19:34:11Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16248427,
      "custom_id": "rsR",
      "slug": "arsenal-manchester-city",
      "link": "https://www.sofascore.com/football/match/arsenal-manchester-city/rsR#id:16248427",
      "start_time": "2026-08-16T14:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 29,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 346,
        "name": "Community Shield",
        "slug": "community-shield",
        "link": "https://www.sofascore.com/tournament/football/england/community-shield/346",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/346/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/346/image/dark",
        "colors": {
          "primary": "#e4051f",
          "secondary": "#949fa4"
        },
        "followers_count": 48009,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 95402,
        "name": "Community Shield 2026",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 3,
        "last_period_end_timestamp": 1786891818,
        "current_period_start_time": "2026-08-16T15:07:16Z"
      },
      "has_highlights": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 16363633,
      "custom_id": "lsR",
      "slug": "arsenal-coventry-city",
      "link": "https://www.sofascore.com/football/match/arsenal-coventry-city/lsR#id:16363633",
      "start_time": "2026-08-21T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 11,
        "name": "Coventry City",
        "short_name": "Coventry",
        "code": "COC",
        "slug": "coventry-city",
        "link": "https://www.sofascore.com/team/football/coventry-city/11",
        "image_link": "https://img.sofascore.com/api/v1/team/11/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0099cc",
          "secondary": "#999999",
          "text": "#999999"
        },
        "followers_count": 115665
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 2,
          "period2": 1,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 1,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 4,
        "last_period_end_timestamp": 1787341645,
        "current_period_start_time": "2026-08-21T20:02:28Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16363245,
      "custom_id": "PR",
      "slug": "arsenal-aston-villa",
      "link": "https://www.sofascore.com/football/match/arsenal-aston-villa/PR#id:16363245",
      "start_time": "2026-08-31T19:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 2,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 8,
        "last_period_end_timestamp": 1788205594,
        "current_period_start_time": "2026-08-31T20:02:49Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 16363257,
      "custom_id": "NR",
      "slug": "arsenal-chelsea",
      "link": "https://www.sofascore.com/football/match/arsenal-chelsea/NR#id:16363257",
      "start_time": "2026-09-06T15:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250
      },
      "away_team": {
        "id": 38,
        "name": "Chelsea",
        "short_name": "Chelsea",
        "code": "CHE",
        "slug": "chelsea",
        "link": "https://www.sofascore.com/team/football/chelsea/38",
        "image_link": "https://img.sofascore.com/api/v1/team/38/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#0310a7",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 3549341
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "round": {
        "number": 3,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 4,
        "last_period_end_timestamp": 1788711638,
        "current_period_start_time": "2026-09-06T16:37:25Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    }
  ]
}