Sofascore Scraper

ENDPOINTS
GET/tournaments/rounds

Tournament Rounds

Rounds of a season with the current round; feeds the round param of tournament matches.

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,
  "current_round": {
    "round": 3
  },
  "count": 38,
  "rounds": [
    {
      "round": 1
    },
    {
      "round": 2
    },
    {
      "round": 3
    },
    {
      "round": 4
    },
    {
      "round": 5
    },
    {
      "round": 6
    },
    {
      "round": 7
    },
    {
      "round": 8
    },
    {
      "round": 9
    },
    {
      "round": 10
    },
    {
      "round": 11
    },
    {
      "round": 12
    },
    {
      "round": 13
    },
    {
      "round": 14
    },
    {
      "round": 15
    },
    {
      "round": 16
    },
    {
      "round": 17
    },
    {
      "round": 18
    },
    {
      "round": 19
    },
    {
      "round": 20
    },
    {
      "round": 21
    },
    {
      "round": 22
    },
    {
      "round": 23
    },
    {
      "round": 24
    },
    {
      "round": 25
    },
    {
      "round": 26
    },
    {
      "round": 27
    },
    {
      "round": 28
    },
    {
      "round": 29
    },
    {
      "round": 30
    },
    {
      "round": 31
    },
    {
      "round": 32
    },
    {
      "round": 33
    },
    {
      "round": 34
    },
    {
      "round": 35
    },
    {
      "round": 36
    },
    {
      "round": 37
    },
    {
      "round": 38
    }
  ]
}