Transfermarkt Scraper

ENDPOINTS
GET/managers/achievements

Manager Achievements

Every title the manager won, grouped by title with the season and club.

QUERY PARAMS

Transfermarkt manager ID or any transfermarkt.com manager URL.

Examples:

  • ID: 5672
  • URL: https://www.transfermarkt.com/pep-guardiola/profil/trainer/5672
{
  "manager_id": 5672,
  "count": 13,
  "total_titles": 44,
  "titles": [
    {
      "title": "World's Best Club Coach",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2022,
            "name": "22/23"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2010,
            "name": "2010"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2008,
            "name": "2008"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "UEFA Champions League winner",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2022,
            "name": "22/23"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2010,
            "name": "10/11"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2008,
            "name": "08/09"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "German Champion",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2015,
            "name": "15/16"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        },
        {
          "season": {
            "id": 2014,
            "name": "14/15"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        },
        {
          "season": {
            "id": 2013,
            "name": "13/14"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        }
      ]
    },
    {
      "title": "English Champion",
      "count": 6,
      "wins": [
        {
          "season": {
            "id": 2023,
            "name": "23/24"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2022,
            "name": "22/23"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2021,
            "name": "21/22"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2020,
            "name": "20/21"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2018,
            "name": "18/19"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2017,
            "name": "17/18"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        }
      ]
    },
    {
      "title": "Spanish champion",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2010,
            "name": "10/11"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2009,
            "name": "09/10"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2008,
            "name": "08/09"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "Uefa Supercup winner",
      "count": 4,
      "wins": [
        {
          "season": {
            "id": 2023,
            "name": "23/24"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2013,
            "name": "13/14"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        },
        {
          "season": {
            "id": 2011,
            "name": "11/12"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2009,
            "name": "09/10"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "German cup winner",
      "count": 2,
      "wins": [
        {
          "season": {
            "id": 2015,
            "name": "15/16"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        },
        {
          "season": {
            "id": 2013,
            "name": "13/14"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        }
      ]
    },
    {
      "title": "FIFA Club World Cup winner",
      "count": 4,
      "wins": [
        {
          "season": {
            "id": 2023,
            "name": "23/24"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2013,
            "name": "13/14"
          },
          "club": {
            "id": 27,
            "name": "Bayern Munich",
            "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/27_1498251266.png?lm=1789459168"
          }
        },
        {
          "season": {
            "id": 2011,
            "name": "11/12"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2009,
            "name": "09/10"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "English FA Cup winner",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2025,
            "name": "25/26"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2022,
            "name": "22/23"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2018,
            "name": "18/19"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        }
      ]
    },
    {
      "title": "Spanish cup winner",
      "count": 2,
      "wins": [
        {
          "season": {
            "id": 2011,
            "name": "11/12"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2008,
            "name": "08/09"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "Spanish Super Cup winner",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2011,
            "name": "11/12"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2010,
            "name": "10/11"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        },
        {
          "season": {
            "id": 2009,
            "name": "09/10"
          },
          "club": {
            "id": 131,
            "name": "FC Barcelona",
            "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175"
          }
        }
      ]
    },
    {
      "title": "English League Cup winner",
      "count": 5,
      "wins": [
        {
          "season": {
            "id": 2025,
            "name": "25/26"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2020,
            "name": "20/21"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2019,
            "name": "19/20"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2018,
            "name": "18/19"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2017,
            "name": "17/18"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        }
      ]
    },
    {
      "title": "English Super Cup winner",
      "count": 3,
      "wins": [
        {
          "season": {
            "id": 2024,
            "name": "24/25"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2019,
            "name": "19/20"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        },
        {
          "season": {
            "id": 2018,
            "name": "18/19"
          },
          "club": {
            "id": 281,
            "name": "Manchester City",
            "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
            "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183"
          }
        }
      ]
    }
  ]
}