Sofascore Scraper

ENDPOINTS
GET/tournaments/teams

Tournament Teams

Every team in a season with id, name, link, logo and colours.

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,
  "count": 20,
  "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": {
        "name": "England",
        "alpha2": "EN",
        "alpha3": "ENG",
        "slug": "england"
      },
      "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": {
          "name": "England",
          "alpha2": "EN",
          "alpha3": "ENG",
          "slug": "england"
        },
        "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    },
    {
      "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,
      "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"
      }
    }
  ]
}