Sofascore Scraper

ENDPOINTS
GET/matches/votes

Fan Votes

Fan vote counts: who will win, both teams to score, first to score and who should have won.

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,
  "vote": {
    "vote1": 63335,
    "vote2": 11204,
    "vote_x": 9031
  },
  "both_teams_to_score_vote": {
    "vote_yes": 14291,
    "vote_no": 2271
  },
  "first_team_to_score_vote": {
    "vote_home": 11568,
    "vote_no_goal": 284,
    "vote_away": 2062
  },
  "who_should_have_won_vote": {
    "vote1": 0,
    "vote2": 0
  }
}