Skip to main content

Matches Statistics

This endpoint allows you to retrieve the statistics from matches.

Types of the statistics: Goals prevented, Shots outside box, Expected goals, Crosses, Counter attacks, Aerials won, Shots inside box, Dribbles, Offsides, Red cards, Goal kicks, Hit woodwork, Ball possession, Counter attack goals, Passes, Timeouts, Counter attack shots, Interceptions, Accurate passes, Yellow cards, Big chances, Duels won, Shots on target, Shots off target, Free kicks, Fouls, Corner kicks, Goalkeeper saves, Total shots, Tackles, Expected assists, Clearances, Possession lost, Throw-ins, Big chances missed, Blocked shots, Long balls.

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 every minute.

Use Cases

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

Query Parameters
  • match_id integer

    Default value: eq.1

    The id of the match

  • 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

    The id of the match

    Note: This is a Foreign Key to injuries.match_id.

  • statistics jsonb

    The statistics of the match

Loading...