Sofascore Scraper

ENDPOINTS
GET/matches/win-probability

Win Probability

Sofascore's home, draw and away win probability for the match.

QUERY PARAMS

Sofascore match id or any sofascore.com match URL (the #id: fragment is the id).

Examples:

  • ID: 14023961
  • URL: https://www.sofascore.com/football/match/…#id:14023961
{
  "match_id": 14023961,
  "win_probability": {
    "home_win": 0,
    "away_win": 92,
    "draw": 8
  }
}