Transfermarkt Scraper

ENDPOINTS
GET/competitions/fixtures

Competition Fixtures

The full season schedule, round by round, with dates, scores and match IDs.

QUERY PARAMS

Transfermarkt competition code (GB1 Premier League, ES1 LaLiga, L1 Bundesliga, IT1 Serie A, FR1 Ligue 1, CL Champions League) or any transfermarkt.com competition URL.

Examples:

  • Code: ES1
  • URL: https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1

Season start year or name — 2025, 25/26 and 2025/26 all mean the 2025/26 season.

Default: the current season

{
  "competition_id": "ES1",
  "season": null,
  "count": 380,
  "rounds": [
    {
      "round": "1.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909440,
          "link": "https://www.transfermarkt.com/deportivo-alaves_getafe-cf/index/spielbericht/4909440",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-15",
          "time": "7:30 PM",
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": 3,
          "away_goals": 0,
          "result": "3:0"
        },
        {
          "match_id": 4909448,
          "link": "https://www.transfermarkt.com/sevilla-fc_rayo-vallecano/index/spielbericht/4909448",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-15",
          "time": "9:30 PM",
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 1,
          "result": "2:1"
        },
        {
          "match_id": 4909446,
          "link": "https://www.transfermarkt.com/racing-santander_villarreal-cf/index/spielbericht/4909446",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-16",
          "time": "5:00 PM",
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 2,
          "result": "2:2"
        },
        {
          "match_id": 4909444,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_levante-ud/index/spielbericht/4909444",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-16",
          "time": "7:00 PM",
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": 3,
          "away_goals": 0,
          "result": "3:0"
        },
        {
          "match_id": 4909443,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_elche-cf/index/spielbericht/4909443",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-17",
          "time": "9:00 PM",
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909441,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_malaga-cf/index/spielbericht/4909441",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-19",
          "time": "9:00 PM",
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 0,
          "result": "2:0"
        },
        {
          "match_id": 4909449,
          "link": "https://www.transfermarkt.com/valencia-cf_real-betis-balompie/index/spielbericht/4909449",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-25",
          "time": "9:00 PM",
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 1,
          "result": "0:1"
        },
        {
          "match_id": 4909447,
          "link": "https://www.transfermarkt.com/real-madrid_real-sociedad/index/spielbericht/4909447",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-26",
          "time": "9:00 PM",
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": 4,
          "away_goals": 1,
          "result": "4:1"
        },
        {
          "match_id": 4909442,
          "link": "https://www.transfermarkt.com/celta-de-vigo_ca-osasuna/index/spielbericht/4909442",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-27",
          "time": "8:30 PM",
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 2,
          "result": "1:2"
        },
        {
          "match_id": 4909445,
          "link": "https://www.transfermarkt.com/fc-barcelona_athletic-bilbao/index/spielbericht/4909445",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "1.Matchday",
          "date": "2026-08-27",
          "time": "9:00 PM",
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 0,
          "result": "2:0"
        }
      ]
    },
    {
      "round": "2.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909476,
          "link": "https://www.transfermarkt.com/rayo-vallecano_deportivo-alaves/index/spielbericht/4909476",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-20",
          "time": "9:00 PM",
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909470,
          "link": "https://www.transfermarkt.com/real-betis-balompie_real-sociedad/index/spielbericht/4909470",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-21",
          "time": "9:00 PM",
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909468,
          "link": "https://www.transfermarkt.com/athletic-bilbao_sevilla-fc/index/spielbericht/4909468",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-22",
          "time": "5:00 PM",
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 3,
          "result": "1:3"
        },
        {
          "match_id": 4909477,
          "link": "https://www.transfermarkt.com/valencia-cf_celta-de-vigo/index/spielbericht/4909477",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-22",
          "time": "7:30 PM",
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 0,
          "result": "0:0"
        },
        {
          "match_id": 4909472,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_real-madrid/index/spielbericht/4909472",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-22",
          "time": "9:30 PM",
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 2,
          "result": "1:2"
        },
        {
          "match_id": 4909469,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_villarreal-cf/index/spielbericht/4909469",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-23",
          "time": "5:00 PM",
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 2,
          "result": "2:2"
        },
        {
          "match_id": 4909473,
          "link": "https://www.transfermarkt.com/getafe-cf_racing-santander/index/spielbericht/4909473",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-23",
          "time": "7:30 PM",
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909471,
          "link": "https://www.transfermarkt.com/elche-cf_fc-barcelona/index/spielbericht/4909471",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-23",
          "time": "9:30 PM",
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 5,
          "result": "0:5"
        },
        {
          "match_id": 4909475,
          "link": "https://www.transfermarkt.com/ca-osasuna_levante-ud/index/spielbericht/4909475",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-24",
          "time": "7:30 PM",
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 0,
          "result": "0:0"
        },
        {
          "match_id": 4909474,
          "link": "https://www.transfermarkt.com/malaga-cf_deportivo-a-coruna/index/spielbericht/4909474",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "2.Matchday",
          "date": "2026-08-24",
          "time": "9:30 PM",
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        }
      ]
    },
    {
      "round": "3.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909484,
          "link": "https://www.transfermarkt.com/racing-santander_elche-cf/index/spielbericht/4909484",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-28",
          "time": "7:00 PM",
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": 3,
          "away_goals": 2,
          "result": "3:2"
        },
        {
          "match_id": 4909478,
          "link": "https://www.transfermarkt.com/deportivo-alaves_villarreal-cf/index/spielbericht/4909478",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-28",
          "time": "9:30 PM",
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909482,
          "link": "https://www.transfermarkt.com/levante-ud_real-betis-balompie/index/spielbericht/4909482",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-29",
          "time": "5:00 PM",
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": 5,
          "away_goals": 2,
          "result": "5:2"
        },
        {
          "match_id": 4909486,
          "link": "https://www.transfermarkt.com/real-sociedad_rcd-espanyol-barcelona/index/spielbericht/4909486",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-29",
          "time": "7:00 PM",
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 1,
          "result": "2:1"
        },
        {
          "match_id": 4909487,
          "link": "https://www.transfermarkt.com/sevilla-fc_atletico-de-madrid/index/spielbericht/4909487",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-29",
          "time": "9:30 PM",
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 3,
          "result": "1:3"
        },
        {
          "match_id": 4909485,
          "link": "https://www.transfermarkt.com/real-madrid_malaga-cf/index/spielbericht/4909485",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-30",
          "time": "5:00 PM",
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": 4,
          "away_goals": 0,
          "result": "4:0"
        },
        {
          "match_id": 4909480,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_valencia-cf/index/spielbericht/4909480",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-30",
          "time": "7:30 PM",
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 3,
          "away_goals": 1,
          "result": "3:1"
        },
        {
          "match_id": 4909479,
          "link": "https://www.transfermarkt.com/celta-de-vigo_athletic-bilbao/index/spielbericht/4909479",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-30",
          "time": "9:30 PM",
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 2,
          "result": "0:2"
        },
        {
          "match_id": 4909483,
          "link": "https://www.transfermarkt.com/ca-osasuna_getafe-cf/index/spielbericht/4909483",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-31",
          "time": "7:30 PM",
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909481,
          "link": "https://www.transfermarkt.com/fc-barcelona_rayo-vallecano/index/spielbericht/4909481",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "3.Matchday",
          "date": "2026-08-31",
          "time": "9:30 PM",
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": 5,
          "away_goals": 2,
          "result": "5:2"
        }
      ]
    },
    {
      "round": "4.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909498,
          "link": "https://www.transfermarkt.com/real-betis-balompie_real-madrid/index/spielbericht/4909498",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-04",
          "time": "9:00 PM",
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909497,
          "link": "https://www.transfermarkt.com/athletic-bilbao_atletico-de-madrid/index/spielbericht/4909497",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-05",
          "time": "4:15 PM",
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": 3,
          "away_goals": 0,
          "result": "3:0"
        },
        {
          "match_id": 4909503,
          "link": "https://www.transfermarkt.com/rayo-vallecano_racing-santander/index/spielbericht/4909503",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-05",
          "time": "6:30 PM",
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": 3,
          "away_goals": 2,
          "result": "3:2"
        },
        {
          "match_id": 4909505,
          "link": "https://www.transfermarkt.com/villarreal-cf_deportivo-a-coruna/index/spielbericht/4909505",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-05",
          "time": "9:00 PM",
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 3,
          "result": "2:3"
        },
        {
          "match_id": 4909504,
          "link": "https://www.transfermarkt.com/valencia-cf_fc-barcelona/index/spielbericht/4909504",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-06",
          "time": "4:15 PM",
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 5,
          "result": "0:5"
        },
        {
          "match_id": 4909496,
          "link": "https://www.transfermarkt.com/deportivo-alaves_ca-osasuna/index/spielbericht/4909496",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-06",
          "time": "6:30 PM",
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": 5,
          "away_goals": 2,
          "result": "5:2"
        },
        {
          "match_id": 4909502,
          "link": "https://www.transfermarkt.com/malaga-cf_levante-ud/index/spielbericht/4909502",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-06",
          "time": "6:30 PM",
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 0,
          "result": "0:0"
        },
        {
          "match_id": 4909500,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_sevilla-fc/index/spielbericht/4909500",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-06",
          "time": "9:00 PM",
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909501,
          "link": "https://www.transfermarkt.com/getafe-cf_celta-de-vigo/index/spielbericht/4909501",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-07",
          "time": "7:00 PM",
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909499,
          "link": "https://www.transfermarkt.com/elche-cf_real-sociedad/index/spielbericht/4909499",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "4.Matchday",
          "date": "2026-09-07",
          "time": "9:30 PM",
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 3,
          "result": "2:3"
        }
      ]
    },
    {
      "round": "5.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909532,
          "link": "https://www.transfermarkt.com/sevilla-fc_valencia-cf/index/spielbericht/4909532",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-11",
          "time": "9:00 PM",
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909529,
          "link": "https://www.transfermarkt.com/racing-santander_deportivo-alaves/index/spielbericht/4909529",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-12",
          "time": "2:00 PM",
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 1,
          "result": "2:1"
        },
        {
          "match_id": 4909528,
          "link": "https://www.transfermarkt.com/ca-osasuna_rcd-espanyol-barcelona/index/spielbericht/4909528",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-12",
          "time": "4:15 PM",
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 2,
          "result": "0:2"
        },
        {
          "match_id": 4909524,
          "link": "https://www.transfermarkt.com/athletic-bilbao_elche-cf/index/spielbericht/4909524",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-12",
          "time": "6:30 PM",
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909530,
          "link": "https://www.transfermarkt.com/real-madrid_rayo-vallecano/index/spielbericht/4909530",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-12",
          "time": "9:00 PM",
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": 4,
          "away_goals": 1,
          "result": "4:1"
        },
        {
          "match_id": 4909525,
          "link": "https://www.transfermarkt.com/celta-de-vigo_malaga-cf/index/spielbericht/4909525",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-13",
          "time": "2:00 PM",
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909527,
          "link": "https://www.transfermarkt.com/levante-ud_fc-barcelona/index/spielbericht/4909527",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-13",
          "time": "4:15 PM",
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 4,
          "result": "2:4"
        },
        {
          "match_id": 4909526,
          "link": "https://www.transfermarkt.com/getafe-cf_deportivo-a-coruna/index/spielbericht/4909526",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-13",
          "time": "6:30 PM",
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 1,
          "result": "1:1"
        },
        {
          "match_id": 4909531,
          "link": "https://www.transfermarkt.com/real-sociedad_atletico-de-madrid/index/spielbericht/4909531",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-13",
          "time": "9:00 PM",
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 3,
          "result": "0:3"
        },
        {
          "match_id": 4909533,
          "link": "https://www.transfermarkt.com/villarreal-cf_real-betis-balompie/index/spielbericht/4909533",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "5.Matchday",
          "date": "2026-09-14",
          "time": "9:00 PM",
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 2,
          "result": "1:2"
        }
      ]
    },
    {
      "round": "6.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909566,
          "link": "https://www.transfermarkt.com/real-sociedad_celta-de-vigo/index/spielbericht/4909566",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-03",
          "time": "9:00 PM",
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 0,
          "result": "0:0"
        },
        {
          "match_id": 4909625,
          "link": "https://www.transfermarkt.com/rayo-vallecano_rcd-espanyol-barcelona/index/spielbericht/4909625",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-15",
          "time": "7:00 PM",
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 1,
          "result": "2:1"
        },
        {
          "match_id": 4909560,
          "link": "https://www.transfermarkt.com/deportivo-alaves_valencia-cf/index/spielbericht/4909560",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-15",
          "time": "8:00 PM",
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 1,
          "result": "0:1"
        },
        {
          "match_id": 4909564,
          "link": "https://www.transfermarkt.com/elche-cf_real-madrid/index/spielbericht/4909564",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-15",
          "time": "9:30 PM",
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": 2,
          "away_goals": 3,
          "result": "2:3"
        },
        {
          "match_id": 4909561,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_ca-osasuna/index/spielbericht/4909561",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-16",
          "time": "7:00 PM",
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": 4,
          "away_goals": 0,
          "result": "4:0"
        },
        {
          "match_id": 4909563,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_sevilla-fc/index/spielbericht/4909563",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-16",
          "time": "7:00 PM",
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": 0,
          "away_goals": 1,
          "result": "0:1"
        },
        {
          "match_id": 4909565,
          "link": "https://www.transfermarkt.com/fc-barcelona_racing-santander/index/spielbericht/4909565",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-16",
          "time": "9:30 PM",
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": 7,
          "away_goals": 2,
          "result": "7:2"
        },
        {
          "match_id": 4909562,
          "link": "https://www.transfermarkt.com/real-betis-balompie_getafe-cf/index/spielbericht/4909562",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-17",
          "time": "7:00 PM",
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 0,
          "result": "1:0"
        },
        {
          "match_id": 4909624,
          "link": "https://www.transfermarkt.com/malaga-cf_villarreal-cf/index/spielbericht/4909624",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-09-17",
          "time": "9:30 PM",
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": 1,
          "away_goals": 3,
          "result": "1:3"
        },
        {
          "match_id": 4909623,
          "link": "https://www.transfermarkt.com/levante-ud_athletic-bilbao/index/spielbericht/4909623",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "6.Matchday",
          "date": "2026-10-21",
          "time": "8:00 PM",
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "7.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909612,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_elche-cf/index/spielbericht/4909612",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-18",
          "time": "9:00 PM",
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909614,
          "link": "https://www.transfermarkt.com/ca-osasuna_rayo-vallecano/index/spielbericht/4909614",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-19",
          "time": "2:00 PM",
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909608,
          "link": "https://www.transfermarkt.com/athletic-bilbao_deportivo-alaves/index/spielbericht/4909608",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-19",
          "time": "4:15 PM",
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909610,
          "link": "https://www.transfermarkt.com/celta-de-vigo_racing-santander/index/spielbericht/4909610",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-19",
          "time": "6:30 PM",
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909615,
          "link": "https://www.transfermarkt.com/sevilla-fc_fc-barcelona/index/spielbericht/4909615",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-19",
          "time": "9:00 PM",
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909613,
          "link": "https://www.transfermarkt.com/getafe-cf_malaga-cf/index/spielbericht/4909613",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-20",
          "time": "2:00 PM",
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909609,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_real-madrid/index/spielbericht/4909609",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-20",
          "time": "4:15 PM",
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909611,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_real-betis-balompie/index/spielbericht/4909611",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-20",
          "time": "6:30 PM",
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909617,
          "link": "https://www.transfermarkt.com/villarreal-cf_levante-ud/index/spielbericht/4909617",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-20",
          "time": "6:30 PM",
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909616,
          "link": "https://www.transfermarkt.com/valencia-cf_real-sociedad/index/spielbericht/4909616",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "7.Matchday",
          "date": "2026-09-20",
          "time": "9:00 PM",
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "8.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909723,
          "link": "https://www.transfermarkt.com/malaga-cf_rcd-espanyol-barcelona/index/spielbericht/4909723",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-09",
          "time": "9:00 PM",
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909725,
          "link": "https://www.transfermarkt.com/rayo-vallecano_athletic-bilbao/index/spielbericht/4909725",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-10",
          "time": "2:00 PM",
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909718,
          "link": "https://www.transfermarkt.com/deportivo-alaves_atletico-de-madrid/index/spielbericht/4909718",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-10",
          "time": "4:15 PM",
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909721,
          "link": "https://www.transfermarkt.com/fc-barcelona_getafe-cf/index/spielbericht/4909721",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-10",
          "time": "6:30 PM",
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909726,
          "link": "https://www.transfermarkt.com/real-madrid_villarreal-cf/index/spielbericht/4909726",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-10",
          "time": "9:00 PM",
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909720,
          "link": "https://www.transfermarkt.com/elche-cf_celta-de-vigo/index/spielbericht/4909720",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-11",
          "time": "2:00 PM",
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909727,
          "link": "https://www.transfermarkt.com/real-sociedad_deportivo-a-coruna/index/spielbericht/4909727",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-11",
          "time": "4:15 PM",
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909719,
          "link": "https://www.transfermarkt.com/real-betis-balompie_ca-osasuna/index/spielbericht/4909719",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-11",
          "time": "6:30 PM",
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909724,
          "link": "https://www.transfermarkt.com/racing-santander_valencia-cf/index/spielbericht/4909724",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-11",
          "time": "9:00 PM",
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909722,
          "link": "https://www.transfermarkt.com/levante-ud_sevilla-fc/index/spielbericht/4909722",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "8.Matchday",
          "date": "2026-10-12",
          "time": "9:00 PM",
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "9.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4909730,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_levante-ud/index/spielbericht/4909730",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-16",
          "time": "9:00 PM",
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909731,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_atletico-de-madrid/index/spielbericht/4909731",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-17",
          "time": "2:00 PM",
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909737,
          "link": "https://www.transfermarkt.com/villarreal-cf_elche-cf/index/spielbericht/4909737",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-17",
          "time": "4:15 PM",
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909728,
          "link": "https://www.transfermarkt.com/real-betis-balompie_fc-barcelona/index/spielbericht/4909728",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-17",
          "time": "6:30 PM",
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909736,
          "link": "https://www.transfermarkt.com/valencia-cf_athletic-bilbao/index/spielbericht/4909736",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-17",
          "time": "9:00 PM",
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909734,
          "link": "https://www.transfermarkt.com/ca-osasuna_racing-santander/index/spielbericht/4909734",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-18",
          "time": "2:00 PM",
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909729,
          "link": "https://www.transfermarkt.com/celta-de-vigo_deportivo-alaves/index/spielbericht/4909729",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-18",
          "time": "4:15 PM",
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909733,
          "link": "https://www.transfermarkt.com/malaga-cf_real-sociedad/index/spielbericht/4909733",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-18",
          "time": "6:30 PM",
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909735,
          "link": "https://www.transfermarkt.com/real-madrid_sevilla-fc/index/spielbericht/4909735",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-18",
          "time": "9:00 PM",
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4909732,
          "link": "https://www.transfermarkt.com/getafe-cf_rayo-vallecano/index/spielbericht/4909732",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "9.Matchday",
          "date": "2026-10-19",
          "time": "9:00 PM",
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "10.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918415,
          "link": "https://www.transfermarkt.com/deportivo-alaves_malaga-cf/index/spielbericht/4918415",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918416,
          "link": "https://www.transfermarkt.com/athletic-bilbao_getafe-cf/index/spielbericht/4918416",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918417,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_deportivo-a-coruna/index/spielbericht/4918417",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918418,
          "link": "https://www.transfermarkt.com/celta-de-vigo_real-betis-balompie/index/spielbericht/4918418",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918419,
          "link": "https://www.transfermarkt.com/fc-barcelona_real-madrid/index/spielbericht/4918419",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918420,
          "link": "https://www.transfermarkt.com/racing-santander_rcd-espanyol-barcelona/index/spielbericht/4918420",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918421,
          "link": "https://www.transfermarkt.com/rayo-vallecano_elche-cf/index/spielbericht/4918421",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918422,
          "link": "https://www.transfermarkt.com/real-sociedad_levante-ud/index/spielbericht/4918422",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918423,
          "link": "https://www.transfermarkt.com/sevilla-fc_ca-osasuna/index/spielbericht/4918423",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918424,
          "link": "https://www.transfermarkt.com/valencia-cf_villarreal-cf/index/spielbericht/4918424",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "10.Matchday",
          "date": "2026-10-25",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "11.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918425,
          "link": "https://www.transfermarkt.com/athletic-bilbao_real-sociedad/index/spielbericht/4918425",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918426,
          "link": "https://www.transfermarkt.com/real-betis-balompie_malaga-cf/index/spielbericht/4918426",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918427,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_ca-osasuna/index/spielbericht/4918427",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918428,
          "link": "https://www.transfermarkt.com/elche-cf_valencia-cf/index/spielbericht/4918428",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918429,
          "link": "https://www.transfermarkt.com/fc-barcelona_deportivo-alaves/index/spielbericht/4918429",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918430,
          "link": "https://www.transfermarkt.com/getafe-cf_sevilla-fc/index/spielbericht/4918430",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918431,
          "link": "https://www.transfermarkt.com/levante-ud_atletico-de-madrid/index/spielbericht/4918431",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918432,
          "link": "https://www.transfermarkt.com/racing-santander_real-madrid/index/spielbericht/4918432",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918433,
          "link": "https://www.transfermarkt.com/rayo-vallecano_celta-de-vigo/index/spielbericht/4918433",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918434,
          "link": "https://www.transfermarkt.com/villarreal-cf_rcd-espanyol-barcelona/index/spielbericht/4918434",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "11.Matchday",
          "date": "2026-11-01",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "12.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918435,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_fc-barcelona/index/spielbericht/4918435",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918436,
          "link": "https://www.transfermarkt.com/celta-de-vigo_levante-ud/index/spielbericht/4918436",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918437,
          "link": "https://www.transfermarkt.com/elche-cf_real-betis-balompie/index/spielbericht/4918437",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918438,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_deportivo-a-coruna/index/spielbericht/4918438",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918439,
          "link": "https://www.transfermarkt.com/malaga-cf_racing-santander/index/spielbericht/4918439",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918440,
          "link": "https://www.transfermarkt.com/ca-osasuna_athletic-bilbao/index/spielbericht/4918440",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918441,
          "link": "https://www.transfermarkt.com/real-sociedad_rayo-vallecano/index/spielbericht/4918441",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918442,
          "link": "https://www.transfermarkt.com/sevilla-fc_deportivo-alaves/index/spielbericht/4918442",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918443,
          "link": "https://www.transfermarkt.com/valencia-cf_real-madrid/index/spielbericht/4918443",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918444,
          "link": "https://www.transfermarkt.com/villarreal-cf_getafe-cf/index/spielbericht/4918444",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "12.Matchday",
          "date": "2026-11-08",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "13.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918445,
          "link": "https://www.transfermarkt.com/deportivo-alaves_deportivo-a-coruna/index/spielbericht/4918445",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918446,
          "link": "https://www.transfermarkt.com/athletic-bilbao_rcd-espanyol-barcelona/index/spielbericht/4918446",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918447,
          "link": "https://www.transfermarkt.com/fc-barcelona_villarreal-cf/index/spielbericht/4918447",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918448,
          "link": "https://www.transfermarkt.com/getafe-cf_atletico-de-madrid/index/spielbericht/4918448",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918449,
          "link": "https://www.transfermarkt.com/levante-ud_elche-cf/index/spielbericht/4918449",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918450,
          "link": "https://www.transfermarkt.com/ca-osasuna_malaga-cf/index/spielbericht/4918450",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918451,
          "link": "https://www.transfermarkt.com/racing-santander_real-sociedad/index/spielbericht/4918451",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918452,
          "link": "https://www.transfermarkt.com/rayo-vallecano_valencia-cf/index/spielbericht/4918452",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918453,
          "link": "https://www.transfermarkt.com/real-madrid_celta-de-vigo/index/spielbericht/4918453",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918454,
          "link": "https://www.transfermarkt.com/sevilla-fc_real-betis-balompie/index/spielbericht/4918454",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "13.Matchday",
          "date": "2026-11-22",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "14.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918455,
          "link": "https://www.transfermarkt.com/real-betis-balompie_rayo-vallecano/index/spielbericht/4918455",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918456,
          "link": "https://www.transfermarkt.com/celta-de-vigo_villarreal-cf/index/spielbericht/4918456",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918457,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_fc-barcelona/index/spielbericht/4918457",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918458,
          "link": "https://www.transfermarkt.com/elche-cf_atletico-de-madrid/index/spielbericht/4918458",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918459,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_getafe-cf/index/spielbericht/4918459",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918460,
          "link": "https://www.transfermarkt.com/levante-ud_racing-santander/index/spielbericht/4918460",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918461,
          "link": "https://www.transfermarkt.com/malaga-cf_athletic-bilbao/index/spielbericht/4918461",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918462,
          "link": "https://www.transfermarkt.com/real-madrid_deportivo-alaves/index/spielbericht/4918462",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918463,
          "link": "https://www.transfermarkt.com/real-sociedad_sevilla-fc/index/spielbericht/4918463",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918464,
          "link": "https://www.transfermarkt.com/valencia-cf_ca-osasuna/index/spielbericht/4918464",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "14.Matchday",
          "date": "2026-11-29",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "15.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918465,
          "link": "https://www.transfermarkt.com/deportivo-alaves_rcd-espanyol-barcelona/index/spielbericht/4918465",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918466,
          "link": "https://www.transfermarkt.com/athletic-bilbao_real-madrid/index/spielbericht/4918466",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918467,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_real-betis-balompie/index/spielbericht/4918467",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918468,
          "link": "https://www.transfermarkt.com/fc-barcelona_celta-de-vigo/index/spielbericht/4918468",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918469,
          "link": "https://www.transfermarkt.com/getafe-cf_valencia-cf/index/spielbericht/4918469",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918470,
          "link": "https://www.transfermarkt.com/ca-osasuna_elche-cf/index/spielbericht/4918470",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918471,
          "link": "https://www.transfermarkt.com/racing-santander_deportivo-a-coruna/index/spielbericht/4918471",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918472,
          "link": "https://www.transfermarkt.com/rayo-vallecano_levante-ud/index/spielbericht/4918472",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918473,
          "link": "https://www.transfermarkt.com/sevilla-fc_malaga-cf/index/spielbericht/4918473",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918474,
          "link": "https://www.transfermarkt.com/villarreal-cf_real-sociedad/index/spielbericht/4918474",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "15.Matchday",
          "date": "2026-12-06",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "16.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918475,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_valencia-cf/index/spielbericht/4918475",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918476,
          "link": "https://www.transfermarkt.com/real-betis-balompie_racing-santander/index/spielbericht/4918476",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918477,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_athletic-bilbao/index/spielbericht/4918477",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918478,
          "link": "https://www.transfermarkt.com/elche-cf_sevilla-fc/index/spielbericht/4918478",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918479,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_celta-de-vigo/index/spielbericht/4918479",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918480,
          "link": "https://www.transfermarkt.com/levante-ud_deportivo-alaves/index/spielbericht/4918480",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918481,
          "link": "https://www.transfermarkt.com/malaga-cf_fc-barcelona/index/spielbericht/4918481",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918482,
          "link": "https://www.transfermarkt.com/real-madrid_ca-osasuna/index/spielbericht/4918482",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918483,
          "link": "https://www.transfermarkt.com/real-sociedad_getafe-cf/index/spielbericht/4918483",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918484,
          "link": "https://www.transfermarkt.com/villarreal-cf_rayo-vallecano/index/spielbericht/4918484",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "16.Matchday",
          "date": "2026-12-13",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "17.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918485,
          "link": "https://www.transfermarkt.com/deportivo-alaves_elche-cf/index/spielbericht/4918485",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918486,
          "link": "https://www.transfermarkt.com/athletic-bilbao_real-betis-balompie/index/spielbericht/4918486",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918487,
          "link": "https://www.transfermarkt.com/celta-de-vigo_atletico-de-madrid/index/spielbericht/4918487",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918488,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_real-madrid/index/spielbericht/4918488",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918489,
          "link": "https://www.transfermarkt.com/fc-barcelona_real-sociedad/index/spielbericht/4918489",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918490,
          "link": "https://www.transfermarkt.com/getafe-cf_levante-ud/index/spielbericht/4918490",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918491,
          "link": "https://www.transfermarkt.com/ca-osasuna_villarreal-cf/index/spielbericht/4918491",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918492,
          "link": "https://www.transfermarkt.com/rayo-vallecano_malaga-cf/index/spielbericht/4918492",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918493,
          "link": "https://www.transfermarkt.com/sevilla-fc_racing-santander/index/spielbericht/4918493",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918494,
          "link": "https://www.transfermarkt.com/valencia-cf_rcd-espanyol-barcelona/index/spielbericht/4918494",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "17.Matchday",
          "date": "2026-12-20",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "18.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918495,
          "link": "https://www.transfermarkt.com/real-betis-balompie_deportivo-alaves/index/spielbericht/4918495",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918496,
          "link": "https://www.transfermarkt.com/celta-de-vigo_deportivo-a-coruna/index/spielbericht/4918496",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918497,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_fc-barcelona/index/spielbericht/4918497",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918498,
          "link": "https://www.transfermarkt.com/levante-ud_valencia-cf/index/spielbericht/4918498",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918499,
          "link": "https://www.transfermarkt.com/malaga-cf_elche-cf/index/spielbericht/4918499",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918500,
          "link": "https://www.transfermarkt.com/racing-santander_athletic-bilbao/index/spielbericht/4918500",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918501,
          "link": "https://www.transfermarkt.com/rayo-vallecano_atletico-de-madrid/index/spielbericht/4918501",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918502,
          "link": "https://www.transfermarkt.com/real-madrid_getafe-cf/index/spielbericht/4918502",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918503,
          "link": "https://www.transfermarkt.com/real-sociedad_ca-osasuna/index/spielbericht/4918503",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918504,
          "link": "https://www.transfermarkt.com/villarreal-cf_sevilla-fc/index/spielbericht/4918504",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "18.Matchday",
          "date": "2027-01-03",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "19.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918505,
          "link": "https://www.transfermarkt.com/deportivo-alaves_real-sociedad/index/spielbericht/4918505",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918506,
          "link": "https://www.transfermarkt.com/athletic-bilbao_villarreal-cf/index/spielbericht/4918506",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918507,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_racing-santander/index/spielbericht/4918507",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918508,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_rayo-vallecano/index/spielbericht/4918508",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918509,
          "link": "https://www.transfermarkt.com/elche-cf_getafe-cf/index/spielbericht/4918509",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918510,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_real-betis-balompie/index/spielbericht/4918510",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918511,
          "link": "https://www.transfermarkt.com/ca-osasuna_fc-barcelona/index/spielbericht/4918511",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918512,
          "link": "https://www.transfermarkt.com/real-madrid_levante-ud/index/spielbericht/4918512",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918513,
          "link": "https://www.transfermarkt.com/sevilla-fc_celta-de-vigo/index/spielbericht/4918513",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918514,
          "link": "https://www.transfermarkt.com/valencia-cf_malaga-cf/index/spielbericht/4918514",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "19.Matchday",
          "date": "2027-01-10",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "20.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918515,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_real-sociedad/index/spielbericht/4918515",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918516,
          "link": "https://www.transfermarkt.com/real-betis-balompie_deportivo-a-coruna/index/spielbericht/4918516",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918517,
          "link": "https://www.transfermarkt.com/celta-de-vigo_valencia-cf/index/spielbericht/4918517",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918518,
          "link": "https://www.transfermarkt.com/fc-barcelona_elche-cf/index/spielbericht/4918518",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918519,
          "link": "https://www.transfermarkt.com/getafe-cf_athletic-bilbao/index/spielbericht/4918519",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918520,
          "link": "https://www.transfermarkt.com/levante-ud_rcd-espanyol-barcelona/index/spielbericht/4918520",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918521,
          "link": "https://www.transfermarkt.com/malaga-cf_real-madrid/index/spielbericht/4918521",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918522,
          "link": "https://www.transfermarkt.com/racing-santander_ca-osasuna/index/spielbericht/4918522",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918523,
          "link": "https://www.transfermarkt.com/rayo-vallecano_sevilla-fc/index/spielbericht/4918523",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918524,
          "link": "https://www.transfermarkt.com/villarreal-cf_deportivo-alaves/index/spielbericht/4918524",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "20.Matchday",
          "date": "2027-01-17",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "21.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918525,
          "link": "https://www.transfermarkt.com/deportivo-alaves_fc-barcelona/index/spielbericht/4918525",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918526,
          "link": "https://www.transfermarkt.com/athletic-bilbao_levante-ud/index/spielbericht/4918526",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918527,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_atletico-de-madrid/index/spielbericht/4918527",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918528,
          "link": "https://www.transfermarkt.com/elche-cf_rayo-vallecano/index/spielbericht/4918528",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918529,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_villarreal-cf/index/spielbericht/4918529",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918530,
          "link": "https://www.transfermarkt.com/getafe-cf_ca-osasuna/index/spielbericht/4918530",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918531,
          "link": "https://www.transfermarkt.com/racing-santander_celta-de-vigo/index/spielbericht/4918531",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918532,
          "link": "https://www.transfermarkt.com/real-madrid_real-betis-balompie/index/spielbericht/4918532",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918533,
          "link": "https://www.transfermarkt.com/real-sociedad_malaga-cf/index/spielbericht/4918533",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918534,
          "link": "https://www.transfermarkt.com/valencia-cf_sevilla-fc/index/spielbericht/4918534",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "21.Matchday",
          "date": "2027-01-24",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "22.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918535,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_rcd-espanyol-barcelona/index/spielbericht/4918535",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918536,
          "link": "https://www.transfermarkt.com/real-betis-balompie_elche-cf/index/spielbericht/4918536",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918537,
          "link": "https://www.transfermarkt.com/celta-de-vigo_getafe-cf/index/spielbericht/4918537",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918538,
          "link": "https://www.transfermarkt.com/fc-barcelona_valencia-cf/index/spielbericht/4918538",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918539,
          "link": "https://www.transfermarkt.com/levante-ud_real-sociedad/index/spielbericht/4918539",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918540,
          "link": "https://www.transfermarkt.com/malaga-cf_deportivo-alaves/index/spielbericht/4918540",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918541,
          "link": "https://www.transfermarkt.com/ca-osasuna_deportivo-a-coruna/index/spielbericht/4918541",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918542,
          "link": "https://www.transfermarkt.com/rayo-vallecano_real-madrid/index/spielbericht/4918542",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918543,
          "link": "https://www.transfermarkt.com/sevilla-fc_athletic-bilbao/index/spielbericht/4918543",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918544,
          "link": "https://www.transfermarkt.com/villarreal-cf_racing-santander/index/spielbericht/4918544",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "22.Matchday",
          "date": "2027-01-31",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "23.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918545,
          "link": "https://www.transfermarkt.com/deportivo-alaves_celta-de-vigo/index/spielbericht/4918545",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918546,
          "link": "https://www.transfermarkt.com/athletic-bilbao_ca-osasuna/index/spielbericht/4918546",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918547,
          "link": "https://www.transfermarkt.com/real-betis-balompie_sevilla-fc/index/spielbericht/4918547",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918548,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_malaga-cf/index/spielbericht/4918548",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918549,
          "link": "https://www.transfermarkt.com/elche-cf_levante-ud/index/spielbericht/4918549",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918550,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_rayo-vallecano/index/spielbericht/4918550",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918551,
          "link": "https://www.transfermarkt.com/fc-barcelona_atletico-de-madrid/index/spielbericht/4918551",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918552,
          "link": "https://www.transfermarkt.com/getafe-cf_villarreal-cf/index/spielbericht/4918552",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "away_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918553,
          "link": "https://www.transfermarkt.com/real-sociedad_real-madrid/index/spielbericht/4918553",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918554,
          "link": "https://www.transfermarkt.com/valencia-cf_racing-santander/index/spielbericht/4918554",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "23.Matchday",
          "date": "2027-02-07",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "24.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918555,
          "link": "https://www.transfermarkt.com/celta-de-vigo_rayo-vallecano/index/spielbericht/4918555",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "away_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918556,
          "link": "https://www.transfermarkt.com/elche-cf_deportivo-a-coruna/index/spielbericht/4918556",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "away_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918557,
          "link": "https://www.transfermarkt.com/levante-ud_malaga-cf/index/spielbericht/4918557",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "away_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918558,
          "link": "https://www.transfermarkt.com/ca-osasuna_atletico-de-madrid/index/spielbericht/4918558",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "away_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918559,
          "link": "https://www.transfermarkt.com/racing-santander_getafe-cf/index/spielbericht/4918559",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918560,
          "link": "https://www.transfermarkt.com/real-madrid_athletic-bilbao/index/spielbericht/4918560",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "away_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918561,
          "link": "https://www.transfermarkt.com/real-sociedad_real-betis-balompie/index/spielbericht/4918561",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918562,
          "link": "https://www.transfermarkt.com/sevilla-fc_rcd-espanyol-barcelona/index/spielbericht/4918562",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918563,
          "link": "https://www.transfermarkt.com/valencia-cf_deportivo-alaves/index/spielbericht/4918563",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918564,
          "link": "https://www.transfermarkt.com/villarreal-cf_fc-barcelona/index/spielbericht/4918564",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "24.Matchday",
          "date": "2027-02-14",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    {
      "round": "25.Matchday",
      "count": 10,
      "matches": [
        {
          "match_id": 4918565,
          "link": "https://www.transfermarkt.com/deportivo-alaves_racing-santander/index/spielbericht/4918565",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 1108,
            "name": "Deportivo Alavés",
            "link": "https://www.transfermarkt.com/deportivo-alaves/startseite/verein/1108",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1108.png?lm=1789459235",
            "table_position": null
          },
          "away_club": {
            "id": 630,
            "name": "Racing Santander",
            "link": "https://www.transfermarkt.com/racing-santander/startseite/verein/630",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/630.png?lm=1789459205",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918566,
          "link": "https://www.transfermarkt.com/athletic-bilbao_celta-de-vigo/index/spielbericht/4918566",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 621,
            "name": "Athletic Bilbao",
            "link": "https://www.transfermarkt.com/athletic-bilbao/startseite/verein/621",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/621.png?lm=1789459204",
            "table_position": null
          },
          "away_club": {
            "id": 940,
            "name": "Celta de Vigo",
            "link": "https://www.transfermarkt.com/celta-vigo/startseite/verein/940",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/940.png?lm=1789459221",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918567,
          "link": "https://www.transfermarkt.com/atletico-de-madrid_elche-cf/index/spielbericht/4918567",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 13,
            "name": "Atlético de Madrid",
            "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
            "table_position": null
          },
          "away_club": {
            "id": 1531,
            "name": "Elche CF",
            "link": "https://www.transfermarkt.com/fc-elche/startseite/verein/1531",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1531.png?lm=1789459258",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918568,
          "link": "https://www.transfermarkt.com/deportivo-a-coruna_real-sociedad/index/spielbericht/4918568",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 897,
            "name": "Deportivo A Coruña",
            "link": "https://www.transfermarkt.com/deportivo-la-coruna/startseite/verein/897",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/897.png?lm=1789459220",
            "table_position": null
          },
          "away_club": {
            "id": 681,
            "name": "Real Sociedad",
            "link": "https://www.transfermarkt.com/real-sociedad-san-sebastian/startseite/verein/681",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/681.png?lm=1789459206",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918569,
          "link": "https://www.transfermarkt.com/rcd-espanyol-barcelona_ca-osasuna/index/spielbericht/4918569",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 714,
            "name": "RCD Espanyol Barcelona",
            "link": "https://www.transfermarkt.com/espanyol-barcelona/startseite/verein/714",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/714.png?lm=1789459206",
            "table_position": null
          },
          "away_club": {
            "id": 331,
            "name": "CA Osasuna",
            "link": "https://www.transfermarkt.com/ca-osasuna/startseite/verein/331",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/331.png?lm=1789459184",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918570,
          "link": "https://www.transfermarkt.com/fc-barcelona_levante-ud/index/spielbericht/4918570",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
            "table_position": null
          },
          "away_club": {
            "id": 3368,
            "name": "Levante UD",
            "link": "https://www.transfermarkt.com/ud-levante/startseite/verein/3368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3368.png?lm=1789459344",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918571,
          "link": "https://www.transfermarkt.com/malaga-cf_real-betis-balompie/index/spielbericht/4918571",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 1084,
            "name": "Málaga CF",
            "link": "https://www.transfermarkt.com/fc-malaga/startseite/verein/1084",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1084.png?lm=1789459229",
            "table_position": null
          },
          "away_club": {
            "id": 150,
            "name": "Real Betis Balompié",
            "link": "https://www.transfermarkt.com/real-betis-sevilla/startseite/verein/150",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/150.png?lm=1789459175",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918572,
          "link": "https://www.transfermarkt.com/rayo-vallecano_getafe-cf/index/spielbericht/4918572",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 367,
            "name": "Rayo Vallecano",
            "link": "https://www.transfermarkt.com/rayo-vallecano/startseite/verein/367",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/367.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 3709,
            "name": "Getafe CF",
            "link": "https://www.transfermarkt.com/fc-getafe/startseite/verein/3709",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/3709.png?lm=1789459359",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918573,
          "link": "https://www.transfermarkt.com/sevilla-fc_real-madrid/index/spielbericht/4918573",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 368,
            "name": "Sevilla FC",
            "link": "https://www.transfermarkt.com/fc-sevilla/startseite/verein/368",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/368.png?lm=1789459189",
            "table_position": null
          },
          "away_club": {
            "id": 418,
            "name": "Real Madrid",
            "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        },
        {
          "match_id": 4918574,
          "link": "https://www.transfermarkt.com/villarreal-cf_valencia-cf/index/spielbericht/4918574",
          "competition": {
            "id": "ES1",
            "name": "LaLiga",
            "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
            "logo": "https://img.a.transfermarkt.technology/logo/medium/es1.png?lm=1789377130"
          },
          "round": "25.Matchday",
          "date": "2027-02-21",
          "time": null,
          "home_club": {
            "id": 1050,
            "name": "Villarreal CF",
            "link": "https://www.transfermarkt.com/fc-villarreal/startseite/verein/1050",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1050.png?lm=1789459228",
            "table_position": null
          },
          "away_club": {
            "id": 1049,
            "name": "Valencia CF",
            "link": "https://www.transfermarkt.com/fc-valencia/startseite/verein/1049",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/1049.png?lm=1789459228",
            "table_position": null
          },
          "home_goals": null,
          "away_goals": null,
          "result": null
        }
      ]
    },
    "... 13 more items"
  ]
}