---
title: "Retrieves availability information for all room types within a specific property for a given date range."
method: GET
path: "/v1/availability/{propertyId}"
tags: ["Availability"]
---

# Retrieves availability information for all room types within a specific property for a given date range.

`GET /v1/availability/{propertyId}`

Retrieves availability information for all room types within a specific property for a given date range.

## Path parameters

- `propertyId` integer, required

## Query parameters

- `periodStart` string, date-time
- `periodEnd` string, date-time
- `CombineRoomTypes` boolean
- `BookingsOnly` boolean
- `IncludeBookingIds` boolean
- `ModifiedSince` string, date-time

## Response `200`

OK

- LodgifyApiPublicReservationsModelsV1AvailabilityAvailabilityDto[]
  - `property_id` integer — The unique identifier of the property associated with this availability period
  - `room_type_id` integer — The unique identifier of the room type
  - `period_start` string, date-time — The start date of the availability period
  - `period_end` string, date-time — The end date of the availability period (inclusive)
  - `available` integer — The number of units available during this period
  - `total_units` integer — The total number of units for this room type
  - `total_overbooked` integer — The total number of overbooked units for this room type
  - `is_available` boolean — Indicates whether the period is available (not closed and has unoccupied units)
  - `booking_ids` integer[], nullable — The list of booking identifiers associated with this period
  - `closed_period_id` integer, nullable — The identifier of the closed period, if applicable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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