Flashscore Scraper

ENDPOINTS
GET/tournaments/results

Competition Results

Finished matches of a season with scores, newest first, paged.

QUERY PARAMS

Competition URL path. This endpoint needs the path form: the page numbers are keyed on a season ID that only the competition page carries.

Examples:

  • Current season: /football/spain/laliga/
  • Past season: /football/spain/laliga-2024-2025/

1-based page number.

Default: 1

Allowed values: 1-200

{
  "count": 60,
  "per_page": 60,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "id": "QeI1Oeyi",
  "stage_id": "dWdJXP6U",
  "template_id": "QVmLl54o",
  "name": "LaLiga",
  "link": "https://www.flashscore.com/football/spain/laliga/",
  "season": "2026/2027",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "matches": [
    {
      "id": "00VbGuWQ",
      "link": "https://www.flashscore.com/match/00VbGuWQ/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-18T19:00:00Z",
      "date": "2026-09-18",
      "end_time": "2026-09-18T21:00:39Z",
      "round": "Round 7",
      "note": null,
      "home": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "away": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "home_score": 1,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "GGiPsLP1",
      "link": "https://www.flashscore.com/match/GGiPsLP1/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-17T19:30:00Z",
      "date": "2026-09-17",
      "end_time": "2026-09-17T21:26:23Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": "https://static.flashscore.com/res/image/data/4jmiYe8k-MTxwaw7C.png"
      },
      "away": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": "https://static.flashscore.com/res/image/data/EBxZSOjT-GSuwY3p9.png"
      },
      "home_score": 1,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "l0jpbLho",
      "link": "https://www.flashscore.com/match/l0jpbLho/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-17T17:00:00Z",
      "date": "2026-09-17",
      "end_time": "2026-09-17T18:59:44Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": "https://static.flashscore.com/res/image/data/YV7lpDU0-zkU5wiAr.png"
      },
      "away": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": "https://static.flashscore.com/res/image/data/hGMWMdT0-YmCZKGcR.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "bDWq2kBG",
      "link": "https://www.flashscore.com/match/bDWq2kBG/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-16T19:30:00Z",
      "date": "2026-09-16",
      "end_time": "2026-09-16T21:32:17Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": "https://static.flashscore.com/res/image/data/jZ8dSYS0-fcDVLdrL.png"
      },
      "away": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": "https://static.flashscore.com/res/image/data/UcT1DDUH-MsWrauH8.png"
      },
      "home_score": 7,
      "away_score": 2,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "YZpF3sVN",
      "link": "https://www.flashscore.com/match/YZpF3sVN/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-16T17:00:00Z",
      "date": "2026-09-16",
      "end_time": "2026-09-16T18:56:02Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": "https://static.flashscore.com/res/image/data/Kv2QSkhT-GhHiNvXF.png"
      },
      "away": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": "https://static.flashscore.com/res/image/data/UTfY3r86-Yu8w588N.png"
      },
      "home_score": 4,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "rNPT5XBi",
      "link": "https://www.flashscore.com/match/rNPT5XBi/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-16T17:00:00Z",
      "date": "2026-09-16",
      "end_time": "2026-09-16T18:56:13Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": "https://static.flashscore.com/res/image/data/zgKWiuA6-hlsaa9q3.png"
      },
      "away": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": "https://static.flashscore.com/res/image/data/EcTGi086-tIT0KyhE.png"
      },
      "home_score": 0,
      "away_score": 1,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "jmTy4Bt4",
      "link": "https://www.flashscore.com/match/jmTy4Bt4/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-15T19:30:00Z",
      "date": "2026-09-15",
      "end_time": "2026-09-15T21:27:30Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "away": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": "https://static.flashscore.com/res/image/data/CGPhnpne-ttfpEDUq.png"
      },
      "home_score": 2,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 2,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "Q9s7530B",
      "link": "https://www.flashscore.com/match/Q9s7530B/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-15T18:00:00Z",
      "date": "2026-09-15",
      "end_time": "2026-09-15T19:56:19Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": "https://static.flashscore.com/res/image/data/4rBxR4R0-EXAuP9cb.png"
      },
      "away": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": "https://static.flashscore.com/res/image/data/8Cqphq8k-MHrRLNUo.png"
      },
      "home_score": 0,
      "away_score": 1,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "rNqB5OH8",
      "link": "https://www.flashscore.com/match/rNqB5OH8/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-15T17:00:00Z",
      "date": "2026-09-15",
      "end_time": "2026-09-15T18:59:49Z",
      "round": "Round 6",
      "note": "Playing home matches at a different stadium.",
      "home": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": "https://static.flashscore.com/res/image/data/QyKcNfhT-EPWyZtpb.png"
      },
      "away": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "home_score": 2,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "hdqa7PVb",
      "link": "https://www.flashscore.com/match/hdqa7PVb/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-14T19:00:00Z",
      "date": "2026-09-14",
      "end_time": "2026-09-14T20:53:04Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": "https://static.flashscore.com/res/image/data/EBxZSOjT-GSuwY3p9.png"
      },
      "away": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": "https://static.flashscore.com/res/image/data/YV7lpDU0-zkU5wiAr.png"
      },
      "home_score": 1,
      "away_score": 2,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "GG5skrGU",
      "link": "https://www.flashscore.com/match/GG5skrGU/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-13T19:00:00Z",
      "date": "2026-09-13",
      "end_time": "2026-09-13T20:56:45Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": "https://static.flashscore.com/res/image/data/rcAkl5le-vJb36ZBF.png"
      },
      "away": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": "https://static.flashscore.com/res/image/data/Kv2QSkhT-GhHiNvXF.png"
      },
      "home_score": 0,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 3
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "63N1x5WO",
      "link": "https://www.flashscore.com/match/63N1x5WO/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-13T16:30:00Z",
      "date": "2026-09-13",
      "end_time": "2026-09-13T18:29:48Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": "https://static.flashscore.com/res/image/data/hGMWMdT0-YmCZKGcR.png"
      },
      "away": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": "https://static.flashscore.com/res/image/data/zgKWiuA6-hlsaa9q3.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "fa2Bd8Ht",
      "link": "https://www.flashscore.com/match/fa2Bd8Ht/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-13T14:15:00Z",
      "date": "2026-09-13",
      "end_time": "2026-09-13T16:19:29Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": "https://static.flashscore.com/res/image/data/0dmWDDBN-QqzX7amJ.png"
      },
      "away": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": "https://static.flashscore.com/res/image/data/jZ8dSYS0-fcDVLdrL.png"
      },
      "home_score": 2,
      "away_score": 4,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 2,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "bwKgvR1C",
      "link": "https://www.flashscore.com/match/bwKgvR1C/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-13T12:00:00Z",
      "date": "2026-09-13",
      "end_time": "2026-09-13T13:56:52Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": "https://static.flashscore.com/res/image/data/INW8oRBN-SOY3p1Si.png"
      },
      "away": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": "https://static.flashscore.com/res/image/data/4jmiYe8k-MTxwaw7C.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "r37Zj4oI",
      "link": "https://www.flashscore.com/match/r37Zj4oI/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-12T19:00:00Z",
      "date": "2026-09-12",
      "end_time": "2026-09-12T20:58:28Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": "https://static.flashscore.com/res/image/data/CGPhnpne-ttfpEDUq.png"
      },
      "away": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": "https://static.flashscore.com/res/image/data/QyKcNfhT-EPWyZtpb.png"
      },
      "home_score": 4,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "QPLotmXa",
      "link": "https://www.flashscore.com/match/QPLotmXa/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-12T16:30:00Z",
      "date": "2026-09-12",
      "end_time": "2026-09-12T18:23:54Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": "https://static.flashscore.com/res/image/data/GUtNYAWH-vJb36ZBF.png"
      },
      "away": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "SC0Jfnng",
      "link": "https://www.flashscore.com/match/SC0Jfnng/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-12T14:15:00Z",
      "date": "2026-09-12",
      "end_time": "2026-09-12T16:05:55Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": "https://static.flashscore.com/res/image/data/UTfY3r86-Yu8w588N.png"
      },
      "away": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "home_score": 0,
      "away_score": 2,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "zw4RhQG5",
      "link": "https://www.flashscore.com/match/zw4RhQG5/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-12T12:00:00Z",
      "date": "2026-09-12",
      "end_time": "2026-09-12T13:58:04Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": "https://static.flashscore.com/res/image/data/UcT1DDUH-MsWrauH8.png"
      },
      "away": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": "https://static.flashscore.com/res/image/data/4rBxR4R0-EXAuP9cb.png"
      },
      "home_score": 2,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "pWui9o1n",
      "link": "https://www.flashscore.com/match/pWui9o1n/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-11T19:00:00Z",
      "date": "2026-09-11",
      "end_time": "2026-09-11T21:04:43Z",
      "round": "Round 5",
      "note": null,
      "home": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": "https://static.flashscore.com/res/image/data/EcTGi086-tIT0KyhE.png"
      },
      "away": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": "https://static.flashscore.com/res/image/data/8Cqphq8k-MHrRLNUo.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "xnbRmvZ8",
      "link": "https://www.flashscore.com/match/xnbRmvZ8/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-07T19:30:00Z",
      "date": "2026-09-07",
      "end_time": "2026-09-07T21:27:45Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "away": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": "https://static.flashscore.com/res/image/data/rcAkl5le-vJb36ZBF.png"
      },
      "home_score": 2,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 2,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "EVN6T9mf",
      "link": "https://www.flashscore.com/match/EVN6T9mf/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-07T17:00:00Z",
      "date": "2026-09-07",
      "end_time": "2026-09-07T19:00:48Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": "https://static.flashscore.com/res/image/data/hGMWMdT0-YmCZKGcR.png"
      },
      "away": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": "https://static.flashscore.com/res/image/data/INW8oRBN-SOY3p1Si.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "tIPbVVIs",
      "link": "https://www.flashscore.com/match/tIPbVVIs/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-06T19:00:00Z",
      "date": "2026-09-06",
      "end_time": "2026-09-06T21:01:42Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "away": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": "https://static.flashscore.com/res/image/data/EcTGi086-tIT0KyhE.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "6qH1XIlS",
      "link": "https://www.flashscore.com/match/6qH1XIlS/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-06T16:30:00Z",
      "date": "2026-09-06",
      "end_time": "2026-09-06T18:29:19Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": "https://static.flashscore.com/res/image/data/4rBxR4R0-EXAuP9cb.png"
      },
      "away": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": "https://static.flashscore.com/res/image/data/UTfY3r86-Yu8w588N.png"
      },
      "home_score": 5,
      "away_score": 2,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "MeRERmI6",
      "link": "https://www.flashscore.com/match/MeRERmI6/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-06T16:30:00Z",
      "date": "2026-09-06",
      "end_time": "2026-09-06T18:24:03Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": "https://static.flashscore.com/res/image/data/4jmiYe8k-MTxwaw7C.png"
      },
      "away": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": "https://static.flashscore.com/res/image/data/0dmWDDBN-QqzX7amJ.png"
      },
      "home_score": 0,
      "away_score": 0,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "MFH8mVvQ",
      "link": "https://www.flashscore.com/match/MFH8mVvQ/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-06T14:15:00Z",
      "date": "2026-09-06",
      "end_time": "2026-09-06T16:17:13Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": "https://static.flashscore.com/res/image/data/8Cqphq8k-MHrRLNUo.png"
      },
      "away": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": "https://static.flashscore.com/res/image/data/jZ8dSYS0-fcDVLdrL.png"
      },
      "home_score": 0,
      "away_score": 5,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 3
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "IaIwr92m",
      "link": "https://www.flashscore.com/match/IaIwr92m/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-05T19:00:00Z",
      "date": "2026-09-05",
      "end_time": "2026-09-05T20:55:10Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": "https://static.flashscore.com/res/image/data/EBxZSOjT-GSuwY3p9.png"
      },
      "away": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": "https://static.flashscore.com/res/image/data/zgKWiuA6-hlsaa9q3.png"
      },
      "home_score": 2,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "ULUMPRnJ",
      "link": "https://www.flashscore.com/match/ULUMPRnJ/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-05T16:30:00Z",
      "date": "2026-09-05",
      "end_time": "2026-09-05T18:29:33Z",
      "round": "Round 4",
      "note": "Playing home matches at a different stadium.",
      "home": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": "https://static.flashscore.com/res/image/data/QyKcNfhT-EPWyZtpb.png"
      },
      "away": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": "https://static.flashscore.com/res/image/data/UcT1DDUH-MsWrauH8.png"
      },
      "home_score": 3,
      "away_score": 2,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "xS7XRdCk",
      "link": "https://www.flashscore.com/match/xS7XRdCk/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-05T14:15:00Z",
      "date": "2026-09-05",
      "end_time": "2026-09-05T16:17:11Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": "https://static.flashscore.com/res/image/data/GUtNYAWH-vJb36ZBF.png"
      },
      "away": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": "https://static.flashscore.com/res/image/data/Kv2QSkhT-GhHiNvXF.png"
      },
      "home_score": 3,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "Au6uQzs2",
      "link": "https://www.flashscore.com/match/Au6uQzs2/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-04T19:00:00Z",
      "date": "2026-09-04",
      "end_time": "2026-09-04T21:06:06Z",
      "round": "Round 4",
      "note": null,
      "home": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": "https://static.flashscore.com/res/image/data/YV7lpDU0-zkU5wiAr.png"
      },
      "away": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": "https://static.flashscore.com/res/image/data/CGPhnpne-ttfpEDUq.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "GzrJ32nL",
      "link": "https://www.flashscore.com/match/GzrJ32nL/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-09-03T19:00:00Z",
      "date": "2026-09-03",
      "end_time": "2026-09-03T20:57:02Z",
      "round": "Round 6",
      "note": null,
      "home": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": "https://static.flashscore.com/res/image/data/rcAkl5le-vJb36ZBF.png"
      },
      "away": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": "https://static.flashscore.com/res/image/data/INW8oRBN-SOY3p1Si.png"
      },
      "home_score": 0,
      "away_score": 0,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "GvI6ON5c",
      "link": "https://www.flashscore.com/match/GvI6ON5c/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-31T19:30:00Z",
      "date": "2026-08-31",
      "end_time": "2026-08-31T21:30:00Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": "https://static.flashscore.com/res/image/data/jZ8dSYS0-fcDVLdrL.png"
      },
      "away": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": "https://static.flashscore.com/res/image/data/QyKcNfhT-EPWyZtpb.png"
      },
      "home_score": 5,
      "away_score": 2,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "GCwMKu5M",
      "link": "https://www.flashscore.com/match/GCwMKu5M/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-31T17:30:00Z",
      "date": "2026-08-31",
      "end_time": "2026-08-31T19:30:38Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": "https://static.flashscore.com/res/image/data/UTfY3r86-Yu8w588N.png"
      },
      "away": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": "https://static.flashscore.com/res/image/data/hGMWMdT0-YmCZKGcR.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "h2vk6tjT",
      "link": "https://www.flashscore.com/match/h2vk6tjT/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-30T19:30:00Z",
      "date": "2026-08-30",
      "end_time": "2026-08-30T21:22:11Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": "https://static.flashscore.com/res/image/data/INW8oRBN-SOY3p1Si.png"
      },
      "away": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": "https://static.flashscore.com/res/image/data/GUtNYAWH-vJb36ZBF.png"
      },
      "home_score": 0,
      "away_score": 2,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "OpVK0KDj",
      "link": "https://www.flashscore.com/match/OpVK0KDj/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-30T17:30:00Z",
      "date": "2026-08-30",
      "end_time": "2026-08-30T19:27:41Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": "https://static.flashscore.com/res/image/data/zgKWiuA6-hlsaa9q3.png"
      },
      "away": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": "https://static.flashscore.com/res/image/data/8Cqphq8k-MHrRLNUo.png"
      },
      "home_score": 3,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "K8SaDccd",
      "link": "https://www.flashscore.com/match/K8SaDccd/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-30T15:00:00Z",
      "date": "2026-08-30",
      "end_time": "2026-08-30T16:56:56Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": "https://static.flashscore.com/res/image/data/CGPhnpne-ttfpEDUq.png"
      },
      "away": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": "https://static.flashscore.com/res/image/data/4jmiYe8k-MTxwaw7C.png"
      },
      "home_score": 4,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "KSIgZvKF",
      "link": "https://www.flashscore.com/match/KSIgZvKF/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-29T19:30:00Z",
      "date": "2026-08-29",
      "end_time": "2026-08-29T21:29:34Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": "https://static.flashscore.com/res/image/data/EcTGi086-tIT0KyhE.png"
      },
      "away": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": "https://static.flashscore.com/res/image/data/Kv2QSkhT-GhHiNvXF.png"
      },
      "home_score": 1,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "nFKoy1k3",
      "link": "https://www.flashscore.com/match/nFKoy1k3/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-29T17:00:00Z",
      "date": "2026-08-29",
      "end_time": "2026-08-29T18:58:07Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": "https://static.flashscore.com/res/image/data/rcAkl5le-vJb36ZBF.png"
      },
      "away": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "home_score": 2,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "O4LEM1zA",
      "link": "https://www.flashscore.com/match/O4LEM1zA/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-29T15:00:00Z",
      "date": "2026-08-29",
      "end_time": "2026-08-29T17:04:57Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": "https://static.flashscore.com/res/image/data/0dmWDDBN-QqzX7amJ.png"
      },
      "away": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": "https://static.flashscore.com/res/image/data/YV7lpDU0-zkU5wiAr.png"
      },
      "home_score": 5,
      "away_score": 2,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "6ots82LG",
      "link": "https://www.flashscore.com/match/6ots82LG/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-28T19:30:00Z",
      "date": "2026-08-28",
      "end_time": "2026-08-28T21:21:36Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": "https://static.flashscore.com/res/image/data/4rBxR4R0-EXAuP9cb.png"
      },
      "away": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": "https://static.flashscore.com/res/image/data/EBxZSOjT-GSuwY3p9.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "CrPiFJSq",
      "link": "https://www.flashscore.com/match/CrPiFJSq/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-28T17:00:00Z",
      "date": "2026-08-28",
      "end_time": "2026-08-28T18:55:49Z",
      "round": "Round 3",
      "note": null,
      "home": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": "https://static.flashscore.com/res/image/data/UcT1DDUH-MsWrauH8.png"
      },
      "away": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "home_score": 3,
      "away_score": 2,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "0Atuqenl",
      "link": "https://www.flashscore.com/match/0Atuqenl/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-27T19:00:00Z",
      "date": "2026-08-27",
      "end_time": "2026-08-27T21:02:03Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": "https://static.flashscore.com/res/image/data/jZ8dSYS0-fcDVLdrL.png"
      },
      "away": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": "https://static.flashscore.com/res/image/data/GUtNYAWH-vJb36ZBF.png"
      },
      "home_score": 2,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "fo75jev8",
      "link": "https://www.flashscore.com/match/fo75jev8/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-27T18:30:00Z",
      "date": "2026-08-27",
      "end_time": "2026-08-27T20:28:34Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": "https://static.flashscore.com/res/image/data/INW8oRBN-SOY3p1Si.png"
      },
      "away": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": "https://static.flashscore.com/res/image/data/UTfY3r86-Yu8w588N.png"
      },
      "home_score": 1,
      "away_score": 2,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "EXneuDoD",
      "link": "https://www.flashscore.com/match/EXneuDoD/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-26T19:00:00Z",
      "date": "2026-08-26",
      "end_time": "2026-08-26T20:57:31Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": "https://static.flashscore.com/res/image/data/CGPhnpne-ttfpEDUq.png"
      },
      "away": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": "https://static.flashscore.com/res/image/data/rcAkl5le-vJb36ZBF.png"
      },
      "home_score": 4,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "xAQCcf1s",
      "link": "https://www.flashscore.com/match/xAQCcf1s/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-25T19:00:00Z",
      "date": "2026-08-25",
      "end_time": "2026-08-25T20:58:40Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": "https://static.flashscore.com/res/image/data/8Cqphq8k-MHrRLNUo.png"
      },
      "away": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": "https://static.flashscore.com/res/image/data/YV7lpDU0-zkU5wiAr.png"
      },
      "home_score": 0,
      "away_score": 1,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "2V09g36N",
      "link": "https://www.flashscore.com/match/2V09g36N/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-24T19:30:00Z",
      "date": "2026-08-24",
      "end_time": "2026-08-24T21:23:21Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": "https://static.flashscore.com/res/image/data/4jmiYe8k-MTxwaw7C.png"
      },
      "away": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": "https://static.flashscore.com/res/image/data/zgKWiuA6-hlsaa9q3.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "b1nulsUp",
      "link": "https://www.flashscore.com/match/b1nulsUp/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-24T17:30:00Z",
      "date": "2026-08-24",
      "end_time": "2026-08-24T19:20:54Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": "https://static.flashscore.com/res/image/data/UTfY3r86-Yu8w588N.png"
      },
      "away": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": "https://static.flashscore.com/res/image/data/0dmWDDBN-QqzX7amJ.png"
      },
      "home_score": 0,
      "away_score": 0,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "Gfdoa7xn",
      "link": "https://www.flashscore.com/match/Gfdoa7xn/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-23T19:30:00Z",
      "date": "2026-08-23",
      "end_time": "2026-08-23T21:27:30Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "away": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": "https://static.flashscore.com/res/image/data/jZ8dSYS0-fcDVLdrL.png"
      },
      "home_score": 0,
      "away_score": 5,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 3
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "dYc1ePyB",
      "link": "https://www.flashscore.com/match/dYc1ePyB/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-23T17:30:00Z",
      "date": "2026-08-23",
      "end_time": "2026-08-23T19:28:57Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": "https://static.flashscore.com/res/image/data/hGMWMdT0-YmCZKGcR.png"
      },
      "away": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": "https://static.flashscore.com/res/image/data/UcT1DDUH-MsWrauH8.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "ImSSgC06",
      "link": "https://www.flashscore.com/match/ImSSgC06/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-23T15:00:00Z",
      "date": "2026-08-23",
      "end_time": "2026-08-23T17:04:57Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": "https://static.flashscore.com/res/image/data/Kv2QSkhT-GhHiNvXF.png"
      },
      "away": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": "https://static.flashscore.com/res/image/data/EBxZSOjT-GSuwY3p9.png"
      },
      "home_score": 2,
      "away_score": 2,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 2,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "l8fgco7b",
      "link": "https://www.flashscore.com/match/l8fgco7b/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-22T19:30:00Z",
      "date": "2026-08-22",
      "end_time": "2026-08-22T21:25:57Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "away": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": "https://static.flashscore.com/res/image/data/CGPhnpne-ttfpEDUq.png"
      },
      "home_score": 1,
      "away_score": 2,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "YXsZ9Oj4",
      "link": "https://www.flashscore.com/match/YXsZ9Oj4/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-22T17:30:00Z",
      "date": "2026-08-22",
      "end_time": "2026-08-22T19:28:45Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": "https://static.flashscore.com/res/image/data/8Cqphq8k-MHrRLNUo.png"
      },
      "away": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": "https://static.flashscore.com/res/image/data/INW8oRBN-SOY3p1Si.png"
      },
      "home_score": 0,
      "away_score": 0,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "pzUKeYVg",
      "link": "https://www.flashscore.com/match/pzUKeYVg/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-22T15:00:00Z",
      "date": "2026-08-22",
      "end_time": "2026-08-22T17:00:56Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": "https://static.flashscore.com/res/image/data/GUtNYAWH-vJb36ZBF.png"
      },
      "away": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": "https://static.flashscore.com/res/image/data/EcTGi086-tIT0KyhE.png"
      },
      "home_score": 1,
      "away_score": 3,
      "winner": "away",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 2
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "jFuzhjVI",
      "link": "https://www.flashscore.com/match/jFuzhjVI/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-21T19:00:00Z",
      "date": "2026-08-21",
      "end_time": "2026-08-21T20:55:55Z",
      "round": "Round 2",
      "note": null,
      "home": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": "https://static.flashscore.com/res/image/data/YV7lpDU0-zkU5wiAr.png"
      },
      "away": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": "https://static.flashscore.com/res/image/data/rcAkl5le-vJb36ZBF.png"
      },
      "home_score": 1,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "Q7vRBpMi",
      "link": "https://www.flashscore.com/match/Q7vRBpMi/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-20T19:00:00Z",
      "date": "2026-08-20",
      "end_time": "2026-08-20T21:00:47Z",
      "round": "Round 2",
      "note": "Playing home matches at a different stadium - Estadio Municipal de Butarque.",
      "home": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": "https://static.flashscore.com/res/image/data/QyKcNfhT-EPWyZtpb.png"
      },
      "away": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": "https://static.flashscore.com/res/image/data/4rBxR4R0-EXAuP9cb.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "MX8chH9e",
      "link": "https://www.flashscore.com/match/MX8chH9e/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-19T19:00:00Z",
      "date": "2026-08-19",
      "end_time": "2026-08-19T21:05:29Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": "https://static.flashscore.com/res/image/data/Kv2QSkhT-GhHiNvXF.png"
      },
      "away": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": "https://static.flashscore.com/res/image/data/4jmiYe8k-MTxwaw7C.png"
      },
      "home_score": 2,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 2,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "dEi1jwfE",
      "link": "https://www.flashscore.com/match/dEi1jwfE/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-17T19:00:00Z",
      "date": "2026-08-17",
      "end_time": "2026-08-17T20:56:19Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": "https://static.flashscore.com/res/image/data/zgKWiuA6-hlsaa9q3.png"
      },
      "away": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": "https://static.flashscore.com/res/image/data/EVxB82BN-YmCZKGcR.png"
      },
      "home_score": 1,
      "away_score": 1,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 1
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "4ve9lHOQ",
      "link": "https://www.flashscore.com/match/4ve9lHOQ/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-16T17:00:00Z",
      "date": "2026-08-16",
      "end_time": "2026-08-16T19:00:49Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": "https://static.flashscore.com/res/image/data/QeCoIpXH-Msjm1Bq4.png"
      },
      "away": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": "https://static.flashscore.com/res/image/data/0dmWDDBN-QqzX7amJ.png"
      },
      "home_score": 3,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 1,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "8zpmsZG0",
      "link": "https://www.flashscore.com/match/8zpmsZG0/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-16T15:00:00Z",
      "date": "2026-08-16",
      "end_time": "2026-08-16T16:58:27Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": "https://static.flashscore.com/res/image/data/UcT1DDUH-MsWrauH8.png"
      },
      "away": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": "https://static.flashscore.com/res/image/data/EBxZSOjT-GSuwY3p9.png"
      },
      "home_score": 2,
      "away_score": 2,
      "winner": "draw",
      "periods": [
        {
          "name": "Half Time",
          "home": 0,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "6RZt3GwK",
      "link": "https://www.flashscore.com/match/6RZt3GwK/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-15T19:30:00Z",
      "date": "2026-08-15",
      "end_time": "2026-08-15T21:45:28Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": "https://static.flashscore.com/res/image/data/EcTGi086-tIT0KyhE.png"
      },
      "away": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": "https://static.flashscore.com/res/image/data/QyKcNfhT-EPWyZtpb.png"
      },
      "home_score": 2,
      "away_score": 1,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 2,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    },
    {
      "id": "E75kfwuq",
      "link": "https://www.flashscore.com/match/E75kfwuq/",
      "status": "finished",
      "stage": "Finished",
      "stage_id": 3,
      "start_time": "2026-08-15T17:30:00Z",
      "date": "2026-08-15",
      "end_time": "2026-08-15T19:30:20Z",
      "round": "Round 1",
      "note": null,
      "home": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": "https://static.flashscore.com/res/image/data/4rBxR4R0-EXAuP9cb.png"
      },
      "away": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": "https://static.flashscore.com/res/image/data/hGMWMdT0-YmCZKGcR.png"
      },
      "home_score": 3,
      "away_score": 0,
      "winner": "home",
      "periods": [
        {
          "name": "Half Time",
          "home": 3,
          "away": 0
        }
      ],
      "has_statistics": true,
      "has_live_coverage": false
    }
  ]
}