---
title: "Match VS Stats Updates (full or delta)"
method: GET
path: "/web/match-vs-stats"
tags: ["Indoor Updates"]
---

# Match VS Stats Updates (full or delta)

`GET /web/match-vs-stats`

Returns a list of Volleystation match statistics — either all records or only those
modified since a given Unix timestamp. Includes set durations, spectator count,
MVP reference, and links to report documents.

If neither `ts` nor `all` is provided, records from the last 14 days are returned.

## Query parameters

- `ts` integer — Unix timestamp (in seconds). Returns only entries updated since this point in time.
- `all` boolean — Return all entries, ignoring `ts`. Accepted values: true, false, 1, 0, yes, no.

## Response `200`

- object[]
  - `id` integer
  - `match_id` integer
  - `vs_match_id` integer
  - `spectators` integer
  - `time_set1` integer
  - `time_set2` integer
  - `time_set3` integer
  - `time_set4` integer
  - `time_set5` string
  - `mvp_legacy_player_id` integer
  - `mvp_person_id` string
  - `report_url` string
  - `scoresheet_url` string
  - `libero_report_url` string
  - `video_url` string
  - `created_at` string
  - `updated_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)
