Player Stats by Match ID

GET

The Player Stats by Match returns player statistics from a specified player on a specified match

Description

Headersapplication/json
Endpoint Example https://api.sportdatastreamapi.com/stats/?user=USERNAME&token=TOKEN&t=player&player_id=PLAYER_ID&match_id=MATCH_ID
Endpoint https://api.sportdatastreamapi.com/stats/?user=null&token=null&t=player&player_id=14674&match_id=42643467
PaginatedNo, this endpoint is not paginated

Example Response

{
  "data": {
    "starting": true,
    "substituted_in": 0,
    "substituted_out": 0,
    "minutes_played": 90,
    "goals": 0,
    "assists": 0,
    "cards": {
      "yellow": 0,
      "yellowred": 0,
      "red": 0
    },
    "shots": {
      "total": 0,
      "on_goal": 0,
      "blocked": 0
    },
    "corner": 0,
    "offside": 0
    },
}