Sofascore Scraper

ENDPOINTS
GET/tournaments/standings

Standings

League table for a season: position, played, wins, draws, losses, goals, points, zones; one table per group.

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

Table variant.

Default: total

Allowed values: total, home, away

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

Default: the current season

{
  "tournament_id": 17,
  "season_id": 96668,
  "type": "total",
  "count": 1,
  "standings": [
    {
      "id": 280504,
      "name": "Premier League 26/27",
      "type": "total",
      "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": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        },
        "group": null,
        "is_live": false
      },
      "descriptions": [],
      "tie_breaking_rule": "In the event that two (or more) teams have an equal number of points, the following rules break the tie:\n1. Goal difference\n2. Goals scored\n3. H2H",
      "updated_at": "2026-09-06T17:27:18Z",
      "rows": [
        {
          "position": 1,
          "team": {
            "id": 17,
            "name": "Manchester City",
            "short_name": "Man City",
            "code": "MCI",
            "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": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#66ccff",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 4753278
          },
          "matches": 3,
          "wins": 3,
          "draws": 0,
          "losses": 0,
          "scores_for": 7,
          "scores_against": 2,
          "score_diff": 5,
          "points": 9,
          "promotion": {
            "id": 804,
            "text": "Champions League"
          },
          "descriptions": [],
          "score_diff_formatted": "+5"
        },
        {
          "position": 2,
          "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": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#cc0000",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 4194250
          },
          "matches": 3,
          "wins": 3,
          "draws": 0,
          "losses": 0,
          "scores_for": 6,
          "scores_against": 1,
          "score_diff": 5,
          "points": 9,
          "promotion": {
            "id": 804,
            "text": "Champions League"
          },
          "descriptions": [],
          "score_diff_formatted": "+5"
        },
        {
          "position": 3,
          "team": {
            "id": 96,
            "name": "Hull City",
            "short_name": "Hull",
            "code": "HUL",
            "slug": "hull-city",
            "link": "https://www.sofascore.com/team/football/hull-city/96",
            "image_link": "https://img.sofascore.com/api/v1/team/96/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#de8f38",
              "secondary": "#000000",
              "text": "#000000"
            },
            "followers_count": 101323
          },
          "matches": 3,
          "wins": 2,
          "draws": 1,
          "losses": 0,
          "scores_for": 3,
          "scores_against": 0,
          "score_diff": 3,
          "points": 7,
          "promotion": {
            "id": 804,
            "text": "Champions League"
          },
          "descriptions": [],
          "score_diff_formatted": "+3"
        },
        {
          "position": 4,
          "team": {
            "id": 38,
            "name": "Chelsea",
            "short_name": "Chelsea",
            "code": "CHE",
            "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": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#0310a7",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 3549341
          },
          "matches": 3,
          "wins": 2,
          "draws": 0,
          "losses": 1,
          "scores_for": 8,
          "scores_against": 7,
          "score_diff": 1,
          "points": 6,
          "promotion": {
            "id": 804,
            "text": "Champions League"
          },
          "descriptions": [],
          "score_diff_formatted": "+1"
        },
        {
          "position": 5,
          "team": {
            "id": 50,
            "name": "Brentford",
            "short_name": "Brentford",
            "code": "BRE",
            "slug": "brentford",
            "link": "https://www.sofascore.com/team/football/brentford/50",
            "image_link": "https://img.sofascore.com/api/v1/team/50/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#ffffff",
              "secondary": "#ff0000",
              "text": "#ff0000"
            },
            "followers_count": 329978
          },
          "matches": 3,
          "wins": 1,
          "draws": 2,
          "losses": 0,
          "scores_for": 5,
          "scores_against": 2,
          "score_diff": 3,
          "points": 5,
          "promotion": {
            "id": 52,
            "text": "Europa League"
          },
          "descriptions": [],
          "score_diff_formatted": "+3"
        },
        {
          "position": 6,
          "team": {
            "id": 44,
            "name": "Liverpool FC",
            "short_name": "Liverpool",
            "code": "LIV",
            "slug": "liverpool",
            "link": "https://www.sofascore.com/team/football/liverpool/44",
            "image_link": "https://img.sofascore.com/api/v1/team/44/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#cc0000",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 4323101
          },
          "matches": 3,
          "wins": 1,
          "draws": 2,
          "losses": 0,
          "scores_for": 6,
          "scores_against": 4,
          "score_diff": 2,
          "points": 5,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "+2"
        },
        {
          "position": 7,
          "team": {
            "id": 39,
            "name": "Newcastle United",
            "short_name": "Newcastle",
            "code": "NEW",
            "slug": "newcastle-united",
            "link": "https://www.sofascore.com/team/football/newcastle-united/39",
            "image_link": "https://img.sofascore.com/api/v1/team/39/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#000000",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 984394
          },
          "matches": 3,
          "wins": 1,
          "draws": 2,
          "losses": 0,
          "scores_for": 6,
          "scores_against": 4,
          "score_diff": 2,
          "points": 5,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "+2"
        },
        {
          "position": 8,
          "team": {
            "id": 48,
            "name": "Everton",
            "short_name": "Everton",
            "code": "EVE",
            "slug": "everton",
            "link": "https://www.sofascore.com/team/football/everton/48",
            "image_link": "https://img.sofascore.com/api/v1/team/48/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#274488",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 417535
          },
          "matches": 3,
          "wins": 1,
          "draws": 2,
          "losses": 0,
          "scores_for": 5,
          "scores_against": 3,
          "score_diff": 2,
          "points": 5,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "+2"
        },
        {
          "position": 9,
          "team": {
            "id": 34,
            "name": "Leeds United",
            "short_name": "Leeds",
            "code": "LEE",
            "slug": "leeds-united",
            "link": "https://www.sofascore.com/team/football/leeds-united/34",
            "image_link": "https://img.sofascore.com/api/v1/team/34/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#ffffff",
              "secondary": "#1d4189",
              "text": "#1d4189"
            },
            "followers_count": 282092
          },
          "matches": 3,
          "wins": 1,
          "draws": 2,
          "losses": 0,
          "scores_for": 3,
          "scores_against": 2,
          "score_diff": 1,
          "points": 5,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "+1"
        },
        {
          "position": 10,
          "team": {
            "id": 30,
            "name": "Brighton & Hove Albion",
            "short_name": "Brighton",
            "code": "BHA",
            "slug": "brighton-and-hove-albion",
            "link": "https://www.sofascore.com/team/football/brighton-and-hove-albion/30",
            "image_link": "https://img.sofascore.com/api/v1/team/30/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#0054a6",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 480085
          },
          "matches": 3,
          "wins": 1,
          "draws": 1,
          "losses": 1,
          "scores_for": 8,
          "scores_against": 5,
          "score_diff": 3,
          "points": 4,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "+3"
        },
        {
          "position": 11,
          "team": {
            "id": 35,
            "name": "Manchester United",
            "short_name": "Man Utd",
            "code": "MUN",
            "slug": "manchester-united",
            "link": "https://www.sofascore.com/team/football/manchester-united/35",
            "image_link": "https://img.sofascore.com/api/v1/team/35/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#ff0000",
              "secondary": "#373737",
              "text": "#373737"
            },
            "followers_count": 4261989
          },
          "matches": 3,
          "wins": 1,
          "draws": 1,
          "losses": 1,
          "scores_for": 7,
          "scores_against": 6,
          "score_diff": 1,
          "points": 4,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "+1"
        },
        {
          "position": 12,
          "team": {
            "id": 41,
            "name": "Sunderland",
            "short_name": "Sunderland",
            "code": "SUN",
            "slug": "sunderland",
            "link": "https://www.sofascore.com/team/football/sunderland/41",
            "image_link": "https://img.sofascore.com/api/v1/team/41/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#ffffff",
              "secondary": "#ca0000",
              "text": "#ca0000"
            },
            "followers_count": 244346
          },
          "matches": 3,
          "wins": 1,
          "draws": 1,
          "losses": 1,
          "scores_for": 3,
          "scores_against": 3,
          "score_diff": 0,
          "points": 4,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "0"
        },
        {
          "position": 13,
          "team": {
            "id": 32,
            "name": "Ipswich Town",
            "short_name": "Ipswich",
            "code": "IPS",
            "slug": "ipswich-town",
            "link": "https://www.sofascore.com/team/football/ipswich-town/32",
            "image_link": "https://img.sofascore.com/api/v1/team/32/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#0000ff",
              "secondary": "#ffffff",
              "text": "#ffffff"
            },
            "followers_count": 150116
          },
          "matches": 3,
          "wins": 1,
          "draws": 0,
          "losses": 2,
          "scores_for": 4,
          "scores_against": 8,
          "score_diff": -4,
          "points": 3,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "-4"
        },
        {
          "position": 14,
          "team": {
            "id": 7,
            "name": "Crystal Palace",
            "short_name": "Crystal Palace",
            "code": "CRY",
            "slug": "crystal-palace",
            "link": "https://www.sofascore.com/team/football/crystal-palace/7",
            "image_link": "https://img.sofascore.com/api/v1/team/7/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#0033ff",
              "secondary": "#b90d2b",
              "text": "#b90d2b"
            },
            "followers_count": 478466
          },
          "matches": 3,
          "wins": 1,
          "draws": 0,
          "losses": 2,
          "scores_for": 4,
          "scores_against": 8,
          "score_diff": -4,
          "points": 3,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "-4"
        },
        {
          "position": 15,
          "team": {
            "id": 60,
            "name": "Bournemouth",
            "short_name": "Bournemouth",
            "code": "BOU",
            "slug": "bournemouth",
            "link": "https://www.sofascore.com/team/football/bournemouth/60",
            "image_link": "https://img.sofascore.com/api/v1/team/60/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#000000",
              "secondary": "#cc0000",
              "text": "#cc0000"
            },
            "followers_count": 358063
          },
          "matches": 3,
          "wins": 0,
          "draws": 2,
          "losses": 1,
          "scores_for": 4,
          "scores_against": 5,
          "score_diff": -1,
          "points": 2,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "-1"
        },
        {
          "position": 16,
          "team": {
            "id": 14,
            "name": "Nottingham Forest",
            "short_name": "Forest",
            "code": "NFO",
            "slug": "nottingham-forest",
            "link": "https://www.sofascore.com/team/football/nottingham-forest/14",
            "image_link": "https://img.sofascore.com/api/v1/team/14/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#cc0000",
              "secondary": "#cc0000",
              "text": "#cc0000"
            },
            "followers_count": 472753
          },
          "matches": 3,
          "wins": 0,
          "draws": 2,
          "losses": 1,
          "scores_for": 2,
          "scores_against": 3,
          "score_diff": -1,
          "points": 2,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "-1"
        },
        {
          "position": 17,
          "team": {
            "id": 33,
            "name": "Tottenham Hotspur",
            "short_name": "Tottenham",
            "code": "TOT",
            "slug": "tottenham-hotspur",
            "link": "https://www.sofascore.com/team/football/tottenham-hotspur/33",
            "image_link": "https://img.sofascore.com/api/v1/team/33/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#ffffff",
              "secondary": "#000066",
              "text": "#000066"
            },
            "followers_count": 1674684
          },
          "matches": 3,
          "wins": 0,
          "draws": 1,
          "losses": 2,
          "scores_for": 0,
          "scores_against": 5,
          "score_diff": -5,
          "points": 1,
          "promotion": null,
          "descriptions": [],
          "score_diff_formatted": "-5"
        },
        {
          "position": 18,
          "team": {
            "id": 40,
            "name": "Aston Villa",
            "short_name": "Aston Villa",
            "code": "AVL",
            "slug": "aston-villa",
            "link": "https://www.sofascore.com/team/football/aston-villa/40",
            "image_link": "https://img.sofascore.com/api/v1/team/40/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#670e36",
              "secondary": "#94bee5",
              "text": "#94bee5"
            },
            "followers_count": 1091289
          },
          "matches": 3,
          "wins": 0,
          "draws": 1,
          "losses": 2,
          "scores_for": 0,
          "scores_against": 5,
          "score_diff": -5,
          "points": 1,
          "promotion": {
            "id": 3,
            "text": "Relegation"
          },
          "descriptions": [],
          "score_diff_formatted": "-5"
        },
        {
          "position": 19,
          "team": {
            "id": 43,
            "name": "Fulham",
            "short_name": "Fulham",
            "code": "FUL",
            "slug": "fulham",
            "link": "https://www.sofascore.com/team/football/fulham/43",
            "image_link": "https://img.sofascore.com/api/v1/team/43/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#ffffff",
              "secondary": "#000000",
              "text": "#000000"
            },
            "followers_count": 372809
          },
          "matches": 3,
          "wins": 0,
          "draws": 0,
          "losses": 3,
          "scores_for": 4,
          "scores_against": 7,
          "score_diff": -3,
          "points": 0,
          "promotion": {
            "id": 3,
            "text": "Relegation"
          },
          "descriptions": [],
          "score_diff_formatted": "-3"
        },
        {
          "position": 20,
          "team": {
            "id": 11,
            "name": "Coventry City",
            "short_name": "Coventry",
            "code": "COC",
            "slug": "coventry-city",
            "link": "https://www.sofascore.com/team/football/coventry-city/11",
            "image_link": "https://img.sofascore.com/api/v1/team/11/image",
            "sport": {
              "id": 1,
              "name": "Football",
              "slug": "football"
            },
            "country": {
              "name": "England",
              "alpha2": "EN",
              "alpha3": "ENG",
              "slug": "england"
            },
            "gender": "M",
            "is_national": false,
            "colors": {
              "primary": "#0099cc",
              "secondary": "#999999",
              "text": "#999999"
            },
            "followers_count": 115665
          },
          "matches": 3,
          "wins": 0,
          "draws": 0,
          "losses": 3,
          "scores_for": 0,
          "scores_against": 5,
          "score_diff": -5,
          "points": 0,
          "promotion": {
            "id": 3,
            "text": "Relegation"
          },
          "descriptions": [],
          "score_diff_formatted": "-5"
        }
      ]
    }
  ]
}