Sofascore Scraper

ENDPOINTS
GET/teams/standings-seasons

Team Standings Seasons

Tournament and season pairs where the team appears in a standings table.

QUERY PARAMS

Sofascore team id or any sofascore.com team URL.

Examples:

  • ID: 42 (Arsenal)
  • URL: https://www.sofascore.com/team/football/arsenal/42
{
  "team_id": 42,
  "tournament_seasons": [
    {
      "tournament": {
        "id": 7,
        "name": "UEFA Champions League",
        "slug": "uefa-champions-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-champions-league/7",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/7/image/dark",
        "colors": {
          "primary": "#062b5c",
          "secondary": "#086aab"
        },
        "followers_count": 1189944,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true
      },
      "seasons": [
        {
          "id": 96518,
          "name": "UEFA Champions League 26/27",
          "year": "26/27",
          "season_coverage_info": {}
        },
        {
          "id": 76953,
          "name": "UEFA Champions League 25/26",
          "year": "25/26"
        },
        {
          "id": 61644,
          "name": "UEFA Champions League 24/25",
          "year": "24/25",
          "season_coverage_info": {}
        },
        {
          "id": 52162,
          "name": "UEFA Champions League 23/24",
          "year": "23/24",
          "season_coverage_info": {}
        },
        {
          "id": 11773,
          "name": "UEFA Champions League 16/17",
          "year": "16/17"
        },
        {
          "id": 10390,
          "name": "UEFA Champions League 15/16",
          "year": "15/16"
        },
        {
          "id": 8226,
          "name": "Champions League 14/15",
          "year": "14/15"
        },
        {
          "id": 6359,
          "name": "Champions League 13/14",
          "year": "13/14"
        },
        {
          "id": 4788,
          "name": "UEFA Champions League 12/13",
          "year": "12/13"
        },
        {
          "id": 3402,
          "name": "Champions League 11/12",
          "year": "11/12"
        },
        {
          "id": 2764,
          "name": "Champions League 10/11",
          "year": "10/11"
        },
        {
          "id": 1825,
          "name": "Champions League 09/10",
          "year": "09/10"
        },
        {
          "id": 1664,
          "name": "Champions League 08/09",
          "year": "08/09"
        },
        {
          "id": 603,
          "name": "Champions League 07/08",
          "year": "07/08"
        },
        {
          "id": 15,
          "name": "Champions League 06/07",
          "year": "06/07"
        },
        {
          "id": 14,
          "name": "Champions League 05/06",
          "year": "05/06"
        },
        {
          "id": 13,
          "name": "Champions League 04/05",
          "year": "04/05"
        },
        {
          "id": 12,
          "name": "Champions League 03/04",
          "year": "03/04"
        },
        {
          "id": 95976,
          "name": "Champions League 02/03",
          "year": "02/03"
        },
        {
          "id": 96150,
          "name": "Champions League 01/02",
          "year": "01/02"
        },
        {
          "id": 96596,
          "name": "Champions League 00/01",
          "year": "00/01"
        },
        {
          "id": 96627,
          "name": "Champions League 99/00",
          "year": "99/00"
        },
        {
          "id": 96739,
          "name": "Champions League 98/99",
          "year": "98/99"
        }
      ],
      "all_time_season_id": 64433
    },
    {
      "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"
        },
        "has_player_statistics": true
      },
      "seasons": [
        {
          "id": 96668,
          "name": "Premier League 26/27",
          "year": "26/27"
        },
        {
          "id": 76986,
          "name": "Premier League 25/26",
          "year": "25/26"
        },
        {
          "id": 61627,
          "name": "Premier League 24/25",
          "year": "24/25"
        },
        {
          "id": 52186,
          "name": "Premier League 23/24",
          "year": "23/24"
        },
        {
          "id": 41886,
          "name": "Premier League 22/23",
          "year": "22/23",
          "season_coverage_info": {}
        },
        {
          "id": 37036,
          "name": "Premier League 21/22",
          "year": "21/22"
        },
        {
          "id": 29415,
          "name": "Premier League 20/21",
          "year": "20/21"
        },
        {
          "id": 23776,
          "name": "Premier League 19/20",
          "year": "19/20"
        },
        {
          "id": 17359,
          "name": "Premier League 18/19",
          "year": "18/19"
        },
        {
          "id": 13380,
          "name": "Premier League 17/18",
          "year": "17/18"
        },
        {
          "id": 11733,
          "name": "Premier League 16/17",
          "year": "16/17"
        },
        {
          "id": 10356,
          "name": "Premier League 15/16",
          "year": "15/16"
        },
        {
          "id": 8186,
          "name": "Premier League 14/15",
          "year": "14/15",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 6311,
          "name": "Premier League 13/14",
          "year": "13/14",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 4710,
          "name": "Premier League 12/13",
          "year": "12/13",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 3391,
          "name": "Premier League 11/12",
          "year": "11/12",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 2746,
          "name": "Premier League 10/11",
          "year": "10/11",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 2139,
          "name": "Premier League 09/10",
          "year": "09/10",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 1544,
          "name": "Premier League 08/09",
          "year": "08/09",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 581,
          "name": "Premier League 07/08",
          "year": "07/08",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 4,
          "name": "Premier League 06/07",
          "year": "06/07",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 3,
          "name": "Premier League 05/06",
          "year": "05/06",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 2,
          "name": "Premier League 04/05",
          "year": "04/05",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 1,
          "name": "Premier League 03/04",
          "year": "03/04",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 46,
          "name": "Premier League 02/03",
          "year": "02/03",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 47,
          "name": "Premier League 01/02",
          "year": "01/02",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 48,
          "name": "Premier League 00/01",
          "year": "00/01",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 49,
          "name": "Premier League 99/00",
          "year": "99/00",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 50,
          "name": "Premier League 98/99",
          "year": "98/99",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 51,
          "name": "Premier League 97/98",
          "year": "97/98",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 25682,
          "name": "Premier League 96/97",
          "year": "96/97",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 25681,
          "name": "Premier League 95/96",
          "year": "95/96",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 29167,
          "name": "Premier League 94/95",
          "year": "94/95",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 25680,
          "name": "Premier League 93/94",
          "year": "93/94",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        },
        {
          "id": 13043,
          "name": "Premier League 92/93",
          "year": "92/93",
          "season_coverage_info": {
            "editor_coverage_level": 1
          }
        }
      ]
    },
    {
      "tournament": {
        "id": 679,
        "name": "UEFA Europa League",
        "slug": "uefa-europa-league",
        "link": "https://www.sofascore.com/tournament/football/europe/uefa-europa-league/679",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/679/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/679/image/dark",
        "colors": {
          "primary": null,
          "secondary": "#f37d25"
        },
        "followers_count": 469890,
        "category": {
          "id": 1465,
          "name": "Europe",
          "slug": "europe",
          "link": "https://www.sofascore.com/football/europe",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/europe/flag"
        },
        "has_player_statistics": true
      },
      "seasons": [
        {
          "id": 44509,
          "name": "UEFA Europa League 22/23",
          "year": "22/23",
          "season_coverage_info": {}
        },
        {
          "id": 29343,
          "name": "UEFA Europa League 20/21",
          "year": "20/21"
        },
        {
          "id": 23755,
          "name": "UEFA Europa League 19/20",
          "year": "19/20"
        },
        {
          "id": 17352,
          "name": "UEFA Europa League 18/19",
          "year": "18/19"
        },
        {
          "id": 13416,
          "name": "UEFA Europa League 17/18",
          "year": "17/18"
        }
      ]
    },
    {
      "tournament": {
        "id": 10709,
        "name": "Florida Cup",
        "slug": "florida-cup",
        "link": "https://www.sofascore.com/tournament/football/world/florida-cup/10709",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/10709/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/10709/image/dark",
        "colors": {
          "primary": "#f77e28",
          "secondary": "#298439"
        },
        "followers_count": 5004,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": false
      },
      "seasons": [
        {
          "id": 44277,
          "name": "Florida Cup 2022",
          "year": "2022"
        }
      ]
    },
    {
      "tournament": {
        "id": 1337,
        "name": "International Champions Cup",
        "slug": "international-champions-cup",
        "link": "https://www.sofascore.com/tournament/football/world/international-champions-cup/1337",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/1337/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/1337/image/dark",
        "colors": {
          "primary": null,
          "secondary": "#cd9d40"
        },
        "followers_count": 23578,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": false
      },
      "seasons": [
        {
          "id": 23027,
          "name": "Int. Champions Cup 2019",
          "year": "2019"
        },
        {
          "id": 17047,
          "name": "Int. Champions Cup 2018",
          "year": "2018"
        },
        {
          "id": 13474,
          "name": "Int. Champions Cup 2017",
          "year": "2017"
        }
      ]
    },
    {
      "tournament": {
        "id": 1295,
        "name": "Emirates Cup",
        "slug": "emirates-cup",
        "link": "https://www.sofascore.com/tournament/football/world/emirates-cup/1295",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/1295/image/dark",
        "colors": {
          "primary": "#67848f",
          "secondary": "#66838e"
        },
        "followers_count": 7511,
        "category": {
          "id": 1468,
          "name": "World",
          "slug": "world",
          "link": "https://www.sofascore.com/football/world",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": null,
          "flag_image_link": "https://img.sofascore.com/api/v1/country/international/flag"
        },
        "has_player_statistics": true
      },
      "seasons": [
        {
          "id": 13654,
          "name": "Emirates Cup 2017",
          "year": "2017"
        },
        {
          "id": 10316,
          "name": "Emirates Cup 2015",
          "year": "2015"
        },
        {
          "id": 8372,
          "name": "Emirates Cup 2014",
          "year": "2014"
        }
      ]
    },
    {
      "tournament": {
        "id": 33702,
        "name": "First Division",
        "slug": "first-division",
        "link": "https://www.sofascore.com/tournament/football/england/first-division/33702",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/33702/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/33702/image/dark",
        "followers_count": 177,
        "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"
        },
        "has_player_statistics": false
      },
      "seasons": [
        {
          "id": 92104,
          "name": "First Division 91/92",
          "year": "91/92"
        },
        {
          "id": 92129,
          "name": "First Division 90/91",
          "year": "90/91"
        },
        {
          "id": 92131,
          "name": "First Division 89/90",
          "year": "89/90"
        },
        {
          "id": 92132,
          "name": "First Division 88/89",
          "year": "88/89"
        },
        {
          "id": 92133,
          "name": "First Division 87/88",
          "year": "87/88"
        },
        {
          "id": 92155,
          "name": "First Division 86/87",
          "year": "86/87"
        },
        {
          "id": 92156,
          "name": "First Division 85/86",
          "year": "85/86"
        },
        {
          "id": 92157,
          "name": "First Division 84/85",
          "year": "84/85"
        },
        {
          "id": 92158,
          "name": "First Division 83/84",
          "year": "83/84"
        },
        {
          "id": 92159,
          "name": "First Division 82/83",
          "year": "82/83"
        },
        {
          "id": 92245,
          "name": "First Division 81/82",
          "year": "81/82"
        },
        {
          "id": 92254,
          "name": "First Division 80/81",
          "year": "80/81"
        },
        {
          "id": 92260,
          "name": "First Division 79/80",
          "year": "79/80"
        },
        {
          "id": 92280,
          "name": "First Division 78/79",
          "year": "78/79"
        },
        {
          "id": 92435,
          "name": "First Division 77/78",
          "year": "77/78"
        },
        {
          "id": 92437,
          "name": "First Division 76/77",
          "year": "76/77"
        },
        {
          "id": 92438,
          "name": "First Division 75/76",
          "year": "75/76"
        },
        {
          "id": 92606,
          "name": "First Division 74/75",
          "year": "74/75"
        },
        {
          "id": 92607,
          "name": "First Division 73/74",
          "year": "73/74"
        },
        {
          "id": 92608,
          "name": "First Division 72/73",
          "year": "72/73"
        },
        {
          "id": 92609,
          "name": "First Division 71/72",
          "year": "71/72"
        },
        {
          "id": 92610,
          "name": "First Division 70/71",
          "year": "70/71"
        }
      ]
    }
  ]
}