---
title: "Get available slots for a date"
method: GET
path: "/v1/slots/{username}/{event_slug}"
tags: ["Public"]
---

# Get available slots for a date

`GET /v1/slots/{username}/{event_slug}`

Return bookable slots for a public event type on a specific date in the requested timezone.

## Path parameters

- `username` string, required
- `event_slug` string, required

## Query parameters

- `date` string, required
- `timezone` string

## Response `200`

Default Response

- object

---

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