Skip to main content

Players Statistics

Players Statistics

Query Parameters
  • player_id integer
    Example: eq.208
  • team_id integer
  • league_id integer
    Example: eq.214
  • season_id integer
    Example: eq.443
  • type text
    Example: eq.overall
  • offset string

    Default value: 0

    Limiting and Pagination

    Example: 0
  • limit string

    Default value: 50

    Limiting and Pagination

    Example: 50
  • lang string

    Default value: en

    Multi-language

    Example: en
Responses

OK


Schema array
  • id integer

    Note: This is a Primary Key.

  • player_id integer

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

  • team_id integer

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

  • team_name text
  • team_hash_image character varying

    Possible values: <= 64 characters

  • league_id integer

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

  • league_name text
  • league_hash_image character varying

    Possible values: <= 64 characters

  • season_id integer

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

  • season_name text
  • type text
  • total_assists numeric
  • shots_blocked numeric
  • even_strength_time_on_ice numeric
  • faceoff_win_percentage numeric
  • faceoffs_taken numeric
  • faceoffs_won numeric
  • game_winning_goals_scored numeric
  • total_goals_scored numeric
  • total_hits numeric
  • overtime_goals_scored numeric
  • total_penalty_minutes numeric
  • plus_minus_rating numeric
  • total_points numeric
  • power_play_goals_scored numeric
  • power_play_points numeric
  • power_play_time_on_ice numeric
  • total_shifts_played numeric
  • short_handed_goals_scored numeric
  • short_handed_points numeric
  • short_handed_time_on_ice numeric
  • total_shots_taken numeric
  • shooting_percentage numeric
  • total_time_on_ice numeric
  • total_appearances numeric
Loading...