Match

Parallel Facts

Return only some facts about the match.

Used for displaying goals and cards ( only red and yellowred ) of another match running in parallel

get/matches/{match_id}/parallel_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

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

Changes

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