Flashscore Scraper

ENDPOINTS
GET/tournaments/seasons

Competition Seasons

Every season ever played, each with the ID pair you pass back to read its data.

QUERY PARAMS

Competition URL path, or a <tournament_id>:<stage_id> pair.

Examples:

  • Current season: /football/spain/laliga/
  • Past season: /football/spain/laliga-2024-2025/
  • ID pair: QeI1Oeyi:dWdJXP6U

Get both forms from /tournaments or /resolve.

{
  "id": "QeI1Oeyi",
  "stage_id": "dWdJXP6U",
  "template_id": "QVmLl54o",
  "name": "LaLiga",
  "link": "https://www.flashscore.com/football/spain/laliga/",
  "season": "2026/2027",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "count": 96,
  "seasons": [
    {
      "name": "2026/2027",
      "tournament_id": "QeI1Oeyi",
      "stage_id": "dWdJXP6U",
      "reference": "QeI1Oeyi:dWdJXP6U",
      "start_year": 2026,
      "end_year": 2027,
      "is_current": true,
      "winners": []
    },
    {
      "name": "2025/2026",
      "tournament_id": "UkksTK1s",
      "stage_id": "vcm2MhGk",
      "reference": "UkksTK1s:vcm2MhGk",
      "start_year": 2025,
      "end_year": 2026,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2024/2025",
      "tournament_id": "A1MYWy8T",
      "stage_id": "dINOZk9Q",
      "reference": "A1MYWy8T:dINOZk9Q",
      "start_year": 2024,
      "end_year": 2025,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2023/2024",
      "tournament_id": "bJrC4h3n",
      "stage_id": "SbZJTabs",
      "reference": "bJrC4h3n:SbZJTabs",
      "start_year": 2023,
      "end_year": 2024,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2022/2023",
      "tournament_id": "lUpIrnCB",
      "stage_id": "COQ6iu30",
      "reference": "lUpIrnCB:COQ6iu30",
      "start_year": 2022,
      "end_year": 2023,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2021/2022",
      "tournament_id": "Ghz5Q5lg",
      "stage_id": "MPV5cuep",
      "reference": "Ghz5Q5lg:MPV5cuep",
      "start_year": 2021,
      "end_year": 2022,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2020/2021",
      "tournament_id": "trCLzEsJ",
      "stage_id": "I58n6IRP",
      "reference": "trCLzEsJ:I58n6IRP",
      "start_year": 2020,
      "end_year": 2021,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "2019/2020",
      "tournament_id": "MuzoWLiS",
      "stage_id": "MNGIgau5",
      "reference": "MuzoWLiS:MNGIgau5",
      "start_year": 2019,
      "end_year": 2020,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2018/2019",
      "tournament_id": "YLO7JZEA",
      "stage_id": "IVm2O3QA",
      "reference": "YLO7JZEA:IVm2O3QA",
      "start_year": 2018,
      "end_year": 2019,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2017/2018",
      "tournament_id": "nN5q9MnU",
      "stage_id": "8COD1Gpp",
      "reference": "nN5q9MnU:8COD1Gpp",
      "start_year": 2017,
      "end_year": 2018,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2016/2017",
      "tournament_id": "SGarA0rG",
      "stage_id": "rH7SFawI",
      "reference": "SGarA0rG:rH7SFawI",
      "start_year": 2016,
      "end_year": 2017,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2015/2016",
      "tournament_id": "plbWD5hI",
      "stage_id": "IclHToOB",
      "reference": "plbWD5hI:IclHToOB",
      "start_year": 2015,
      "end_year": 2016,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2014/2015",
      "tournament_id": "KQ8NtFnh",
      "stage_id": "EuKuM5MI",
      "reference": "KQ8NtFnh:EuKuM5MI",
      "start_year": 2014,
      "end_year": 2015,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2013/2014",
      "tournament_id": "8WfvLzqU",
      "stage_id": "0M9LMq9C",
      "reference": "8WfvLzqU:0M9LMq9C",
      "start_year": 2013,
      "end_year": 2014,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "2012/2013",
      "tournament_id": "b7o7GF2h",
      "stage_id": "lCDqolol",
      "reference": "b7o7GF2h:lCDqolol",
      "start_year": 2012,
      "end_year": 2013,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2011/2012",
      "tournament_id": "K2BMNx0S",
      "stage_id": "2ar1uWVA",
      "reference": "K2BMNx0S:2ar1uWVA",
      "start_year": 2011,
      "end_year": 2012,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2010/2011",
      "tournament_id": "ILTSUVae",
      "stage_id": "E5ntFgfd",
      "reference": "ILTSUVae:E5ntFgfd",
      "start_year": 2010,
      "end_year": 2011,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2009/2010",
      "tournament_id": "ADl76OZP",
      "stage_id": "U5sTpd2G",
      "reference": "ADl76OZP:U5sTpd2G",
      "start_year": 2009,
      "end_year": 2010,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2008/2009",
      "tournament_id": "WMk374KJ",
      "stage_id": "8zXiYymA",
      "reference": "WMk374KJ:8zXiYymA",
      "start_year": 2008,
      "end_year": 2009,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2007/2008",
      "tournament_id": "AgZyqnAT",
      "stage_id": "EwSVp76n",
      "reference": "AgZyqnAT:EwSVp76n",
      "start_year": 2007,
      "end_year": 2008,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2006/2007",
      "tournament_id": "GzC4v6Ip",
      "stage_id": "hUQZqRLh",
      "reference": "GzC4v6Ip:hUQZqRLh",
      "start_year": 2006,
      "end_year": 2007,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2005/2006",
      "tournament_id": "fRA8wQXj",
      "stage_id": "l0G0poya",
      "reference": "fRA8wQXj:l0G0poya",
      "start_year": 2005,
      "end_year": 2006,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2004/2005",
      "tournament_id": "U7o729Ai",
      "stage_id": "W8wDq5j5",
      "reference": "U7o729Ai:W8wDq5j5",
      "start_year": 2004,
      "end_year": 2005,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "2003/2004",
      "tournament_id": "8bpB1TPc",
      "stage_id": "QVxHrP5B",
      "reference": "8bpB1TPc:QVxHrP5B",
      "start_year": 2003,
      "end_year": 2004,
      "is_current": false,
      "winners": [
        {
          "id": "CQeaytrD",
          "name": "Valencia",
          "short_name": null,
          "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
          "logo": "https://static.flashscore.com/res/image/data/Ioshoye5-MHrRLNUo.png"
        }
      ]
    },
    {
      "name": "2002/2003",
      "tournament_id": "jNZF0mu4",
      "stage_id": "6shheqLH",
      "reference": "jNZF0mu4:6shheqLH",
      "start_year": 2002,
      "end_year": 2003,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "2001/2002",
      "tournament_id": "WYliD7fA",
      "stage_id": "l6scf3zO",
      "reference": "WYliD7fA:l6scf3zO",
      "start_year": 2001,
      "end_year": 2002,
      "is_current": false,
      "winners": [
        {
          "id": "CQeaytrD",
          "name": "Valencia",
          "short_name": null,
          "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
          "logo": "https://static.flashscore.com/res/image/data/Ioshoye5-MHrRLNUo.png"
        }
      ]
    },
    {
      "name": "2000/2001",
      "tournament_id": "QeleCR9G",
      "stage_id": "Sdt1gNkU",
      "reference": "QeleCR9G:Sdt1gNkU",
      "start_year": 2000,
      "end_year": 2001,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1999/2000",
      "tournament_id": "nTRmk6S9",
      "stage_id": "hK4hu76a",
      "reference": "nTRmk6S9:hK4hu76a",
      "start_year": 1999,
      "end_year": 2000,
      "is_current": false,
      "winners": [
        {
          "id": "Q51ZzMS6",
          "name": "Dep. A Coruna",
          "short_name": null,
          "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
          "logo": "https://static.flashscore.com/res/image/data/48MvoXdM-hlsaa9q3.png"
        }
      ]
    },
    {
      "name": "1998/1999",
      "tournament_id": "tUHCxnD3",
      "stage_id": "bc5ltmig",
      "reference": "tUHCxnD3:bc5ltmig",
      "start_year": 1998,
      "end_year": 1999,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1997/1998",
      "tournament_id": "lMOq4ljm",
      "stage_id": "0Cf0QaBU",
      "reference": "lMOq4ljm:0Cf0QaBU",
      "start_year": 1997,
      "end_year": 1998,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1996/1997",
      "tournament_id": "IktM3SKa",
      "stage_id": "f3smpsRb",
      "reference": "IktM3SKa:f3smpsRb",
      "start_year": 1996,
      "end_year": 1997,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1995/1996",
      "tournament_id": "0EVQ2nz6",
      "stage_id": "6o93rLeB",
      "reference": "0EVQ2nz6:6o93rLeB",
      "start_year": 1995,
      "end_year": 1996,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1994/1995",
      "tournament_id": "EHZU16kC",
      "stage_id": "QZLyQCup",
      "reference": "EHZU16kC:QZLyQCup",
      "start_year": 1994,
      "end_year": 1995,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1993/1994",
      "tournament_id": "nVXx0pKO",
      "stage_id": "ABL0mf23",
      "reference": "nVXx0pKO:ABL0mf23",
      "start_year": 1993,
      "end_year": 1994,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1992/1993",
      "tournament_id": "6azjQTdP",
      "stage_id": "rPJ8oYWF",
      "reference": "6azjQTdP:rPJ8oYWF",
      "start_year": 1992,
      "end_year": 1993,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1991/1992",
      "tournament_id": "2VLLK7Kn",
      "stage_id": "YsCMvAvd",
      "reference": "2VLLK7Kn:YsCMvAvd",
      "start_year": 1991,
      "end_year": 1992,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1990/1991",
      "tournament_id": "0GvPJRZh",
      "stage_id": "r1Nx4DW2",
      "reference": "0GvPJRZh:r1Nx4DW2",
      "start_year": 1990,
      "end_year": 1991,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1989/1990",
      "tournament_id": "QmitI545",
      "stage_id": "IJFk1BGL",
      "reference": "QmitI545:IJFk1BGL",
      "start_year": 1989,
      "end_year": 1990,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1988/1989",
      "tournament_id": "8SukyHr3",
      "stage_id": "vLNMIndm",
      "reference": "8SukyHr3:vLNMIndm",
      "start_year": 1988,
      "end_year": 1989,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1987/1988",
      "tournament_id": "UsUcZfDF",
      "stage_id": "p2rnF4eC",
      "reference": "UsUcZfDF:p2rnF4eC",
      "start_year": 1987,
      "end_year": 1988,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1986/1987",
      "tournament_id": "tQeEXYsS",
      "stage_id": "zFBEKaXi",
      "reference": "tQeEXYsS:zFBEKaXi",
      "start_year": 1986,
      "end_year": 1987,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1985/1986",
      "tournament_id": "0AxoSC5k",
      "stage_id": "ruFMIw24",
      "reference": "0AxoSC5k:ruFMIw24",
      "start_year": 1985,
      "end_year": 1986,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1984/1985",
      "tournament_id": "YNzgQjz2",
      "stage_id": "8CRwHHWG",
      "reference": "YNzgQjz2:8CRwHHWG",
      "start_year": 1984,
      "end_year": 1985,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1983/1984",
      "tournament_id": "SdnSnfS8",
      "stage_id": "fTPoFe1T",
      "reference": "SdnSnfS8:fTPoFe1T",
      "start_year": 1983,
      "end_year": 1984,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1982/1983",
      "tournament_id": "zNkzoYdL",
      "stage_id": "ED6I9ZOj",
      "reference": "zNkzoYdL:ED6I9ZOj",
      "start_year": 1982,
      "end_year": 1983,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1981/1982",
      "tournament_id": "OCkFuCKr",
      "stage_id": "APHCXxHc",
      "reference": "OCkFuCKr:APHCXxHc",
      "start_year": 1981,
      "end_year": 1982,
      "is_current": false,
      "winners": [
        {
          "id": "jNvak2f3",
          "name": "Real Sociedad",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
          "logo": "https://static.flashscore.com/res/image/data/QJraUAcM-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1980/1981",
      "tournament_id": "WxgNwjke",
      "stage_id": "6iBLVGoA",
      "reference": "WxgNwjke:6iBLVGoA",
      "start_year": 1980,
      "end_year": 1981,
      "is_current": false,
      "winners": [
        {
          "id": "jNvak2f3",
          "name": "Real Sociedad",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
          "logo": "https://static.flashscore.com/res/image/data/QJraUAcM-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1979/1980",
      "tournament_id": "QynWyUJ7",
      "stage_id": "SvLNSfGM",
      "reference": "QynWyUJ7:SvLNSfGM",
      "start_year": 1979,
      "end_year": 1980,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1978/1979",
      "tournament_id": "rieLjKvI",
      "stage_id": "tENAcRxB",
      "reference": "rieLjKvI:tENAcRxB",
      "start_year": 1978,
      "end_year": 1979,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1977/1978",
      "tournament_id": "46qUlb9U",
      "stage_id": "lvRIe57N",
      "reference": "46qUlb9U:lvRIe57N",
      "start_year": 1977,
      "end_year": 1978,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1976/1977",
      "tournament_id": "bmmn91fn",
      "stage_id": "h6MljqVp",
      "reference": "bmmn91fn:h6MljqVp",
      "start_year": 1976,
      "end_year": 1977,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1975/1976",
      "tournament_id": "fFte7uPb",
      "stage_id": "lIXrEnNi",
      "reference": "fFte7uPb:lIXrEnNi",
      "start_year": 1975,
      "end_year": 1976,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1974/1975",
      "tournament_id": "Wp3B5JgB",
      "stage_id": "ppRiCQi4",
      "reference": "Wp3B5JgB:ppRiCQi4",
      "start_year": 1974,
      "end_year": 1975,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1973/1974",
      "tournament_id": "jmJC3cON",
      "stage_id": "dSh8A4MG",
      "reference": "jmJC3cON:dSh8A4MG",
      "start_year": 1973,
      "end_year": 1974,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1972/1973",
      "tournament_id": "MV9rbyno",
      "stage_id": "IssH8riT",
      "reference": "MV9rbyno:IssH8riT",
      "start_year": 1972,
      "end_year": 1973,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1971/1972",
      "tournament_id": "6qBwMvvh",
      "stage_id": "SGSn3MEj",
      "reference": "6qBwMvvh:SGSn3MEj",
      "start_year": 1971,
      "end_year": 1972,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1970/1971",
      "tournament_id": "E9EoKI84",
      "stage_id": "nsZsRP6c",
      "reference": "E9EoKI84:nsZsRP6c",
      "start_year": 1970,
      "end_year": 1971,
      "is_current": false,
      "winners": [
        {
          "id": "CQeaytrD",
          "name": "Valencia",
          "short_name": null,
          "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
          "logo": "https://static.flashscore.com/res/image/data/Ioshoye5-MHrRLNUo.png"
        }
      ]
    },
    {
      "name": "1969/1970",
      "tournament_id": "xlakHdwH",
      "stage_id": "KfXkP3yA",
      "reference": "xlakHdwH:KfXkP3yA",
      "start_year": 1969,
      "end_year": 1970,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1968/1969",
      "tournament_id": "0AfOXHNc",
      "stage_id": "CGEjPfsR",
      "reference": "0AfOXHNc:CGEjPfsR",
      "start_year": 1968,
      "end_year": 1969,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1967/1968",
      "tournament_id": "MPrXVehA",
      "stage_id": "C4OUJY4l",
      "reference": "MPrXVehA:C4OUJY4l",
      "start_year": 1967,
      "end_year": 1968,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1966/1967",
      "tournament_id": "b9KnUZMM",
      "stage_id": "QscwGj4D",
      "reference": "b9KnUZMM:QscwGj4D",
      "start_year": 1966,
      "end_year": 1967,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1965/1966",
      "tournament_id": "Ig1JODpp",
      "stage_id": "tvk4YXJs",
      "reference": "Ig1JODpp:tvk4YXJs",
      "start_year": 1965,
      "end_year": 1966,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1964/1965",
      "tournament_id": "j7aRMiFd",
      "stage_id": "xWXFTkJ6",
      "reference": "j7aRMiFd:xWXFTkJ6",
      "start_year": 1964,
      "end_year": 1965,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1963/1964",
      "tournament_id": "C0hKU3Y2",
      "stage_id": "4MsJkXuQ",
      "reference": "C0hKU3Y2:4MsJkXuQ",
      "start_year": 1963,
      "end_year": 1964,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1962/1963",
      "tournament_id": "IceSSs3F",
      "stage_id": "vTu6rkYa",
      "reference": "IceSSs3F:vTu6rkYa",
      "start_year": 1962,
      "end_year": 1963,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1961/1962",
      "tournament_id": "t4W8AZnl",
      "stage_id": "88XMv7XO",
      "reference": "t4W8AZnl:88XMv7XO",
      "start_year": 1961,
      "end_year": 1962,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1960/1961",
      "tournament_id": "lUZG8DH0",
      "stage_id": "raqmclmg",
      "reference": "lUZG8DH0:raqmclmg",
      "start_year": 1960,
      "end_year": 1961,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1959/1960",
      "tournament_id": "pdTP6inD",
      "stage_id": "GdaCg6nI",
      "reference": "pdTP6inD:GdaCg6nI",
      "start_year": 1959,
      "end_year": 1960,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1958/1959",
      "tournament_id": "4j1GJUVI",
      "stage_id": "lIsUemZ2",
      "reference": "4j1GJUVI:lIsUemZ2",
      "start_year": 1958,
      "end_year": 1959,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1957/1958",
      "tournament_id": "8bMAsYNP",
      "stage_id": "MFcgh5YR",
      "reference": "8bMAsYNP:MFcgh5YR",
      "start_year": 1957,
      "end_year": 1958,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1956/1957",
      "tournament_id": "4U7txCom",
      "stage_id": "hblPnqdk",
      "reference": "4U7txCom:hblPnqdk",
      "start_year": 1956,
      "end_year": 1957,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1955/1956",
      "tournament_id": "4EPczjGa",
      "stage_id": "EDxYpNQ1",
      "reference": "4EPczjGa:EDxYpNQ1",
      "start_year": 1955,
      "end_year": 1956,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1954/1955",
      "tournament_id": "CvT5YTpC",
      "stage_id": "WSPM54mL",
      "reference": "CvT5YTpC:WSPM54mL",
      "start_year": 1954,
      "end_year": 1955,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1953/1954",
      "tournament_id": "YgHEW7FO",
      "stage_id": "SrT9bMue",
      "reference": "YgHEW7FO:SrT9bMue",
      "start_year": 1953,
      "end_year": 1954,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1952/1953",
      "tournament_id": "WlqJkB0t",
      "stage_id": "IgXCK32E",
      "reference": "WlqJkB0t:IgXCK32E",
      "start_year": 1952,
      "end_year": 1953,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1951/1952",
      "tournament_id": "SGxSmkVh",
      "stage_id": "lMu0DLfl",
      "reference": "SGxSmkVh:lMu0DLfl",
      "start_year": 1951,
      "end_year": 1952,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1950/1951",
      "tournament_id": "4narnTa5",
      "stage_id": "txf99wfD",
      "reference": "4narnTa5:txf99wfD",
      "start_year": 1950,
      "end_year": 1951,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1949/1950",
      "tournament_id": "0Ehip7UH",
      "stage_id": "WlNyFYVh",
      "reference": "0Ehip7UH:WlNyFYVh",
      "start_year": 1949,
      "end_year": 1950,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1948/1949",
      "tournament_id": "SjBuKDBl",
      "stage_id": "U3uXadRs",
      "reference": "SjBuKDBl:U3uXadRs",
      "start_year": 1948,
      "end_year": 1949,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1947/1948",
      "tournament_id": "l6alIit1",
      "stage_id": "Umclbzdf",
      "reference": "l6alIit1:Umclbzdf",
      "start_year": 1947,
      "end_year": 1948,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1946/1947",
      "tournament_id": "dW2dGVAD",
      "stage_id": "21eddEQ6",
      "reference": "dW2dGVAD:21eddEQ6",
      "start_year": 1946,
      "end_year": 1947,
      "is_current": false,
      "winners": [
        {
          "id": "CQeaytrD",
          "name": "Valencia",
          "short_name": null,
          "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
          "logo": "https://static.flashscore.com/res/image/data/Ioshoye5-MHrRLNUo.png"
        }
      ]
    },
    {
      "name": "1945/1946",
      "tournament_id": "Gd9ivZ2K",
      "stage_id": "EZJbIemQ",
      "reference": "Gd9ivZ2K:EZJbIemQ",
      "start_year": 1945,
      "end_year": 1946,
      "is_current": false,
      "winners": [
        {
          "id": "h8oAv4Ts",
          "name": "Sevilla",
          "short_name": null,
          "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
          "logo": "https://static.flashscore.com/res/image/data/G2BgO5Ar-tIT0KyhE.png"
        }
      ]
    },
    {
      "name": "1944/1945",
      "tournament_id": "CSfNYCQs",
      "stage_id": "AkNoBDu0",
      "reference": "CSfNYCQs:AkNoBDu0",
      "start_year": 1944,
      "end_year": 1945,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    },
    {
      "name": "1943/1944",
      "tournament_id": "4SQmT8fJ",
      "stage_id": "K4l68LLh",
      "reference": "4SQmT8fJ:K4l68LLh",
      "start_year": 1943,
      "end_year": 1944,
      "is_current": false,
      "winners": [
        {
          "id": "CQeaytrD",
          "name": "Valencia",
          "short_name": null,
          "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
          "logo": "https://static.flashscore.com/res/image/data/Ioshoye5-MHrRLNUo.png"
        }
      ]
    },
    {
      "name": "1942/1943",
      "tournament_id": "YP57zQ1n",
      "stage_id": "h24V4wLH",
      "reference": "YP57zQ1n:h24V4wLH",
      "start_year": 1942,
      "end_year": 1943,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1941/1942",
      "tournament_id": "SObGY3Wb",
      "stage_id": "6VedNKzn",
      "reference": "SObGY3Wb:6VedNKzn",
      "start_year": 1941,
      "end_year": 1942,
      "is_current": false,
      "winners": [
        {
          "id": "CQeaytrD",
          "name": "Valencia",
          "short_name": null,
          "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
          "logo": "https://static.flashscore.com/res/image/data/Ioshoye5-MHrRLNUo.png"
        }
      ]
    },
    {
      "name": "1940/1941",
      "tournament_id": "4fLWWs1B",
      "stage_id": "EuHLJxzB",
      "reference": "4fLWWs1B:EuHLJxzB",
      "start_year": 1940,
      "end_year": 1941,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1939/1940",
      "tournament_id": "0MEuVLVN",
      "stage_id": "6es1a8ld",
      "reference": "0MEuVLVN:6es1a8ld",
      "start_year": 1939,
      "end_year": 1940,
      "is_current": false,
      "winners": [
        {
          "id": "jaarqpLQ",
          "name": "Atl. Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
          "logo": "https://static.flashscore.com/res/image/data/CjfjIsYg-GhHiNvXF.png"
        }
      ]
    },
    {
      "name": "1935/1936",
      "tournament_id": "UiiJs2b6",
      "stage_id": "jiqxWFrH",
      "reference": "UiiJs2b6:jiqxWFrH",
      "start_year": 1935,
      "end_year": 1936,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1934/1935",
      "tournament_id": "j7uSutTI",
      "stage_id": "MuJGOXzi",
      "reference": "j7uSutTI:MuJGOXzi",
      "start_year": 1934,
      "end_year": 1935,
      "is_current": false,
      "winners": [
        {
          "id": "vJbTeCGP",
          "name": "Betis",
          "short_name": null,
          "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
          "logo": "https://static.flashscore.com/res/image/data/hvyaw5HG-zkU5wiAr.png"
        }
      ]
    },
    {
      "name": "1933/1934",
      "tournament_id": "CfZ72qLP",
      "stage_id": "rZB9Wqfc",
      "reference": "CfZ72qLP:rZB9Wqfc",
      "start_year": 1933,
      "end_year": 1934,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1932/1933",
      "tournament_id": "WvGvcNrm",
      "stage_id": "GWRYS1gM",
      "reference": "WvGvcNrm:GWRYS1gM",
      "start_year": 1932,
      "end_year": 1933,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1931/1932",
      "tournament_id": "8Axee1Da",
      "stage_id": "WdX3NuHq",
      "reference": "8Axee1Da:WdX3NuHq",
      "start_year": 1931,
      "end_year": 1932,
      "is_current": false,
      "winners": [
        {
          "id": "W8mj7MDD",
          "name": "Real Madrid",
          "short_name": null,
          "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
          "logo": "https://static.flashscore.com/res/image/data/A7kHoxZA-ttfpEDUq.png"
        }
      ]
    },
    {
      "name": "1930/1931",
      "tournament_id": "4xW3gurC",
      "stage_id": "hCLCLJod",
      "reference": "4xW3gurC:hCLCLJod",
      "start_year": 1930,
      "end_year": 1931,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1929/1930",
      "tournament_id": "88cyyXRp",
      "stage_id": "Ozx7qNw3",
      "reference": "88cyyXRp:Ozx7qNw3",
      "start_year": 1929,
      "end_year": 1930,
      "is_current": false,
      "winners": [
        {
          "id": "IP5zl0cJ",
          "name": "Ath Bilbao",
          "short_name": null,
          "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
          "logo": "https://static.flashscore.com/res/image/data/Y7CgBGYg-vJb36ZBF.png"
        }
      ]
    },
    {
      "name": "1928/1929",
      "tournament_id": "hMbWbzKi",
      "stage_id": "K2VFs18F",
      "reference": "hMbWbzKi:K2VFs18F",
      "start_year": 1928,
      "end_year": 1929,
      "is_current": false,
      "winners": [
        {
          "id": "SKbpVP5K",
          "name": "Barcelona",
          "short_name": null,
          "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
          "logo": "https://static.flashscore.com/res/image/data/8dhw5vxS-fcDVLdrL.png"
        }
      ]
    }
  ]
}