Skip to main content

Matches Players Statistics

Matches Players Statistics

Query Parameters
  • match_id integer
    Example: eq.660
  • team_id integer
    Example: eq.3826
  • player_id integer
    Example: eq.2899
  • 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
  • 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...