Sofascore Scraper

ENDPOINTS
GET/tournaments/player-of-the-season

Player of the Season

Player of the season race: top-rated players and the current holder.

QUERY PARAMS

Sofascore tournament id or any sofascore.com tournament URL.

Examples:

  • ID: 17 (Premier League)
  • URL: https://www.sofascore.com/tournament/football/england/premier-league/17

Season id from /tournaments/seasons or /tournaments/details.

Default: the current season

{
  "tournament_id": 17,
  "season_id": 96668,
  "categories": {
    "rating": [
      {
        "player": {
          "id": 158263,
          "name": "Emiliano Martínez",
          "short_name": "E. Martínez",
          "slug": "emiliano-martinez",
          "link": "https://www.sofascore.com/player/emiliano-martinez/158263",
          "image_link": "https://img.sofascore.com/api/v1/player/158263/image",
          "position": "G",
          "gender": "M",
          "country": null,
          "followers_count": 96655
        },
        "team": {
          "id": 38,
          "name": "Chelsea",
          "short_name": null,
          "code": null,
          "slug": "chelsea",
          "link": "https://www.sofascore.com/team/football/chelsea/38",
          "image_link": "https://img.sofascore.com/api/v1/team/38/image",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "gender": "M",
          "is_national": false,
          "colors": {
            "primary": "#374df5",
            "secondary": "#374df5",
            "text": "#ffffff"
          },
          "followers_count": 3549341
        },
        "statistics": {
          "rating": 8.25,
          "id": 3331284,
          "type": "overall",
          "appearances": 2
        },
        "played_enough": true
      },
      {
        "player": {
          "id": 547410,
          "name": "Martin Ødegaard",
          "short_name": "M. Ødegaard",
          "slug": "martin-degaard",
          "link": "https://www.sofascore.com/player/martin-degaard/547410",
          "image_link": "https://img.sofascore.com/api/v1/player/547410/image",
          "position": "M",
          "gender": "M",
          "country": null,
          "followers_count": 96598
        },
        "team": {
          "id": 42,
          "name": "Arsenal",
          "short_name": null,
          "code": null,
          "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": "#374df5",
            "secondary": "#374df5",
            "text": "#ffffff"
          },
          "followers_count": 4194250
        },
        "statistics": {
          "rating": 8.1666666666667,
          "id": 3296102,
          "type": "overall",
          "appearances": 3
        },
        "played_enough": true
      },
      {
        "player": {
          "id": 839956,
          "name": "Erling Haaland",
          "short_name": "E. Haaland",
          "slug": "erling-haaland",
          "link": "https://www.sofascore.com/player/erling-haaland/839956",
          "image_link": "https://img.sofascore.com/api/v1/player/839956/image",
          "position": "F",
          "gender": "M",
          "country": null,
          "followers_count": 1203913
        },
        "team": {
          "id": 17,
          "name": "Manchester City",
          "short_name": null,
          "code": null,
          "slug": "manchester-city",
          "link": "https://www.sofascore.com/team/football/manchester-city/17",
          "image_link": "https://img.sofascore.com/api/v1/team/17/image",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "gender": "M",
          "is_national": false,
          "colors": {
            "primary": "#374df5",
            "secondary": "#374df5",
            "text": "#ffffff"
          },
          "followers_count": 4753278
        },
        "statistics": {
          "rating": 7.9,
          "id": 3307766,
          "type": "overall",
          "appearances": 3
        },
        "played_enough": true
      }
    ]
  },
  "player_of_the_tournament": false
}