Sofascore Scraper

ENDPOINTS
GET/players/statistics

Player Statistics

Season statistics: rating, minutes, goals, assists, xG, xA, shots, passes, duels, cards and about 120 more.

QUERY PARAMS

Sofascore player id or any sofascore.com player URL.

Examples:

  • ID: 934235 (Bukayo Saka)
  • URL: https://www.sofascore.com/football/player/bukayo-saka/934235

Which part of the season the statistics cover.

Default: overall

Allowed values: overall, regularSeason, playoffs

Sofascore tournament id or URL to scope the statistics.

Default: the current main competition

Season id from /tournaments/seasons or /tournaments/details.

Default: the current season

{
  "player_id": 934235,
  "tournament_id": 17,
  "season_id": 96668,
  "type": "overall",
  "statistics": {
    "rating": 7.4666666666667,
    "total_rating": 22.4,
    "count_rating": 3,
    "goals": 2,
    "big_chances_created": 0,
    "big_chances_missed": 1,
    "assists": 0,
    "expected_assists": 0.3421507,
    "goals_assists_sum": 2,
    "accurate_passes": 92,
    "inaccurate_passes": 17,
    "total_passes": 109,
    "accurate_passes_percentage": 84.403669724771,
    "accurate_own_half_passes": 16,
    "accurate_opposition_half_passes": 76,
    "accurate_final_third_passes": 57,
    "key_passes": 3,
    "successful_dribbles": 4,
    "successful_dribbles_percentage": 44.444444444444,
    "tackles": 4,
    "interceptions": 3,
    "yellow_cards": 0,
    "direct_red_cards": 0,
    "red_cards": 0,
    "accurate_crosses": 2,
    "accurate_crosses_percentage": 16.666666666667,
    "total_shots": 9,
    "shots_on_target": 5,
    "shots_off_target": 1,
    "ground_duels_won": 18,
    "ground_duels_won_percentage": 64.285714285714,
    "aerial_duels_won": 2,
    "aerial_duels_won_percentage": 33.333333333333,
    "total_duels_won": 20,
    "total_duels_won_percentage": 58.823529411765,
    "minutes_played": 247,
    "goal_conversion_percentage": 22.222222222222,
    "penalties_taken": 0,
    "penalty_goals": 0,
    "penalty_won": 0,
    "penalty_conceded": 0,
    "shot_from_set_piece": 0,
    "free_kick_goal": 0,
    "goals_from_inside_the_box": 2,
    "goals_from_outside_the_box": 0,
    "shots_from_inside_the_box": 7,
    "shots_from_outside_the_box": 2,
    "headed_goals": 0,
    "left_foot_goals": 1,
    "right_foot_goals": 1,
    "accurate_long_balls": 1,
    "accurate_long_balls_percentage": 33.333333333333,
    "clearances": 3,
    "error_lead_to_goal": 0,
    "error_lead_to_shot": 1,
    "dispossessed": 3,
    "possession_lost": 42,
    "possession_won_att_third": 3,
    "total_chipped_passes": 1,
    "accurate_chipped_passes": 1,
    "touches": 175,
    "was_fouled": 10,
    "fouls": 1,
    "hit_woodwork": 0,
    "own_goals": 0,
    "dribbled_past": 1,
    "offsides": 3,
    "blocked_shots": 3,
    "pass_to_assist": 0,
    "saves": 0,
    "kilometers_covered": 28.7772603,
    "number_of_sprints": 29,
    "top_speed": 32.19876,
    "clean_sheet": 1,
    "penalty_faced": 0,
    "penalty_save": 0,
    "saved_shots_from_inside_the_box": 0,
    "saved_shots_from_outside_the_box": 0,
    "goals_conceded_inside_the_box": 0,
    "goals_conceded_outside_the_box": 1,
    "punches": 0,
    "runs_out": 0,
    "successful_runs_out": 0,
    "high_claims": 0,
    "crosses_not_claimed": 0,
    "matches_started": 3,
    "penalty_conversion": 0,
    "set_piece_conversion": 0,
    "total_attempt_assist": 3,
    "total_contest": 9,
    "total_cross": 12,
    "duel_lost": 14,
    "aerial_lost": 4,
    "attempt_penalty_miss": 0,
    "attempt_penalty_post": 0,
    "attempt_penalty_target": 0,
    "total_long_balls": 3,
    "goals_conceded": 1,
    "tackles_won": 4,
    "tackles_won_percentage": 100,
    "scoring_frequency": 123.5,
    "second_yellow_cards": 0,
    "saves_caught": 0,
    "saves_parried": 0,
    "total_own_half_passes": 21,
    "total_opposition_half_passes": 88,
    "totw_appearances": 0,
    "expected_goals": 1.4952,
    "goal_kicks": 0,
    "ball_recovery": 12,
    "outfielder_blocks": 0,
    "id": 3296107,
    "type": "overall",
    "appearances": 3
  },
  "season_rating_breakdown": {
    "shot_value": 0.09,
    "pass_value": -0.2,
    "dribble_value": 0.34,
    "defensive_value": 0.02
  },
  "team": {
    "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": null,
    "gender": "M",
    "is_national": false,
    "colors": {
      "primary": "#cc0000",
      "secondary": "#ffffff",
      "text": "#ffffff"
    },
    "followers_count": 4194250
  }
}