---
title: "GET /api/distribution/events/{id}/availabilities"
method: GET
path: "/api/distribution/events/{id}/availabilities"
tags: ["api", "distribution-api"]
---

# GET /api/distribution/events/{id}/availabilities

`GET /api/distribution/events/{id}/availabilities`

Get the availabilities for an event.

## Path parameters

- `id` string, required — The event to fetch

## Query parameters

- `distributorId` string, required — The seller to get events for
- `start` string — The start date for the events
- `end` string — The end date for the events
- `top` integer — The maximum amount of events to return
- `skip` integer — The amount of events to skip

## Response `200`

OK

- GETDistributionApiGetTheAvailabilitiesForAnEvent200Response
  - `docs` DistributionAvailabilityResource[]
    - `eventId` string, required — The unique id for the event
    - `availibilityId` string, required — The unique id for the availibility
    - `name` string, required — The name of the event
    - `start` string, required — The event start date & time
    - `end` string — The event end date & time
    - `timezone` string, required — The timezone of the event
    - `salesStart` string, date-time, required — When sales start for the event
    - `salesEnd` string, date-time, required — When sales end for the event
    - `currency` string, date-time, required — The currency prices for this event are in
    - `offers` object[], required — The available offers for this event
      - `offerId` string, required — The unique id for the offer
      - `name` string, required — The name of the offer
      - `price` number, float, required — The price for the offer
      - `available` integer, required — The amount of tickets available for this offer
      - `meta` object — Additional meta data for this offer
    - `timeSlots` object[] — The available time slots
      - `startTime` object, required — The start time of the time slot on the availabilities date
        - `hour` number, float, required — The start time hour
        - `minute` number, float, required — The start time minute
      - `timeSlotId` string, required — The unique id for the time slot
      - `offers` object[], required — The offers available for the time slot
        - `offerId` string, required — The offer id
        - `available` integer — The amount of tickets available for this time slot. Only set if the event uses time slots
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
