Skip to main content

Players Statistics

This endpoint allows you to retrieve the statistics from players.

For the type argument you can search by: overall, home and away, but overall is most common type for this endpoint.

Multi-language: This feature allows the user to manually change the language of the API response by adding value to the lang attribute. Example: lang=en.

Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.

Update Period: The endpoint is updated every minute.
Recommended Calls: Limit calls to 1 per minute.

Use Cases

Get statistics from a specific player_id
https://football.sportdevs.com/players-statistics?player_id=eq.{player_id}

Get top 20 players with most goals from a specific league_id and season_id
https://football.sportdevs.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=goals.desc&limit=20

Get top 20 players with most rating from a specific league_id and season_id
https://football.sportdevs.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=rating.desc&limit=20

Get top 20 players with most red cards from a specific league_id and season_id
https://football.sportdevs.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=red_cards.desc&limit=20

Get top 20 players with most yellow cards from a specific league_id and season_id
https://football.sportdevs.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=yellow_cards.desc&limit=20

Get top 20 players with most assists from a specific league_id and season_id
https://football.sportdevs.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=assists.desc&limit=20

Get statistics from a specific player_id and team_id
https://football.sportdevs.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}

Get statistics from a specific player_id, team_id and league_id
https://football.sportdevs.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}

Get statistics from a specific player_id, team_id, league_id and season_id
https://football.sportdevs.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}

Get statistics from a specific player_id, team_id, league_id, season_id and type
https://football.sportdevs.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}

Query Parameters
  • player_id integer

    Default value: eq.718544

    The id of the player

  • team_id integer

    Default value: eq.6859

    The id of the team

  • league_id integer

    Default value: eq.48

    The id of the league

  • season_id integer

    Default value: eq.35

    The id of the season

  • type text

    Default value: eq.home

    The type of the statistics

  • offset string

    Default value: 0

    Limiting and Pagination

  • limit string

    Default value: 50

    Limiting and Pagination

  • lang string

    Default value: en

    Multi-language

Responses

OK


Schema array
  • id integer

    The id of the player's statistics

    Note: This is a Primary Key.

  • player_id integer

    The id of the player

    Note: This is a Foreign Key to players.id.

  • team_id integer

    The id of the team

    Note: This is a Foreign Key to teams.id.

  • team_name text

    The name of the team

  • team_hash_image character varying

    Possible values: <= 64 characters

    The name image of the team

  • league_id integer

    The id of the league

    Note: This is a Foreign Key to leagues.id.

  • league_name text

    The name of the league

  • league_hash_image character varying

    Possible values: <= 64 characters

    The name image of the league

  • season_id integer

    The id of the season

    Note: This is a Foreign Key to seasons.id.

  • season_name text

    The name of the season

  • type text

    The type of the statistics

  • goals_scored numeric

    The number of goals made by the player

  • big_chances_created numeric

    The number of big chances created by the player

  • big_chances_missed numeric

    The number of big chances missed by the player

  • goals_plus_assists numeric

    The number of goals assists by the player

  • successful_passes numeric

    The number of accurate passes made by the player

  • unsuccessful_passes numeric

    The number of inaccurate passes made by the player

  • total_passes_attempted numeric

    The number of total passes made by the player

  • pass_accuracy_percentage numeric

    The number of accurate passes made by the player in %

  • accurate_passes_in_own_half numeric

    The number of accurate passes made by the player in his own half

  • accurate_passes_in_opposition_half numeric

    The number of accurate passes made by the player in the opposite half

  • accurate_final_third_passes numeric

    The number of accurate passes made by the player in the final third

  • key_passes numeric

    The number of the key passes made by the player

  • successful_dribbles numeric

    The number of the successful dribbles made by the player

  • dribble_success_percentage numeric

    The number of successful dribbles in %

  • tackles_attempted numeric

    The number of tackles made by the player

  • interceptions numeric

    The number of interceptions made by the player

  • yellow_cards_received numeric

    The number of yellow cards received

  • direct_red_cards numeric

    The number of direct red cards gotten by the player

  • red_cards_received numeric

    The number of the red cards gotten by the player

  • accurate_crosses numeric

    The number of the accurate crosses made by the player

  • cross_accuracy_percentage numeric

    The number of accurate crosses made by the player in %

  • total_shots_attempted numeric

    The number of total shots made by the player

  • shots_on_target numeric

    The number of shots on target made by the player

  • shots_off_target numeric

    The number of shots off target made by the player

  • ground_duels_won numeric

    The number of ground duels won by the player

  • ground_duels_won_percentage numeric

    The number of ground duels won by the player in %

  • aerial_duels_won numeric

    The number of aerial duels won by the player

  • aerial_duels_won_percentage numeric

    The number of aerial duels won by the player in %

  • total_duels_won numeric

    The number of total duels won by the player

  • duels_won_percentage numeric

    The dual won percentage

  • minutes_played numeric

    The number of minutes played by the player

  • goal_conversion_percentage numeric

    The number of goal conversions made by the player in %

  • penalties_taken numeric

    The number of penalties taken by the player

  • penalty_goals_scored numeric

    The number of penalty goals made by the players

  • penalties_won numeric

    The number of penalty won by the player

  • penalties_conceded numeric

    The number of penalty conceded by the player

  • shots_from_set_piece numeric

    The number of shots from set piece made by the player

  • free_kick_goals numeric

    The number of free kick goal made by the player

  • goals_inside_box numeric

    The number of goals from inside the box made by the player

  • goals_outside_box numeric

    The number of goals from outside the box made by the player

  • shots_inside_box numeric

    The number of shots from inside the box made by the player

  • shots_outside_box numeric

    The number of shots from outside the box made by the player

  • headed_goals numeric

    The number of headed goals made by the player

  • left_footed_goals numeric

    The number of left foot goals made by the player

  • right_footed_goals numeric

    The number of right foot goals made by the player

  • accurate_long_passes numeric

    The number of accurate long balls made by the player

  • long_pass_accuracy_percentage numeric

    The number of accurate long balls made by the player in %

  • clearances numeric

    The number of clearances made by the player

  • errors_leading_to_goals numeric

    The number of error lead to goal made by the player

  • errors_leading_to_shots numeric

    The number of error lead to shot made by he player

  • dispossessed numeric

    The number of dispossessed by the player

  • possession_lost numeric

    The number of possessions lost by the player

  • possession_won_in_attacking_third numeric

    The number of possessions won by the player

  • total_chipped_passes numeric

    The number of total chipped passes made by the player

  • accurate_chipped_passes numeric

    The number of accurate chipped passes made by the player

  • touches numeric

    The number of touches made by the player

  • fouls_suffered numeric

    The number of the player being fouled

  • fouls_committed numeric

    The number of fouls made by the player

  • shots_hit_woodwork numeric

    The number of hits woodwork made by the player

  • own_goals numeric

    The number of own goals made by the player

  • dribbled_past numeric

    The number of dribbled past made by the player

  • offsides numeric

    The number of offsides made by the player

  • shots_blocked numeric

    The number of blocked shots made by the player

  • passes_leading_to_assist numeric

    The number of passes to assist made by the player

  • saves_made numeric

    The number of saves made by the player

  • clean_sheets numeric

    The number of clean sheets made by the player

  • penalties_faced numeric

    The number of penalties faced by the player

  • penalties_saved numeric

    The number of penalty saves by the player

  • saved_shots_inside_box numeric

    The number of saved shots from inside the box made by the player

  • saved_shots_outside_box numeric

    The number of saved shots from outside the box made by the player

  • goals_conceded_inside_box numeric

    The number of goals conceded inside the box by the player

  • goals_conceded_outside_box numeric

    The number of goals conceded outside the box by the player

  • punches numeric

    The number of punches made by the player

  • runs_out numeric

    The number of runs out made by the player

  • successful_runs_out numeric

    The number of successful runs out made by the player

  • high_claims numeric

    The number of high claims made by the player

  • crosses_not_claimed numeric

    The number of crosses not claimed made by the player

  • matches_started numeric

    The number of matches started by the player

  • penalty_conversion_percentage numeric

    The number of penalty conversions made by the player

  • set_piece_conversion_percentage numeric

    The number of set piece conversions made by the player

  • total_attempted_assist numeric

    The number of total attempt assists made by the player

  • total_contests numeric

    The number of total contests made by the player

  • total_crosses numeric

    The number of total crosses made by the player

  • duels_lost numeric

    The number of duels lost by the player

  • aerial_duels_lost numeric

    The number of aerials lost by the player

  • penalties_missed numeric

    The number of attempt penalties missed by the player

  • penalties_hit_post numeric

    The number of attempt penalties posted by the player

  • penalties_on_target numeric

    The number of attempt penalties target by the player

  • total_long_passes_attempted numeric

    The number of total long balls made by the player

  • goals_conceded numeric

    The number of goals conceded by the player

  • tackles_won numeric

    The number of tackles won by the player

  • tackle_success_percentage numeric

    The number of tackles won by the player in %

  • scoring_frequency numeric

    The number of scoring frequency by the player

  • yellow_red_cards_received numeric

    The number of yellow-red cards gotten by the player

  • saves_caught numeric

    The number of saves caught by the player

  • saves_parried numeric

    The number of saves parried by the player

  • total_passes_in_own_half numeric

    The number of total passes made by the player in his half

  • total_passes_in_opposition_half numeric

    The number of total passes made by the player in the opposite half

  • team_of_the_week_appearances numeric

    The number of teams of the week appearances by the player

  • assists numeric

    The number of assists by the player

  • total_appearances numeric

    The number of appearances by the player

Loading...