---
title: "Events"
method: GET
path: "/matches/{match_id}/match_events"
tags: ["Match"]
deprecated: true
---

# Events

`GET /matches/{match_id}/match_events`

> **Deprecated.**

> This call is **deprecated**. You **SHOULD NOT** use this endpoint.

## Path parameters

- `match_id` integer, required

## Query parameters

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

## Response `200`

OK

- object
  - `id` integer — ID of the event.
  - `comment` string — Comment to this event. **NOTE**: the info will always be in the locale which is provide
  - `match_id` integer — ID of match the event belongs to.
  - `season_id` integer — ID of season the event belongs to.
  - `tournament_id` integer — ID of tournament the event belongs to.
  - `time` string, date-time — Time in which the event happened.
  - `event_type` string — Type of the event.

## 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)
