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

# Match Player Stats Updates (full or delta)

`GET /web/match-player-stats`

Returns a list of per-player match statistics — either all records or only those
modified since a given Unix timestamp. Includes serve, reception, attack, block,
dig, and setting statistics as well as rotation positions per set.

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
  - `vs_player_id` integer
  - `person_id` integer
  - `legacy_per_id` integer
  - `team_name` string
  - `player_name` string
  - `is_home` boolean
  - `number` string
  - `captain` boolean
  - `libero` string
  - `played_sets` integer
  - `points` integer
  - `side_out` integer
  - `assists` integer
  - `serve_err` integer
  - `serve_win` integer
  - `serve_minus` integer
  - `serve_plus` integer
  - `serve_eff` integer
  - `rec_err` integer
  - `rec_win` integer
  - `rec_minus` integer
  - `rec_plus` integer
  - `spike_err` integer
  - `spike_win` integer
  - `spike_minus` integer
  - `spike_plus` integer
  - `spike_eff` integer
  - `block_win` integer
  - `block_plus` integer
  - `block_hp` integer
  - `successful_digs` integer
  - `set_err` integer
  - `side_out_err` integer
  - `side_out_attempts` integer
  - `break_point_err` integer
  - `break_point_attempts` integer
  - `set1` integer
  - `set2` integer
  - `set3` integer
  - `set4` string
  - `set5` 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)
