Sofascore Scraper

ENDPOINTS
GET/matches/h2h

Head to Head

Team and manager duel win/draw counts plus every previous meeting as a match card.

QUERY PARAMS

Sofascore match id or any sofascore.com match URL (the #id: fragment is the id).

Examples:

  • ID: 14023961
  • URL: https://www.sofascore.com/football/match/…#id:14023961
{
  "match_id": 14023961,
  "team_duel": {
    "home_wins": 5,
    "away_wins": 4,
    "draws": 1
  },
  "manager_duel": {
    "home_wins": 11,
    "away_wins": 4,
    "draws": 4
  },
  "count": 86,
  "matches": [
    {
      "id": 16363267,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:16363267",
      "start_time": "2027-05-23T14:00:00Z",
      "status": {
        "code": 0,
        "type": "notstarted",
        "description": "Not started"
      },
      "is_live": false,
      "is_finished": false,
      "winner_code": null,
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": null,
      "away_score": null,
      "round": {
        "number": 37,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "current_period_start_time": null
      },
      "has_highlights": false,
      "is_final_result_only": false
    },
    {
      "id": 16363892,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:16363892",
      "start_time": "2026-10-24T11:30:00Z",
      "status": {
        "code": 0,
        "type": "notstarted",
        "description": "Not started"
      },
      "is_live": false,
      "is_finished": false,
      "winner_code": null,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": null,
      "away_score": null,
      "round": {
        "number": 8,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "current_period_start_time": null
      },
      "has_highlights": false,
      "is_final_result_only": false
    },
    {
      "id": 14023961,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:14023961",
      "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": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "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": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 38,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 10,
        "current_period_start_time": "2026-05-24T16:05:15Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 14025257,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:14025257",
      "start_time": "2025-10-26T14:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 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": 9,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 76986,
        "name": "Premier League 25/26",
        "year": "25/26"
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 6,
        "current_period_start_time": "2025-10-26T15:05:16Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 12436551,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:12436551",
      "start_time": "2025-04-22T19:00: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "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": 34,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 61627,
        "name": "Premier League 24/25",
        "year": "24/25"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 5,
        "current_period_start_time": "2025-04-22T20:05:54Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 12436453,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:12436453",
      "start_time": "2024-12-21T12:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 17,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 61627,
        "name": "Premier League 24/25",
        "year": "24/25"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2024-12-21T13:34:19Z"
      },
      "has_highlights": false,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 11352352,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:11352352",
      "start_time": "2024-04-03T19:15: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 2,
          "period2": 2,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "period2": 0,
          "normaltime": 1
        }
      },
      "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": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 52186,
        "name": "Premier League 23/24",
        "year": "23/24"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 4,
        "current_period_start_time": "2024-04-03T20:22:05Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 11352417,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:11352417",
      "start_time": "2023-12-06T20:15:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 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": 15,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 52186,
        "name": "Premier League 23/24",
        "year": "23/24"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 5,
        "current_period_start_time": "2023-12-06T21:18:55Z"
      },
      "has_highlights": true,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 10385452,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:10385452",
      "start_time": "2023-02-12T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 3,
          "period2": 0,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "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": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 41886,
        "name": "Premier League 22/23",
        "year": "22/23",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 4,
        "current_period_start_time": "2023-02-12T18:24:49Z"
      },
      "has_highlights": false,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 10385569,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:10385569",
      "start_time": "2022-09-03T16:30: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "period2": 1,
          "normaltime": 1
        }
      },
      "round": {
        "number": 6,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 41886,
        "name": "Premier League 22/23",
        "year": "22/23",
        "season_coverage_info": {}
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 4,
        "current_period_start_time": "2022-09-03T18:22:11Z"
      },
      "has_highlights": false,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 9576220,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:9576220",
      "start_time": "2022-05-22T15:00: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 0,
          "period2": 3,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 1,
          "period2": 1,
          "normaltime": 2
        }
      },
      "round": {
        "number": 38,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 37036,
        "name": "Premier League 21/22",
        "year": "21/22"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 4,
        "current_period_start_time": "2022-05-22T16:55:02Z"
      },
      "has_highlights": false,
      "has_xg": true,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 9576400,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:9576400",
      "start_time": "2021-12-01T20:15:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 14,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 37036,
        "name": "Premier League 21/22",
        "year": "21/22"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 4,
        "current_period_start_time": "2021-12-01T22:08:27Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 8897196,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:8897196",
      "start_time": "2021-04-21T19:15:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 2,
          "normaltime": 2
        }
      },
      "home_red_cards": 1,
      "away_red_cards": 1,
      "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": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 29415,
        "name": "Premier League 20/21",
        "year": "20/21"
      },
      "time": {
        "injury_time1": 4,
        "injury_time2": 3,
        "current_period_start_time": "2021-04-21T21:09:01Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 9258869,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:9258869",
      "start_time": "2021-01-20T18:00: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "normaltime": 2
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 1,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 29415,
        "name": "Premier League 20/21",
        "year": "20/21"
      },
      "time": {
        "injury_time1": 2,
        "injury_time2": 4,
        "current_period_start_time": "2021-01-20T19:53:25Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 8896805,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:8896805",
      "start_time": "2020-09-12T15:00:00Z",
      "status": {
        "code": 70,
        "type": "canceled",
        "description": "Canceled"
      },
      "is_live": false,
      "is_finished": false,
      "winner_code": null,
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": null,
      "away_score": null,
      "round": {
        "number": 1,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 29415,
        "name": "Premier League 20/21",
        "year": "20/21"
      },
      "time": {
        "current_period_start_time": null
      },
      "has_highlights": false,
      "is_final_result_only": false
    },
    {
      "id": 8567542,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:8567542",
      "start_time": "2020-03-01T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 1,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 1,
        "name": "Final",
        "slug": "final",
        "cup_round_type": 1
      },
      "tournament": {
        "id": 21,
        "name": "EFL Cup",
        "slug": "efl-cup",
        "link": "https://www.sofascore.com/tournament/football/england/efl-cup/21",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/21/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/21/image/dark",
        "colors": {
          "primary": "#203e93",
          "secondary": "#bc1723"
        },
        "followers_count": 165297,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 24004,
        "name": "EFL Cup 19/20",
        "year": "19/20"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 5,
        "current_period_start_time": "2020-03-01T18:21:47Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false,
      "cup_matches_in_round": 1
    },
    {
      "id": 8243616,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:8243616",
      "start_time": "2020-01-12T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 1,
        "display": 1,
        "periods": {
          "period1": 0,
          "normaltime": 1
        }
      },
      "away_score": {
        "current": 6,
        "display": 6,
        "periods": {
          "period1": 4,
          "normaltime": 6
        }
      },
      "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": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 23776,
        "name": "Premier League 19/20",
        "year": "19/20"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 1,
        "current_period_start_time": "2020-01-12T18:17:44Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 8243490,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:8243490",
      "start_time": "2019-10-26T11:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 0,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "normaltime": 0
        }
      },
      "home_red_cards": 1,
      "away_red_cards": null,
      "round": {
        "number": 10,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 23776,
        "name": "Premier League 19/20",
        "year": "19/20"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2019-10-26T13:21:35Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 6768271,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:6768271",
      "start_time": "2016-03-05T15:00: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 0,
          "period2": 4,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 29,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 10356,
        "name": "Premier League 15/16",
        "year": "15/16"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 3,
        "current_period_start_time": "2016-03-05T16:49:21Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 6987390,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:6987390",
      "start_time": "2016-01-30T15:00:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 2,
          "period2": 2,
          "normaltime": 4
        }
      },
      "round": {
        "number": 10,
        "name": "Round 4",
        "slug": "round-4",
        "cup_round_type": null
      },
      "tournament": {
        "id": 19,
        "name": "FA Cup",
        "slug": "fa-cup",
        "link": "https://www.sofascore.com/tournament/football/england/fa-cup/19",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/19/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/19/image/dark",
        "colors": {
          "primary": "#bc1821",
          "secondary": "#e60411"
        },
        "followers_count": 210458,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": false,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 11016,
        "name": "FA Cup 15/16",
        "year": "15/16"
      },
      "time": {
        "current_period_start_time": "2016-01-30T16:51:29Z"
      },
      "coverage": -1,
      "has_highlights": false,
      "is_final_result_only": false
    },
    {
      "id": 6768114,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:6768114",
      "start_time": "2015-11-08T13:30: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 12,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 10356,
        "name": "Premier League 15/16",
        "year": "15/16"
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2015-11-08T15:21:16Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 5583142,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:5583142",
      "start_time": "2015-04-25T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 1,
      "home_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 3,
        "display": 3,
        "periods": {
          "period1": 1,
          "period2": 2,
          "normaltime": 3
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 34,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 8186,
        "name": "Premier League 14/15",
        "year": "14/15",
        "season_coverage_info": {
          "editor_coverage_level": 1
        }
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2015-04-25T18:21:38Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "has_player_statistics": true,
      "has_player_heatmap": true,
      "is_final_result_only": false
    },
    {
      "id": 5582552,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:5582552",
      "start_time": "2014-10-04T16:30:00Z",
      "status": {
        "code": 100,
        "type": "finished",
        "description": "Ended"
      },
      "is_live": false,
      "is_finished": true,
      "winner_code": 2,
      "home_team": {
        "id": 40,
        "name": "Aston Villa",
        "short_name": "Aston Villa",
        "code": "AVL",
        "slug": "aston-villa",
        "link": "https://www.sofascore.com/team/football/aston-villa/40",
        "image_link": "https://img.sofascore.com/api/v1/team/40/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "away_team": {
        "id": 17,
        "name": "Manchester City",
        "short_name": "Man City",
        "code": "MCI",
        "slug": "manchester-city",
        "link": "https://www.sofascore.com/team/football/manchester-city/17",
        "image_link": "https://img.sofascore.com/api/v1/team/17/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "home_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "away_score": {
        "current": 2,
        "display": 2,
        "periods": {
          "period1": 0,
          "period2": 2,
          "normaltime": 2
        }
      },
      "round": {
        "number": 7,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 8186,
        "name": "Premier League 14/15",
        "year": "14/15",
        "season_coverage_info": {
          "editor_coverage_level": 1
        }
      },
      "time": {
        "injury_time1": 1,
        "injury_time2": 4,
        "current_period_start_time": "2014-10-04T18:21:08Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "is_final_result_only": false
    },
    {
      "id": 5187326,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:5187326",
      "start_time": "2014-05-07T18: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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": {
        "current": 4,
        "display": 4,
        "periods": {
          "period1": 0,
          "period2": 4,
          "normaltime": 4
        }
      },
      "away_score": {
        "current": 0,
        "display": 0,
        "periods": {
          "period1": 0,
          "period2": 0,
          "normaltime": 0
        }
      },
      "round": {
        "number": 29,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 6311,
        "name": "Premier League 13/14",
        "year": "13/14",
        "season_coverage_info": {
          "editor_coverage_level": 1
        }
      },
      "time": {
        "injury_time1": 3,
        "injury_time2": 3,
        "current_period_start_time": "2014-05-07T20:37:48Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "is_final_result_only": false
    },
    {
      "id": 3965627,
      "custom_id": "rP",
      "slug": "aston-villa-manchester-city",
      "link": "https://www.sofascore.com/football/match/aston-villa-manchester-city/rP#id:3965627",
      "start_time": "2014-03-08T15:00:00Z",
      "status": {
        "code": 60,
        "type": "postponed",
        "description": "Postponed"
      },
      "is_live": false,
      "is_finished": false,
      "winner_code": null,
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#66ccff",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4753278
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#670e36",
          "secondary": "#94bee5",
          "text": "#94bee5"
        },
        "followers_count": 1091289
      },
      "home_score": null,
      "away_score": null,
      "round": {
        "number": 29,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 6311,
        "name": "Premier League 13/14",
        "year": "13/14",
        "season_coverage_info": {
          "editor_coverage_level": 1
        }
      },
      "time": {
        "current_period_start_time": "2014-02-24T06:17:15Z"
      },
      "coverage": 1,
      "has_highlights": false,
      "is_final_result_only": false
    },
    "... 61 more items"
  ]
}