Match

Facts

Return facts about the match.

get/matches/{match_id}/match_facts

Path parameters

match_idinteger required

ID of the match.

Query parameters

locale'de-DE' | 'en-GB' | 'nl-NL'

It returns only items for that locale. Additionally, as side effect the response will be in that locale.

NOTE: The locale must be whitelisted for your club! If not the locale for the auth_token will be used as default.

Filter ItemsSet locale
club_idnumber

The club ID to scope highlight videos by.

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,
        "name": "SV Eintracht Trier 05",
        "officials": [
          {
            "date_of_birth": "1986-05-31"
          }
        ]
      }
    ]
  }
}

Changes

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