Sofascore Scraper

ENDPOINTS
GET/managers/details

Manager Details

Manager profile: country, birth date, teams, followers and full career history with matches and points per match.

QUERY PARAMS

Sofascore manager id or any sofascore.com manager URL.

Examples:

  • ID: 794075 (Mikel Arteta)
  • URL: https://www.sofascore.com/manager/mikel-arteta/794075
{
  "manager": {
    "id": 794075,
    "name": "Mikel Arteta",
    "short_name": "M. Arteta",
    "slug": "mikel-arteta",
    "link": "https://www.sofascore.com/manager/mikel-arteta/794075",
    "image_link": "https://img.sofascore.com/api/v1/manager/794075/image",
    "country": {
      "name": "Spain",
      "alpha2": "ES",
      "alpha3": null,
      "slug": null
    },
    "date_of_birth": "1982-03-26",
    "sport": {
      "id": 1,
      "name": "Football",
      "slug": "football"
    },
    "team": {
      "id": 42,
      "name": "Arsenal",
      "short_name": "Arsenal",
      "code": "ARS",
      "slug": "arsenal",
      "link": "https://www.sofascore.com/team/football/arsenal/42",
      "image_link": "https://img.sofascore.com/api/v1/team/42/image",
      "sport": {
        "id": 1,
        "name": "Football",
        "slug": "football"
      },
      "country": null,
      "gender": "M",
      "is_national": false,
      "colors": {
        "primary": "#cc0000",
        "secondary": "#ffffff",
        "text": "#ffffff"
      },
      "followers_count": 4194250,
      "category": {
        "id": 1,
        "name": "England",
        "slug": "england",
        "link": "https://www.sofascore.com/football/england",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
      },
      "primary_tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        }
      }
    },
    "teams": [
      {
        "id": 42,
        "name": "Arsenal",
        "short_name": "Arsenal",
        "code": "ARS",
        "slug": "arsenal",
        "link": "https://www.sofascore.com/team/football/arsenal/42",
        "image_link": "https://img.sofascore.com/api/v1/team/42/image",
        "sport": {
          "id": 1,
          "name": "Football",
          "slug": "football"
        },
        "country": null,
        "gender": "M",
        "is_national": false,
        "colors": {
          "primary": "#cc0000",
          "secondary": "#ffffff",
          "text": "#ffffff"
        },
        "followers_count": 4194250,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "primary_tournament": {
          "id": 17,
          "name": "Premier League",
          "slug": "premier-league",
          "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
          "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
          "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
          "colors": {
            "primary": "#3c1c5a",
            "secondary": "#f80158"
          },
          "followers_count": 1356594,
          "category": {
            "id": 1,
            "name": "England",
            "slug": "england",
            "link": "https://www.sofascore.com/football/england",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": null,
            "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
          }
        }
      }
    ],
    "preferred_formation": "4-3-3",
    "is_deceased": false,
    "former_player_id": 1152,
    "nationality": "ESP",
    "nationality_iso2": "ES",
    "performance": {
      "total": 356,
      "wins": 221,
      "draws": 60,
      "losses": 75,
      "goals_scored": 707,
      "goals_conceded": 358,
      "total_points": 723
    },
    "career_history": [
      {
        "team": {
          "id": 42,
          "name": "Arsenal",
          "short_name": "Arsenal",
          "code": "ARS",
          "slug": "arsenal",
          "link": "https://www.sofascore.com/team/football/arsenal/42",
          "image_link": "https://img.sofascore.com/api/v1/team/42/image",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "gender": "M",
          "is_national": false,
          "colors": {
            "primary": "#cc0000",
            "secondary": "#ffffff",
            "text": "#ffffff"
          },
          "followers_count": 4194250
        },
        "performance": {
          "total": 356,
          "wins": 221,
          "draws": 60,
          "losses": 75,
          "total_points": 723
        },
        "start_time": "2019-12-22T00:00:00Z",
        "end_time": "2027-06-30T00:00:00Z"
      }
    ]
  }
}