Indoor Updates

Match VS Stats Updates (full or delta)

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.

get/web/match-vs-stats

Query parameters

tsinteger

Unix timestamp (in seconds). Returns only entries updated since this point in time.

Example:1759329493

Unix timestamp (in seconds). Returns only entries updated since this point in time.

allboolean

Return all entries, ignoring ts. Accepted values: true, false, 1, 0, yes, no.

Example:true

Return all entries, ignoring ts. Accepted values: true, false, 1, 0, yes, no.

Response

idinteger
match_idinteger
vs_match_idinteger
spectatorsinteger
time_set1integer
time_set2integer
time_set3integer
time_set4integer
time_set5string
mvp_legacy_player_idinteger
mvp_person_idstring
report_urlstring
scoresheet_urlstring
libero_report_urlstring
video_urlstring
created_atstring
updated_atstring

Example response

[
  {
    "id": 1,
    "match_id": 12345,
    "vs_match_id": 2240373,
    "spectators": 135,
    "time_set1": 28,
    "time_set2": 21,
    "time_set3": 17,
    "time_set4": 25,
    "time_set5": null,
    "mvp_legacy_player_id": 24,
    "mvp_person_id": null,
    "report_url": "https://fra1.digitaloceanspaces.com/pls-api/matches/2261468-3394ebd7944ec1e06f07478bfef6363e/2026-02-13-ERZ-UVC.pdf",
    "scoresheet_url": "https://fra1.digitaloceanspaces.com/pls-api/matches/2261468-3394ebd7944ec1e06f07478bfef6363e/ERZ-UVC-scoresheet.pdf",
    "libero_report_url": "https://fra1.digitaloceanspaces.com/pls-api/matches/2261468-3394ebd7944ec1e06f07478bfef6363e/ERZ-UVC-libero-report.pdf",
    "video_url": "https://fra1.digitaloceanspaces.com/pls-api/matches/2261468-3394ebd7944ec1e06f07478bfef6363e/2026-02-13-ERZ-UVC.mp4",
    "created_at": "2025-10-11 20:00:00",
    "updated_at": "2025-10-11 20:00:00"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.