---
title: "Parallel Facts"
method: GET
path: "/matches/{match_id}/parallel_match_facts"
tags: ["Match"]
---

# Parallel Facts

`GET /matches/{match_id}/parallel_match_facts`

Return only some facts about the match.

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

## Path parameters

- `match_id` integer, required

## Query parameters

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

## Headers

- `If-Modified-Since` string, date-time

## Response `200`

OK

- object
  - `data` object
    - `match_id` integer — ID of the match.
    - `season_id` integer — ID of the season.
    - `tournament_id` integer — ID of the tournament.
    - `tournament_handle` string — Handle of the tournament.
    - `minutes_elapsed` integer — Total minutes elapsed.
    - `period_minutes_elapsed` integer — Minutes elapsed for the current period.
    - `injury_time_elapsed` integer — Extratime elapsed in the current period in minutes.
    - `match_name` string — optional name of the match.
    - `cards` object[] — List of all cards of the current match.
      - `id` integer — ID of the card.
      - `player_firstname` string — Firstname of the Player.
      - `player_lastname` string — Lastname of the Player.
      - `club_id` integer — ID of the club.
      - `club_name` string — Name of the club.
      - `team_id` integer — ID of the team.
      - `time` string, date-time — Date and time in which the person received the card.
      - `period` integer — Period in which the person received the card.
      - `injury_time_elapsed` integer — Elapsed injury time in minutes.
      - `minutes_elapsed` integer — Minute of the match in which the person receives the card.
      - `period_minutes_elapsed` integer — Minute of the period in which the person receives the card
      - `type` 'red-card' | 'yellow-card' | 'yellowred-card' — | value | description | |:---------------|:----------------| | red-card | red card | | yellow-card | yellow card | | yellowred-card | yellow red card |
    - `goals` object[] — List of all goals in the current match.
      - `id` integer — ID of the goal.
      - `player_firstname` string — Firstname of the player who has scored the goal.
      - `player_lastname` string — Lastname of the player who has scored the goal.
      - `period` integer — Period in which the goal is scored.
      - `time` string, date-time — Date and time of the goal.
      - `type` 'regular' | 'own-goal' | 'penalty' — | value | description | |:---------|:---------------------------------------------| | regular | a regular goal (counts in player statistics) | | own-goal | an own goal | | penalty | caused by a pentaly kick |
      - `outcome` 'scored' | 'missed' | 'saved' — | value | description | |:-------|:--------------| | scored | a scored goal | | missed | a missed goal | | saved | a saved goal |
      - `club_id` integer — ID of the club the team belongs to.
      - `club_name` string — Name of the club the team belongs to.
      - `team_id` integer — ID of the team which has scored the goal.
      - `assisting_player_firstname` string — Firstname of the player who gave the assist to the goal.
      - `assisting_player_lastname` string — Lastame of the player who gave the assist to the goal.
      - `injury_time_elapsed` integer — Elapsed injury time in minutes.
      - `minutes_elapsed` integer — Minute of the match in which the goal ist scored.
      - `period_minutes_elapsed` integer — Minute of the period in which the goal ist score.

## Other responses

- `304` — Not Modified
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/clubplatform/apis/api.md) · [All operations](https://skmtc.dev/clubplatform/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clubplatform/api/revisions/5c107a185e03/schema)
