Match

Team Statistics

Return team statistics about the teams in the match.

get/matches/{match_id}/team_stats

Path parameters

match_idinteger required

ID of the match.

Headers

If-Modified-Sincestring date-time

This makes the request conditional - the server will send back the requested resource, with a 200 status, only if it has been last modified after the given date. If the request has not been modified since, the response will be a 304 without any body; the Last-Modified header will contain the date of last modification.

You MUST set this header, if you can, to respect API caching.

Response

OK

Example response

{
  "data": {
    "teams": [
      {
        "id": 1401830
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.