Transfermarkt Scraper

ENDPOINTS
GET/clubs/history

Club Historical Placements

Season-by-season league placements with W/D/L, goals, points, rank and the manager.

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
{
  "club_id": 418,
  "count": 96,
  "seasons": [
    {
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 5,
      "draws": 0,
      "losses": 1,
      "goals_for": 17,
      "goals_against": 6,
      "goal_difference": 11,
      "points": 15,
      "position": 2,
      "manager": {
        "id": 781,
        "name": "José Mourinho",
        "link": "https://www.transfermarkt.com/jose-mourinho/profil/trainer/781",
        "image": null
      }
    },
    {
      "season": {
        "id": 2025,
        "name": "25/26"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 27,
      "draws": 5,
      "losses": 6,
      "goals_for": 77,
      "goals_against": 35,
      "goal_difference": 42,
      "points": 86,
      "position": 2,
      "manager": {
        "id": 87908,
        "name": "Álvaro Arbeloa",
        "link": "https://www.transfermarkt.com/alvaro-arbeloa/profil/trainer/87908",
        "image": null
      }
    },
    {
      "season": {
        "id": 2024,
        "name": "24/25"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 26,
      "draws": 6,
      "losses": 6,
      "goals_for": 78,
      "goals_against": 38,
      "goal_difference": 40,
      "points": 84,
      "position": 2,
      "manager": {
        "id": 523,
        "name": "Carlo Ancelotti",
        "link": "https://www.transfermarkt.com/carlo-ancelotti/profil/trainer/523",
        "image": null
      }
    },
    {
      "season": {
        "id": 2023,
        "name": "23/24"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 29,
      "draws": 8,
      "losses": 1,
      "goals_for": 87,
      "goals_against": 26,
      "goal_difference": 61,
      "points": 95,
      "position": 1,
      "manager": {
        "id": 523,
        "name": "Carlo Ancelotti",
        "link": "https://www.transfermarkt.com/carlo-ancelotti/profil/trainer/523",
        "image": null
      }
    },
    {
      "season": {
        "id": 2022,
        "name": "22/23"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 24,
      "draws": 6,
      "losses": 8,
      "goals_for": 75,
      "goals_against": 36,
      "goal_difference": 39,
      "points": 78,
      "position": 2,
      "manager": {
        "id": 523,
        "name": "Carlo Ancelotti",
        "link": "https://www.transfermarkt.com/carlo-ancelotti/profil/trainer/523",
        "image": null
      }
    },
    {
      "season": {
        "id": 2021,
        "name": "21/22"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 26,
      "draws": 8,
      "losses": 4,
      "goals_for": 80,
      "goals_against": 31,
      "goal_difference": 49,
      "points": 86,
      "position": 1,
      "manager": {
        "id": 523,
        "name": "Carlo Ancelotti",
        "link": "https://www.transfermarkt.com/carlo-ancelotti/profil/trainer/523",
        "image": null
      }
    },
    {
      "season": {
        "id": 2020,
        "name": "20/21"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 25,
      "draws": 9,
      "losses": 4,
      "goals_for": 67,
      "goals_against": 28,
      "goal_difference": 39,
      "points": 84,
      "position": 2,
      "manager": {
        "id": 21284,
        "name": "Zinédine Zidane",
        "link": "https://www.transfermarkt.com/zinedine-zidane/profil/trainer/21284",
        "image": null
      }
    },
    {
      "season": {
        "id": 2019,
        "name": "19/20"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 26,
      "draws": 9,
      "losses": 3,
      "goals_for": 70,
      "goals_against": 25,
      "goal_difference": 45,
      "points": 87,
      "position": 1,
      "manager": {
        "id": 21284,
        "name": "Zinédine Zidane",
        "link": "https://www.transfermarkt.com/zinedine-zidane/profil/trainer/21284",
        "image": null
      }
    },
    {
      "season": {
        "id": 2018,
        "name": "18/19"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 21,
      "draws": 5,
      "losses": 12,
      "goals_for": 63,
      "goals_against": 46,
      "goal_difference": 17,
      "points": 68,
      "position": 3,
      "manager": {
        "id": 21284,
        "name": "Zinédine Zidane",
        "link": "https://www.transfermarkt.com/zinedine-zidane/profil/trainer/21284",
        "image": null
      }
    },
    {
      "season": {
        "id": 2017,
        "name": "17/18"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 22,
      "draws": 10,
      "losses": 6,
      "goals_for": 94,
      "goals_against": 44,
      "goal_difference": 50,
      "points": 76,
      "position": 3,
      "manager": {
        "id": 21284,
        "name": "Zinédine Zidane",
        "link": "https://www.transfermarkt.com/zinedine-zidane/profil/trainer/21284",
        "image": null
      }
    },
    {
      "season": {
        "id": 2016,
        "name": "16/17"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 29,
      "draws": 6,
      "losses": 3,
      "goals_for": 106,
      "goals_against": 41,
      "goal_difference": 65,
      "points": 93,
      "position": 1,
      "manager": {
        "id": 21284,
        "name": "Zinédine Zidane",
        "link": "https://www.transfermarkt.com/zinedine-zidane/profil/trainer/21284",
        "image": null
      }
    },
    {
      "season": {
        "id": 2015,
        "name": "15/16"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 28,
      "draws": 6,
      "losses": 4,
      "goals_for": 110,
      "goals_against": 34,
      "goal_difference": 76,
      "points": 90,
      "position": 2,
      "manager": {
        "id": 21284,
        "name": "Zinédine Zidane",
        "link": "https://www.transfermarkt.com/zinedine-zidane/profil/trainer/21284",
        "image": null
      }
    },
    {
      "season": {
        "id": 2014,
        "name": "14/15"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 30,
      "draws": 2,
      "losses": 6,
      "goals_for": 118,
      "goals_against": 38,
      "goal_difference": 80,
      "points": 92,
      "position": 2,
      "manager": {
        "id": 523,
        "name": "Carlo Ancelotti",
        "link": "https://www.transfermarkt.com/carlo-ancelotti/profil/trainer/523",
        "image": null
      }
    },
    {
      "season": {
        "id": 2013,
        "name": "13/14"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 27,
      "draws": 6,
      "losses": 5,
      "goals_for": 104,
      "goals_against": 38,
      "goal_difference": 66,
      "points": 87,
      "position": 3,
      "manager": {
        "id": 523,
        "name": "Carlo Ancelotti",
        "link": "https://www.transfermarkt.com/carlo-ancelotti/profil/trainer/523",
        "image": null
      }
    },
    {
      "season": {
        "id": 2012,
        "name": "12/13"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 26,
      "draws": 7,
      "losses": 5,
      "goals_for": 103,
      "goals_against": 42,
      "goal_difference": 61,
      "points": 85,
      "position": 2,
      "manager": {
        "id": 781,
        "name": "José Mourinho",
        "link": "https://www.transfermarkt.com/jose-mourinho/profil/trainer/781",
        "image": null
      }
    },
    {
      "season": {
        "id": 2011,
        "name": "11/12"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 32,
      "draws": 4,
      "losses": 2,
      "goals_for": 121,
      "goals_against": 32,
      "goal_difference": 89,
      "points": 100,
      "position": 1,
      "manager": {
        "id": 781,
        "name": "José Mourinho",
        "link": "https://www.transfermarkt.com/jose-mourinho/profil/trainer/781",
        "image": null
      }
    },
    {
      "season": {
        "id": 2010,
        "name": "10/11"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 29,
      "draws": 5,
      "losses": 4,
      "goals_for": 102,
      "goals_against": 33,
      "goal_difference": 69,
      "points": 92,
      "position": 2,
      "manager": {
        "id": 781,
        "name": "José Mourinho",
        "link": "https://www.transfermarkt.com/jose-mourinho/profil/trainer/781",
        "image": null
      }
    },
    {
      "season": {
        "id": 2009,
        "name": "09/10"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 31,
      "draws": 3,
      "losses": 4,
      "goals_for": 102,
      "goals_against": 35,
      "goal_difference": 67,
      "points": 96,
      "position": 2,
      "manager": {
        "id": 1558,
        "name": "Manuel Pellegrini",
        "link": "https://www.transfermarkt.com/manuel-pellegrini/profil/trainer/1558",
        "image": null
      }
    },
    {
      "season": {
        "id": 2008,
        "name": "08/09"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 25,
      "draws": 3,
      "losses": 10,
      "goals_for": 83,
      "goals_against": 52,
      "goal_difference": 31,
      "points": 78,
      "position": 2,
      "manager": {
        "id": 2317,
        "name": "Juande Ramos",
        "link": "https://www.transfermarkt.com/juande-ramos/profil/trainer/2317",
        "image": null
      }
    },
    {
      "season": {
        "id": 2007,
        "name": "07/08"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 27,
      "draws": 4,
      "losses": 7,
      "goals_for": 84,
      "goals_against": 36,
      "goal_difference": 48,
      "points": 85,
      "position": 1,
      "manager": {
        "id": 555,
        "name": "Bernd Schuster",
        "link": "https://www.transfermarkt.com/bernd-schuster/profil/trainer/555",
        "image": null
      }
    },
    {
      "season": {
        "id": 2006,
        "name": "06/07"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 23,
      "draws": 7,
      "losses": 8,
      "goals_for": 66,
      "goals_against": 40,
      "goal_difference": 26,
      "points": 76,
      "position": 1,
      "manager": {
        "id": 518,
        "name": "Fabio Capello",
        "link": "https://www.transfermarkt.com/fabio-capello/profil/trainer/518",
        "image": null
      }
    },
    {
      "season": {
        "id": 2005,
        "name": "05/06"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 10,
      "losses": 8,
      "goals_for": 70,
      "goals_against": 40,
      "goal_difference": 30,
      "points": 70,
      "position": 2,
      "manager": {
        "id": 2765,
        "name": "Juan Ramón López Caro",
        "link": "https://www.transfermarkt.com/juan-ramon-lopez-caro/profil/trainer/2765",
        "image": null
      }
    },
    {
      "season": {
        "id": 2004,
        "name": "04/05"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 25,
      "draws": 5,
      "losses": 8,
      "goals_for": 71,
      "goals_against": 32,
      "goal_difference": 39,
      "points": 80,
      "position": 2,
      "manager": {
        "id": 1976,
        "name": "Vanderlei Luxemburgo",
        "link": "https://www.transfermarkt.com/vanderlei-luxemburgo/profil/trainer/1976",
        "image": null
      }
    },
    {
      "season": {
        "id": 2003,
        "name": "03/04"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 21,
      "draws": 7,
      "losses": 10,
      "goals_for": 72,
      "goals_against": 54,
      "goal_difference": 18,
      "points": 70,
      "position": 4,
      "manager": {
        "id": 552,
        "name": "Carlos Queiroz",
        "link": "https://www.transfermarkt.com/carlos-queiroz/profil/trainer/552",
        "image": null
      }
    },
    {
      "season": {
        "id": 2002,
        "name": "02/03"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 22,
      "draws": 12,
      "losses": 4,
      "goals_for": 86,
      "goals_against": 42,
      "goal_difference": 44,
      "points": 78,
      "position": 1,
      "manager": {
        "id": 40,
        "name": "Vicente del Bosque",
        "link": "https://www.transfermarkt.com/vicente-del-bosque/profil/trainer/40",
        "image": null
      }
    },
    {
      "season": {
        "id": 2001,
        "name": "01/02"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 19,
      "draws": 9,
      "losses": 10,
      "goals_for": 69,
      "goals_against": 44,
      "goal_difference": 25,
      "points": 66,
      "position": 3,
      "manager": {
        "id": 40,
        "name": "Vicente del Bosque",
        "link": "https://www.transfermarkt.com/vicente-del-bosque/profil/trainer/40",
        "image": null
      }
    },
    {
      "season": {
        "id": 2000,
        "name": "00/01"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 24,
      "draws": 8,
      "losses": 6,
      "goals_for": 81,
      "goals_against": 40,
      "goal_difference": 41,
      "points": 80,
      "position": 1,
      "manager": {
        "id": 40,
        "name": "Vicente del Bosque",
        "link": "https://www.transfermarkt.com/vicente-del-bosque/profil/trainer/40",
        "image": null
      }
    },
    {
      "season": {
        "id": 1999,
        "name": "99/00"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 16,
      "draws": 14,
      "losses": 8,
      "goals_for": 58,
      "goals_against": 48,
      "goal_difference": 10,
      "points": 62,
      "position": 5,
      "manager": {
        "id": 40,
        "name": "Vicente del Bosque",
        "link": "https://www.transfermarkt.com/vicente-del-bosque/profil/trainer/40",
        "image": null
      }
    },
    {
      "season": {
        "id": 1998,
        "name": "98/99"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 21,
      "draws": 5,
      "losses": 12,
      "goals_for": 77,
      "goals_against": 62,
      "goal_difference": 15,
      "points": 68,
      "position": 2,
      "manager": {
        "id": 1825,
        "name": "John Toshack",
        "link": "https://www.transfermarkt.com/john-toshack/profil/trainer/1825",
        "image": null
      }
    },
    {
      "season": {
        "id": 1997,
        "name": "97/98"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 17,
      "draws": 12,
      "losses": 9,
      "goals_for": 63,
      "goals_against": 45,
      "goal_difference": 18,
      "points": 63,
      "position": 4,
      "manager": {
        "id": 90,
        "name": "Jupp Heynckes",
        "link": "https://www.transfermarkt.com/jupp-heynckes/profil/trainer/90",
        "image": null
      }
    },
    {
      "season": {
        "id": 1996,
        "name": "96/97"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 27,
      "draws": 11,
      "losses": 4,
      "goals_for": 85,
      "goals_against": 36,
      "goal_difference": 49,
      "points": 92,
      "position": 1,
      "manager": {
        "id": 518,
        "name": "Fabio Capello",
        "link": "https://www.transfermarkt.com/fabio-capello/profil/trainer/518",
        "image": null
      }
    },
    {
      "season": {
        "id": 1995,
        "name": "95/96"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 10,
      "losses": 12,
      "goals_for": 75,
      "goals_against": 51,
      "goal_difference": 24,
      "points": 70,
      "position": 6,
      "manager": {
        "id": 17612,
        "name": "Arsenio Iglesias",
        "link": "https://www.transfermarkt.com/arsenio-iglesias/profil/trainer/17612",
        "image": null
      }
    },
    {
      "season": {
        "id": 1994,
        "name": "94/95"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 23,
      "draws": 9,
      "losses": 6,
      "goals_for": 76,
      "goals_against": 29,
      "goal_difference": 47,
      "points": 55,
      "position": 1,
      "manager": {
        "id": 10826,
        "name": "Jorge Valdano",
        "link": "https://www.transfermarkt.com/jorge-valdano/profil/trainer/10826",
        "image": null
      }
    },
    {
      "season": {
        "id": 1993,
        "name": "93/94"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 19,
      "draws": 7,
      "losses": 12,
      "goals_for": 61,
      "goals_against": 50,
      "goal_difference": 11,
      "points": 45,
      "position": 4,
      "manager": {
        "id": 40,
        "name": "Vicente del Bosque",
        "link": "https://www.transfermarkt.com/vicente-del-bosque/profil/trainer/40",
        "image": null
      }
    },
    {
      "season": {
        "id": 1992,
        "name": "92/93"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 24,
      "draws": 9,
      "losses": 5,
      "goals_for": 75,
      "goals_against": 28,
      "goal_difference": 47,
      "points": 57,
      "position": 2,
      "manager": {
        "id": 1554,
        "name": "Benito Floro",
        "link": "https://www.transfermarkt.com/benito-floro/profil/trainer/1554",
        "image": null
      }
    },
    {
      "season": {
        "id": 1991,
        "name": "91/92"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 23,
      "draws": 8,
      "losses": 7,
      "goals_for": 78,
      "goals_against": 32,
      "goal_difference": 46,
      "points": 54,
      "position": 2,
      "manager": {
        "id": 2120,
        "name": "Leo Beenhakker",
        "link": "https://www.transfermarkt.com/leo-beenhakker/profil/trainer/2120",
        "image": null
      }
    },
    {
      "season": {
        "id": 1990,
        "name": "90/91"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 6,
      "losses": 12,
      "goals_for": 63,
      "goals_against": 37,
      "goal_difference": 26,
      "points": 46,
      "position": 3,
      "manager": {
        "id": 7418,
        "name": "Radomir Antić",
        "link": "https://www.transfermarkt.com/radomir-antic/profil/trainer/7418",
        "image": null
      }
    },
    {
      "season": {
        "id": 1989,
        "name": "89/90"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 26,
      "draws": 10,
      "losses": 2,
      "goals_for": 107,
      "goals_against": 38,
      "goal_difference": 69,
      "points": 62,
      "position": 1,
      "manager": {
        "id": 1825,
        "name": "John Toshack",
        "link": "https://www.transfermarkt.com/john-toshack/profil/trainer/1825",
        "image": null
      }
    },
    {
      "season": {
        "id": 1988,
        "name": "88/89"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 25,
      "draws": 12,
      "losses": 1,
      "goals_for": 91,
      "goals_against": 37,
      "goal_difference": 54,
      "points": 62,
      "position": 1,
      "manager": {
        "id": 2120,
        "name": "Leo Beenhakker",
        "link": "https://www.transfermarkt.com/leo-beenhakker/profil/trainer/2120",
        "image": null
      }
    },
    {
      "season": {
        "id": 1987,
        "name": "87/88"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 28,
      "draws": 6,
      "losses": 4,
      "goals_for": 95,
      "goals_against": 26,
      "goal_difference": 69,
      "points": 62,
      "position": 1,
      "manager": {
        "id": 2120,
        "name": "Leo Beenhakker",
        "link": "https://www.transfermarkt.com/leo-beenhakker/profil/trainer/2120",
        "image": null
      }
    },
    {
      "season": {
        "id": 1986,
        "name": "86/87"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 27,
      "draws": 12,
      "losses": 5,
      "goals_for": 84,
      "goals_against": 37,
      "goal_difference": 47,
      "points": 66,
      "position": 1,
      "manager": {
        "id": 2120,
        "name": "Leo Beenhakker",
        "link": "https://www.transfermarkt.com/leo-beenhakker/profil/trainer/2120",
        "image": null
      }
    },
    {
      "season": {
        "id": 1985,
        "name": "85/86"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 26,
      "draws": 4,
      "losses": 4,
      "goals_for": 83,
      "goals_against": 33,
      "goal_difference": 50,
      "points": 56,
      "position": 1,
      "manager": {
        "id": 12094,
        "name": "Luis Molowny",
        "link": "https://www.transfermarkt.com/luis-molowny/profil/trainer/12094",
        "image": null
      }
    },
    {
      "season": {
        "id": 1984,
        "name": "84/85"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 13,
      "draws": 10,
      "losses": 11,
      "goals_for": 46,
      "goals_against": 36,
      "goal_difference": 10,
      "points": 36,
      "position": 5,
      "manager": {
        "id": 12094,
        "name": "Luis Molowny",
        "link": "https://www.transfermarkt.com/luis-molowny/profil/trainer/12094",
        "image": null
      }
    },
    {
      "season": {
        "id": 1983,
        "name": "83/84"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 22,
      "draws": 5,
      "losses": 7,
      "goals_for": 59,
      "goals_against": 37,
      "goal_difference": 22,
      "points": 49,
      "position": 2,
      "manager": {
        "id": 18170,
        "name": "Alfredo di Stéfano",
        "link": "https://www.transfermarkt.com/alfredo-di-stefano/profil/trainer/18170",
        "image": null
      }
    },
    {
      "season": {
        "id": 1982,
        "name": "82/83"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 9,
      "losses": 5,
      "goals_for": 57,
      "goals_against": 25,
      "goal_difference": 32,
      "points": 49,
      "position": 2,
      "manager": {
        "id": 18170,
        "name": "Alfredo di Stéfano",
        "link": "https://www.transfermarkt.com/alfredo-di-stefano/profil/trainer/18170",
        "image": null
      }
    },
    {
      "season": {
        "id": 1981,
        "name": "81/82"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 18,
      "draws": 8,
      "losses": 8,
      "goals_for": 57,
      "goals_against": 34,
      "goal_difference": 23,
      "points": 44,
      "position": 3,
      "manager": {
        "id": 12094,
        "name": "Luis Molowny",
        "link": "https://www.transfermarkt.com/luis-molowny/profil/trainer/12094",
        "image": null
      }
    },
    {
      "season": {
        "id": 1980,
        "name": "80/81"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 5,
      "losses": 9,
      "goals_for": 66,
      "goals_against": 37,
      "goal_difference": 29,
      "points": 45,
      "position": 2,
      "manager": {
        "id": 8772,
        "name": "Vujadin Boskov",
        "link": "https://www.transfermarkt.com/vujadin-boskov/profil/trainer/8772",
        "image": null
      }
    },
    {
      "season": {
        "id": 1979,
        "name": "79/80"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 22,
      "draws": 9,
      "losses": 3,
      "goals_for": 70,
      "goals_against": 33,
      "goal_difference": 37,
      "points": 53,
      "position": 1,
      "manager": {
        "id": 8772,
        "name": "Vujadin Boskov",
        "link": "https://www.transfermarkt.com/vujadin-boskov/profil/trainer/8772",
        "image": null
      }
    },
    {
      "season": {
        "id": 1978,
        "name": "78/79"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 16,
      "draws": 15,
      "losses": 3,
      "goals_for": 61,
      "goals_against": 36,
      "goal_difference": 25,
      "points": 47,
      "position": 1,
      "manager": {
        "id": 12094,
        "name": "Luis Molowny",
        "link": "https://www.transfermarkt.com/luis-molowny/profil/trainer/12094",
        "image": null
      }
    },
    {
      "season": {
        "id": 1977,
        "name": "77/78"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 22,
      "draws": 3,
      "losses": 9,
      "goals_for": 77,
      "goals_against": 40,
      "goal_difference": 37,
      "points": 47,
      "position": 1,
      "manager": {
        "id": 12094,
        "name": "Luis Molowny",
        "link": "https://www.transfermarkt.com/luis-molowny/profil/trainer/12094",
        "image": null
      }
    },
    {
      "season": {
        "id": 1976,
        "name": "76/77"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 11,
      "losses": 12,
      "goals_for": 56,
      "goals_against": 53,
      "goal_difference": 3,
      "points": 33,
      "position": 11,
      "manager": {
        "id": 12054,
        "name": "Miljan Miljanic",
        "link": "https://www.transfermarkt.com/miljan-miljanic/profil/trainer/12054",
        "image": null
      }
    },
    {
      "season": {
        "id": 1975,
        "name": "75/76"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 8,
      "losses": 6,
      "goals_for": 54,
      "goals_against": 26,
      "goal_difference": 28,
      "points": 48,
      "position": 1,
      "manager": {
        "id": 12054,
        "name": "Miljan Miljanic",
        "link": "https://www.transfermarkt.com/miljan-miljanic/profil/trainer/12054",
        "image": null
      }
    },
    {
      "season": {
        "id": 1974,
        "name": "74/75"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 10,
      "losses": 4,
      "goals_for": 66,
      "goals_against": 34,
      "goal_difference": 32,
      "points": 50,
      "position": 1,
      "manager": {
        "id": 12054,
        "name": "Miljan Miljanic",
        "link": "https://www.transfermarkt.com/miljan-miljanic/profil/trainer/12054",
        "image": null
      }
    },
    {
      "season": {
        "id": 1973,
        "name": "73/74"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 13,
      "draws": 8,
      "losses": 13,
      "goals_for": 48,
      "goals_against": 38,
      "goal_difference": 10,
      "points": 34,
      "position": 8,
      "manager": {
        "id": 12094,
        "name": "Luis Molowny",
        "link": "https://www.transfermarkt.com/luis-molowny/profil/trainer/12094",
        "image": null
      }
    },
    {
      "season": {
        "id": 1972,
        "name": "72/73"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 17,
      "draws": 9,
      "losses": 8,
      "goals_for": 45,
      "goals_against": 29,
      "goal_difference": 16,
      "points": 43,
      "position": 4,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 1971,
        "name": "71/72"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 19,
      "draws": 9,
      "losses": 6,
      "goals_for": 51,
      "goals_against": 27,
      "goal_difference": 24,
      "points": 47,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 1970,
        "name": "70/71"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 17,
      "draws": 7,
      "losses": 6,
      "goals_for": 46,
      "goals_against": 24,
      "goal_difference": 22,
      "points": 41,
      "position": 4,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2069,
        "name": "69/70"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 13,
      "draws": 9,
      "losses": 8,
      "goals_for": 50,
      "goals_against": 42,
      "goal_difference": 8,
      "points": 35,
      "position": 6,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2068,
        "name": "68/69"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 18,
      "draws": 11,
      "losses": 1,
      "goals_for": 46,
      "goals_against": 21,
      "goal_difference": 25,
      "points": 47,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2067,
        "name": "67/68"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 16,
      "draws": 10,
      "losses": 4,
      "goals_for": 55,
      "goals_against": 26,
      "goal_difference": 29,
      "points": 42,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2066,
        "name": "66/67"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 19,
      "draws": 9,
      "losses": 2,
      "goals_for": 58,
      "goals_against": 22,
      "goal_difference": 36,
      "points": 47,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2065,
        "name": "65/66"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 19,
      "draws": 5,
      "losses": 6,
      "goals_for": 53,
      "goals_against": 30,
      "goal_difference": 23,
      "points": 43,
      "position": 2,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2064,
        "name": "64/65"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 21,
      "draws": 5,
      "losses": 4,
      "goals_for": 64,
      "goals_against": 18,
      "goal_difference": 46,
      "points": 47,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2063,
        "name": "63/64"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 22,
      "draws": 2,
      "losses": 6,
      "goals_for": 61,
      "goals_against": 23,
      "goal_difference": 38,
      "points": 46,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2062,
        "name": "62/63"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 23,
      "draws": 3,
      "losses": 4,
      "goals_for": 83,
      "goals_against": 33,
      "goal_difference": 50,
      "points": 49,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2061,
        "name": "61/62"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 19,
      "draws": 5,
      "losses": 6,
      "goals_for": 58,
      "goals_against": 24,
      "goal_difference": 34,
      "points": 43,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2060,
        "name": "60/61"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 24,
      "draws": 4,
      "losses": 2,
      "goals_for": 89,
      "goals_against": 25,
      "goal_difference": 64,
      "points": 52,
      "position": 1,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2059,
        "name": "59/60"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 21,
      "draws": 4,
      "losses": 5,
      "goals_for": 92,
      "goals_against": 36,
      "goal_difference": 56,
      "points": 46,
      "position": 2,
      "manager": {
        "id": 10643,
        "name": "Miguel Muñoz",
        "link": "https://www.transfermarkt.com/miguel-munoz/profil/trainer/10643",
        "image": null
      }
    },
    {
      "season": {
        "id": 2058,
        "name": "58/59"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 21,
      "draws": 5,
      "losses": 4,
      "goals_for": 89,
      "goals_against": 29,
      "goal_difference": 60,
      "points": 47,
      "position": 2,
      "manager": {
        "id": 26208,
        "name": "Luis Carniglia",
        "link": "https://www.transfermarkt.com/luis-carniglia/profil/trainer/26208",
        "image": null
      }
    },
    {
      "season": {
        "id": 2057,
        "name": "57/58"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 5,
      "losses": 5,
      "goals_for": 71,
      "goals_against": 26,
      "goal_difference": 45,
      "points": 45,
      "position": 1,
      "manager": {
        "id": 26208,
        "name": "Luis Carniglia",
        "link": "https://www.transfermarkt.com/luis-carniglia/profil/trainer/26208",
        "image": null
      }
    },
    {
      "season": {
        "id": 2056,
        "name": "56/57"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 4,
      "losses": 6,
      "goals_for": 74,
      "goals_against": 35,
      "goal_difference": 39,
      "points": 44,
      "position": 1,
      "manager": {
        "id": 17060,
        "name": "José Villalonga",
        "link": "https://www.transfermarkt.com/jose-villalonga/profil/trainer/17060",
        "image": null
      }
    },
    {
      "season": {
        "id": 2055,
        "name": "55/56"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 18,
      "draws": 2,
      "losses": 10,
      "goals_for": 81,
      "goals_against": 39,
      "goal_difference": 42,
      "points": 38,
      "position": 3,
      "manager": {
        "id": 17060,
        "name": "José Villalonga",
        "link": "https://www.transfermarkt.com/jose-villalonga/profil/trainer/17060",
        "image": null
      }
    },
    {
      "season": {
        "id": 2054,
        "name": "54/55"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 20,
      "draws": 6,
      "losses": 4,
      "goals_for": 80,
      "goals_against": 31,
      "goal_difference": 49,
      "points": 46,
      "position": 1,
      "manager": {
        "id": 17060,
        "name": "José Villalonga",
        "link": "https://www.transfermarkt.com/jose-villalonga/profil/trainer/17060",
        "image": null
      }
    },
    {
      "season": {
        "id": 2053,
        "name": "53/54"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 17,
      "draws": 6,
      "losses": 7,
      "goals_for": 72,
      "goals_against": 41,
      "goal_difference": 31,
      "points": 40,
      "position": 1,
      "manager": {
        "id": 31012,
        "name": "Enrique Fernández",
        "link": "https://www.transfermarkt.com/enrique-fernandez/profil/trainer/31012",
        "image": null
      }
    },
    {
      "season": {
        "id": 2052,
        "name": "52/53"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 18,
      "draws": 3,
      "losses": 9,
      "goals_for": 67,
      "goals_against": 49,
      "goal_difference": 18,
      "points": 39,
      "position": 3,
      "manager": {
        "id": 33301,
        "name": "Juan Antonio Ipiña",
        "link": "https://www.transfermarkt.com/juan-antonio-ipina/profil/trainer/33301",
        "image": null
      }
    },
    {
      "season": {
        "id": 2051,
        "name": "51/52"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 16,
      "draws": 6,
      "losses": 8,
      "goals_for": 79,
      "goals_against": 50,
      "goal_difference": 29,
      "points": 38,
      "position": 3,
      "manager": {
        "id": 33982,
        "name": "Héctor Scarone",
        "link": "https://www.transfermarkt.com/hector-scarone/profil/trainer/33982",
        "image": null
      }
    },
    {
      "season": {
        "id": 2050,
        "name": "50/51"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 13,
      "draws": 5,
      "losses": 12,
      "goals_for": 80,
      "goals_against": 71,
      "goal_difference": 9,
      "points": 31,
      "position": 9,
      "manager": {
        "id": 33982,
        "name": "Héctor Scarone",
        "link": "https://www.transfermarkt.com/hector-scarone/profil/trainer/33982",
        "image": null
      }
    },
    {
      "season": {
        "id": 2049,
        "name": "49/50"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 9,
      "losses": 6,
      "goals_for": 60,
      "goals_against": 49,
      "goal_difference": 11,
      "points": 31,
      "position": 4,
      "manager": {
        "id": 33996,
        "name": "Mike Keeping",
        "link": "https://www.transfermarkt.com/mike-keeping/profil/trainer/33996",
        "image": null
      }
    },
    {
      "season": {
        "id": 2048,
        "name": "48/49"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 15,
      "draws": 4,
      "losses": 7,
      "goals_for": 67,
      "goals_against": 42,
      "goal_difference": 25,
      "points": 34,
      "position": 3,
      "manager": {
        "id": 33996,
        "name": "Mike Keeping",
        "link": "https://www.transfermarkt.com/mike-keeping/profil/trainer/33996",
        "image": null
      }
    },
    {
      "season": {
        "id": 2047,
        "name": "47/48"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 7,
      "draws": 7,
      "losses": 12,
      "goals_for": 41,
      "goals_against": 56,
      "goal_difference": -15,
      "points": 21,
      "position": 11,
      "manager": {
        "id": 33996,
        "name": "Mike Keeping",
        "link": "https://www.transfermarkt.com/mike-keeping/profil/trainer/33996",
        "image": null
      }
    },
    {
      "season": {
        "id": 2046,
        "name": "46/47"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 5,
      "losses": 10,
      "goals_for": 62,
      "goals_against": 56,
      "goal_difference": 6,
      "points": 27,
      "position": 7,
      "manager": {
        "id": 33270,
        "name": "Baltasar Albéniz",
        "link": "https://www.transfermarkt.com/baltasar-albeniz/profil/trainer/33270",
        "image": null
      }
    },
    {
      "season": {
        "id": 2045,
        "name": "45/46"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 9,
      "losses": 6,
      "goals_for": 46,
      "goals_against": 30,
      "goal_difference": 16,
      "points": 31,
      "position": 4,
      "manager": {
        "id": 33246,
        "name": "Jacinto Quincoces",
        "link": "https://www.transfermarkt.com/jacinto-quincoces/profil/trainer/33246",
        "image": null
      }
    },
    {
      "season": {
        "id": 2044,
        "name": "44/45"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 18,
      "draws": 2,
      "losses": 6,
      "goals_for": 68,
      "goals_against": 35,
      "goal_difference": 33,
      "points": 38,
      "position": 2,
      "manager": {
        "id": 37778,
        "name": "Ramón Encinas",
        "link": "https://www.transfermarkt.com/ramon-encinas/profil/trainer/37778",
        "image": null
      }
    },
    {
      "season": {
        "id": 2043,
        "name": "43/44"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 6,
      "losses": 9,
      "goals_for": 48,
      "goals_against": 38,
      "goal_difference": 10,
      "points": 28,
      "position": 7,
      "manager": {
        "id": 37778,
        "name": "Ramón Encinas",
        "link": "https://www.transfermarkt.com/ramon-encinas/profil/trainer/37778",
        "image": null
      }
    },
    {
      "season": {
        "id": 2042,
        "name": "42/43"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 10,
      "draws": 5,
      "losses": 11,
      "goals_for": 52,
      "goals_against": 50,
      "goal_difference": 2,
      "points": 25,
      "position": 10,
      "manager": {
        "id": 37778,
        "name": "Ramón Encinas",
        "link": "https://www.transfermarkt.com/ramon-encinas/profil/trainer/37778",
        "image": null
      }
    },
    {
      "season": {
        "id": 2041,
        "name": "41/42"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 14,
      "draws": 5,
      "losses": 7,
      "goals_for": 65,
      "goals_against": 43,
      "goal_difference": 22,
      "points": 33,
      "position": 2,
      "manager": {
        "id": 37783,
        "name": "Joan Armet",
        "link": "https://www.transfermarkt.com/joan-armet/profil/trainer/37783",
        "image": null
      }
    },
    {
      "season": {
        "id": 2040,
        "name": "40/41"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 2,
      "losses": 9,
      "goals_for": 51,
      "goals_against": 38,
      "goal_difference": 13,
      "points": 24,
      "position": 6,
      "manager": {
        "id": 35580,
        "name": "Paco Bru",
        "link": "https://www.transfermarkt.com/paco-bru/profil/trainer/35580",
        "image": null
      }
    },
    {
      "season": {
        "id": 2039,
        "name": "39/40"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 12,
      "draws": 1,
      "losses": 9,
      "goals_for": 47,
      "goals_against": 35,
      "goal_difference": 12,
      "points": 25,
      "position": 4,
      "manager": {
        "id": 35580,
        "name": "Paco Bru",
        "link": "https://www.transfermarkt.com/paco-bru/profil/trainer/35580",
        "image": null
      }
    },
    {
      "season": {
        "id": 2035,
        "name": "35/36"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 13,
      "draws": 3,
      "losses": 6,
      "goals_for": 62,
      "goals_against": 35,
      "goal_difference": 27,
      "points": 29,
      "position": 2,
      "manager": {
        "id": 35580,
        "name": "Paco Bru",
        "link": "https://www.transfermarkt.com/paco-bru/profil/trainer/35580",
        "image": null
      }
    },
    {
      "season": {
        "id": 2034,
        "name": "34/35"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 16,
      "draws": 1,
      "losses": 5,
      "goals_for": 61,
      "goals_against": 34,
      "goal_difference": 27,
      "points": 33,
      "position": 2,
      "manager": {
        "id": 35580,
        "name": "Paco Bru",
        "link": "https://www.transfermarkt.com/paco-bru/profil/trainer/35580",
        "image": null
      }
    },
    {
      "season": {
        "id": 2033,
        "name": "33/34"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 10,
      "draws": 2,
      "losses": 6,
      "goals_for": 41,
      "goals_against": 29,
      "goal_difference": 12,
      "points": 22,
      "position": 2,
      "manager": {
        "id": 35580,
        "name": "Paco Bru",
        "link": "https://www.transfermarkt.com/paco-bru/profil/trainer/35580",
        "image": null
      }
    },
    {
      "season": {
        "id": 2032,
        "name": "32/33"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 13,
      "draws": 2,
      "losses": 3,
      "goals_for": 49,
      "goals_against": 17,
      "goal_difference": 32,
      "points": 28,
      "position": 1,
      "manager": {
        "id": 37758,
        "name": "Robert Firth",
        "link": "https://www.transfermarkt.com/robert-firth/profil/trainer/37758",
        "image": null
      }
    },
    {
      "season": {
        "id": 2031,
        "name": "31/32"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 10,
      "draws": 8,
      "losses": 0,
      "goals_for": 37,
      "goals_against": 15,
      "goal_difference": 22,
      "points": 28,
      "position": 1,
      "manager": {
        "id": 37738,
        "name": "Lippo Hertzka",
        "link": "https://www.transfermarkt.com/lippo-hertzka/profil/trainer/37738",
        "image": null
      }
    },
    {
      "season": {
        "id": 2030,
        "name": "30/31"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 7,
      "draws": 4,
      "losses": 7,
      "goals_for": 24,
      "goals_against": 27,
      "goal_difference": -3,
      "points": 18,
      "position": 6,
      "manager": {
        "id": 37738,
        "name": "Lippo Hertzka",
        "link": "https://www.transfermarkt.com/lippo-hertzka/profil/trainer/37738",
        "image": null
      }
    },
    {
      "season": {
        "id": 1929,
        "name": "29/30"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 7,
      "draws": 3,
      "losses": 8,
      "goals_for": 45,
      "goals_against": 42,
      "goal_difference": 3,
      "points": 17,
      "position": 5,
      "manager": {
        "id": 37714,
        "name": "José Quirante",
        "link": "https://www.transfermarkt.com/jose-quirante/profil/trainer/37714",
        "image": null
      }
    },
    {
      "season": {
        "id": 1928,
        "name": "28/29"
      },
      "competition": {
        "id": "ES1",
        "name": "LaLiga",
        "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
        "logo": null
      },
      "tier": "First Tier",
      "wins": 11,
      "draws": 1,
      "losses": 6,
      "goals_for": 40,
      "goals_against": 27,
      "goal_difference": 13,
      "points": 23,
      "position": 2,
      "manager": {
        "id": 37714,
        "name": "José Quirante",
        "link": "https://www.transfermarkt.com/jose-quirante/profil/trainer/37714",
        "image": null
      }
    }
  ]
}