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

# Venue Updates (full or delta)

`GET /web/venues`

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

## Query parameters

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

## Response `200`

- object[]
  - `id` integer
  - `name` string
  - `short_name` string
  - `slug` string
  - `code` string
  - `play_fields` integer
  - `height` number
  - `latitude` number
  - `longitude` number
  - `address_status` integer
  - `type` string
  - `is_active` boolean
  - `note` string
  - `season_id` integer
  - `federation_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)
