---
title: "Match Updates (full or delta)"
method: GET
path: "/web/matches"
tags: ["Indoor Updates"]
---

# Match Updates (full or delta)

`GET /web/matches`

Returns a list of Matches, either all available or only those modified since a given timestamp.

## Query parameters

- `ts` integer — Unix timestamp (in seconds). Filters matches updated since this time.
- `all` boolean — Return all matches ignoring `ts`. Accepted values: true, false, 1, 0, yes, no.
- `federation_id` string — Filters matches by federation (via championship).

## Response `200`

- object[]
  - `id` integer
  - `date` string
  - `gender` string
  - `round` string
  - `round_name` string
  - `playing_type` string
  - `round_name_short` string
  - `number` integer
  - `is_tv_match` boolean
  - `points_a` integer
  - `points_b` integer
  - `sets_a` integer
  - `sets_b` integer
  - `points_set1_a` integer
  - `points_set1_b` integer
  - `points_set2_a` integer
  - `points_set2_b` integer
  - `points_set3_a` integer
  - `points_set3_b` integer
  - `points_set4_a` string
  - `points_set4_b` string
  - `points_set5_a` string
  - `points_set5_b` string
  - `duration_minutes` integer
  - `is_result_confirmed` boolean
  - `table_points_a` integer
  - `table_points_b` integer
  - `is_certified` boolean
  - `date_note` string
  - `note` string
  - `note_a` string
  - `note_b` string
  - `report` string
  - `report_a` string
  - `report_b` string
  - `slug` string
  - `code` string
  - `championship_id` integer
  - `field` string
  - `team_a_id` integer
  - `team_a_color` string
  - `team_b_id` integer
  - `team_b_color` string
  - `venue_id` integer
  - `playoff_round` string
  - `match_name` string
  - `referee1` string
  - `referee2` string
  - `vs_match_id` integer
  - `created_at` string
  - `updated_at` string
  - `deleted_at` string

## Other responses

- `422`

---

[API](https://skmtc.dev/volleynet/apis/o-vv-volley-api-documentation.md) · [All operations](https://skmtc.dev/volleynet/apis/o-vv-volley-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/volleynet/o-vv-volley-api-documentation/revisions/1743e6e988d5/schema)
