Skip to main content

Matches Players Statistics

Matches Players Statistics

Query Parameters
  • match_id integer

    Default value: eq.4

  • team_id integer

    Default value: eq.35303

  • player_id integer

    Default value: eq.27621

  • 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
  • match_id integer
  • team_id integer

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

  • player_id integer

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

  • position text
  • assists integer
  • goals integer
  • shots integer
  • hits integer
  • takeaways integer
  • giveaways integer
  • blocked integer
  • plus_minus integer
  • seconds_played integer
  • penalty_minutes integer
  • power_play_goals integer
  • power_play_assists integer
  • face_off_wins integer
  • face_off_taken integer
  • short_handed_goals integer
  • short_handed_assists integer
Loading...