Transfermarkt Scraper

ENDPOINTS
GET/clubs/fixtures

Club Fixtures & Results

Every match of a season across all competitions with opponent, venue, formation, attendance and result.

QUERY PARAMS

Transfermarkt club ID or any transfermarkt.com club URL (national teams are clubs too).

Examples:

  • ID: 418
  • URL: https://www.transfermarkt.com/real-madrid/startseite/verein/418

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

Default: the current season

{
  "club_id": 418,
  "season": {
    "id": 2026,
    "name": "26/27"
  },
  "record": {
    "home": {
      "matches": 3,
      "wins": 3,
      "draws": null,
      "losses": null,
      "points_per_match": 3.0,
      "goals_for": 12,
      "goals_against": 2,
      "average_attendance": 72974
    },
    "away": {
      "matches": 3,
      "wins": 2,
      "draws": null,
      "losses": 1,
      "points_per_match": 2.0,
      "goals_for": 5,
      "goals_against": 4,
      "average_attendance": 43244
    },
    "uefa_champions_league": {
      "matches": 1,
      "wins": 1,
      "draws": null,
      "losses": null,
      "points_per_match": 3.0,
      "goals_for": 2,
      "goals_against": 1,
      "average_attendance": 74858
    },
    "overall": {
      "matches": 7,
      "wins": 6,
      "draws": null,
      "losses": 1,
      "points_per_match": 2.57,
      "goals_for": 19,
      "goals_against": 7,
      "average_attendance": 60502
    }
  },
  "competitions": [
    {
      "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"
    },
    {
      "id": "CL",
      "name": "UEFA Champions League",
      "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
      "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
    }
  ],
  "count": 46,
  "matches": [
    {
      "match_id": 4909447,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 1,
      "round": null,
      "date": "2026-08-26",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": 2,
      "opponent": {
        "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": 12
      },
      "formation": "4-2-3-1",
      "attendance": 72226,
      "result": "4:1",
      "own_goals_scored": 4,
      "opponent_goals": 1,
      "outcome": "win"
    },
    {
      "match_id": 4909472,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 2,
      "round": null,
      "date": "2026-08-22",
      "time": "9:30 PM",
      "venue": "away",
      "own_table_position": 1,
      "opponent": {
        "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": 2
      },
      "formation": "4-2-3-1",
      "attendance": 33304,
      "result": "1:2",
      "own_goals_scored": 2,
      "opponent_goals": 1,
      "outcome": "win"
    },
    {
      "match_id": 4909485,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 3,
      "round": null,
      "date": "2026-08-30",
      "time": "5:00 PM",
      "venue": "home",
      "own_table_position": 2,
      "opponent": {
        "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": 16
      },
      "formation": "4-2-3-1",
      "attendance": 74799,
      "result": "4:0",
      "own_goals_scored": 4,
      "opponent_goals": 0,
      "outcome": "win"
    },
    {
      "match_id": 4909498,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 4,
      "round": null,
      "date": "2026-09-04",
      "time": "9:00 PM",
      "venue": "away",
      "own_table_position": 2,
      "opponent": {
        "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": 7
      },
      "formation": "4-2-3-1",
      "attendance": 66046,
      "result": "1:0",
      "own_goals_scored": 0,
      "opponent_goals": 1,
      "outcome": "loss"
    },
    {
      "match_id": 4909530,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 5,
      "round": null,
      "date": "2026-09-12",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": 3,
      "opponent": {
        "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": 14
      },
      "formation": "4-2-3-1",
      "attendance": 71898,
      "result": "4:1",
      "own_goals_scored": 4,
      "opponent_goals": 1,
      "outcome": "win"
    },
    {
      "match_id": 4909564,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 6,
      "round": null,
      "date": "2026-09-15",
      "time": "9:30 PM",
      "venue": "away",
      "own_table_position": 2,
      "opponent": {
        "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": 19
      },
      "formation": "4-2-3-1",
      "attendance": 30383,
      "result": "2:3",
      "own_goals_scored": 3,
      "opponent_goals": 2,
      "outcome": "win"
    },
    {
      "match_id": 4909609,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 7,
      "round": null,
      "date": "2026-09-20",
      "time": "4:15 PM",
      "venue": "away",
      "own_table_position": 2,
      "opponent": {
        "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": 4
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4909726,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 8,
      "round": null,
      "date": "2026-10-10",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 14
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4909735,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 9,
      "round": null,
      "date": "2026-10-18",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 5
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918419,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 10,
      "round": null,
      "date": "2026-10-25",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 1
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918432,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 11,
      "round": null,
      "date": "2026-11-01",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 10
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918443,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 12,
      "round": null,
      "date": "2026-11-08",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 18
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918453,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 13,
      "round": null,
      "date": "2026-11-22",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 17
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918462,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 14,
      "round": null,
      "date": "2026-11-29",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 6
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918466,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 15,
      "round": null,
      "date": "2026-12-06",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 9
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918482,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 16,
      "round": null,
      "date": "2026-12-13",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 13
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918488,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 17,
      "round": null,
      "date": "2026-12-20",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 7
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918502,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 18,
      "round": null,
      "date": "2027-01-03",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 16
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918512,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 19,
      "round": null,
      "date": "2027-01-10",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 15
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918521,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 20,
      "round": null,
      "date": "2027-01-17",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 19
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918532,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 21,
      "round": null,
      "date": "2027-01-24",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 3
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918542,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 22,
      "round": null,
      "date": "2027-01-31",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 11
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918553,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 23,
      "round": null,
      "date": "2027-02-07",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 12
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918560,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 24,
      "round": null,
      "date": "2027-02-14",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 9
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918573,
      "link": "https://www.transfermarkt.com/spielbericht/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"
      },
      "matchday": 25,
      "round": null,
      "date": "2027-02-21",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 5
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918583,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918583",
      "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"
      },
      "matchday": 26,
      "round": null,
      "date": "2027-02-28",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 18
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918594,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918594",
      "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"
      },
      "matchday": 27,
      "round": null,
      "date": "2027-03-07",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 14
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918604,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918604",
      "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"
      },
      "matchday": 28,
      "round": null,
      "date": "2027-03-14",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 8
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918606,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918606",
      "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"
      },
      "matchday": 29,
      "round": null,
      "date": "2027-03-21",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 17
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918631,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918631",
      "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"
      },
      "matchday": 30,
      "round": null,
      "date": "2027-04-04",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 4
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918637,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918637",
      "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"
      },
      "matchday": 31,
      "round": null,
      "date": "2027-04-11",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 13
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918649,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918649",
      "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"
      },
      "matchday": 32,
      "round": null,
      "date": "2027-04-18",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 16
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918659,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918659",
      "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"
      },
      "matchday": 33,
      "round": null,
      "date": "2027-04-21",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 20
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918669,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918669",
      "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"
      },
      "matchday": 34,
      "round": null,
      "date": "2027-05-02",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 15
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918680,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918680",
      "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"
      },
      "matchday": 35,
      "round": null,
      "date": "2027-05-09",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 1
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918690,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918690",
      "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"
      },
      "matchday": 36,
      "round": null,
      "date": "2027-05-16",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 10
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918703,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918703",
      "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"
      },
      "matchday": 37,
      "round": null,
      "date": "2027-05-23",
      "time": "Unknown",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "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": 6
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 4918701,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/4918701",
      "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"
      },
      "matchday": 38,
      "round": null,
      "date": "2027-05-30",
      "time": "Unknown",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "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": 7
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035860,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035860",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2026-09-08",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "id": 46,
        "name": "Inter Milan",
        "link": "https://www.transfermarkt.com/inter-mailand/startseite/verein/46",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/46.png?lm=1789459168",
        "table_position": null
      },
      "formation": "4-3-3 Attacking",
      "attendance": 74858,
      "result": "2:1",
      "own_goals_scored": 2,
      "opponent_goals": 1,
      "outcome": "win"
    },
    {
      "match_id": 5035896,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035896",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2026-10-14",
      "time": "9:00 PM",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "id": 12,
        "name": "AS Roma",
        "link": "https://www.transfermarkt.com/as-rom/startseite/verein/12",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/12.png?lm=1789459167",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035862,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035862",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2026-10-21",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "id": 23826,
        "name": "RB Leipzig",
        "link": "https://www.transfermarkt.com/rasenballsport-leipzig/startseite/verein/23826",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/23826.png?lm=1789460400",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035975,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035975",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2026-11-04",
      "time": "6:45 PM",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "id": 2441,
        "name": "AEK Athens",
        "link": "https://www.transfermarkt.com/aek-athen/startseite/verein/2441",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/2441.png?lm=1789459297",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035861,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035861",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2026-11-24",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "id": 383,
        "name": "PSV Eindhoven",
        "link": "https://www.transfermarkt.com/psv-eindhoven/startseite/verein/383",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/383.png?lm=1789459190",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035880,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035880",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2026-12-09",
      "time": "9:00 PM",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "id": 11,
        "name": "Arsenal FC",
        "link": "https://www.transfermarkt.com/fc-arsenal/startseite/verein/11",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/11.png?lm=1789459167",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035863,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035863",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2027-01-19",
      "time": "9:00 PM",
      "venue": "home",
      "own_table_position": null,
      "opponent": {
        "id": 413,
        "name": "LASK",
        "link": "https://www.transfermarkt.com/lask/startseite/verein/413",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/413.png?lm=1789459190",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    },
    {
      "match_id": 5035955,
      "link": "https://www.transfermarkt.com/spielbericht/index/spielbericht/5035955",
      "competition": {
        "id": "CL",
        "name": "UEFA Champions League",
        "link": "https://www.transfermarkt.com/uefa-champions-league/startseite/wettbewerb/CL",
        "logo": "https://img.a.transfermarkt.technology/logo/medium/cl.png?lm=1789377130"
      },
      "matchday": null,
      "round": "Group Stage",
      "date": "2027-01-27",
      "time": "9:00 PM",
      "venue": "away",
      "own_table_position": null,
      "opponent": {
        "id": 660,
        "name": "Shakhtar Donetsk",
        "link": "https://www.transfermarkt.com/shakhtar-donetsk/startseite/verein/660",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/660.png?lm=1789459205",
        "table_position": null
      },
      "formation": null,
      "attendance": null,
      "result": "-:-",
      "own_goals_scored": null,
      "opponent_goals": null,
      "outcome": null
    }
  ]
}