Sofascore Scraper

ENDPOINTS
GET/tournaments/featured-matches

Featured Matches

The competition's headline matches right now.

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
{
  "tournament_id": 17,
  "count": 1,
  "matches": [
    {
      "id": 16363264,
      "custom_id": "TsU",
      "slug": "liverpool-fc-fulham",
      "link": "https://www.sofascore.com/football/match/liverpool-fc-fulham/TsU#id:16363264",
      "start_time": "2026-09-12T14:00:00Z",
      "status": {
        "code": 0,
        "type": "notstarted",
        "description": "Not started"
      },
      "is_live": false,
      "is_finished": false,
      "winner_code": null,
      "home_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
      },
      "away_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
      },
      "home_score": null,
      "away_score": null,
      "round": {
        "number": 4,
        "name": null,
        "slug": null,
        "cup_round_type": null
      },
      "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"
        },
        "has_player_statistics": true,
        "group": null,
        "is_live": false
      },
      "season": {
        "id": 96668,
        "name": "Premier League 26/27",
        "year": "26/27"
      },
      "time": {
        "current_period_start_time": null
      },
      "has_highlights": false,
      "is_final_result_only": false
    }
  ]
}