---
title: "Query Property Availabilities"
method: GET
path: "/availabilities"
tags: ["Availability"]
---

# Query Property Availabilities

`GET /availabilities`

By sending a request to this endpoint, you can retrieve the availabilities of the properties.

## Query parameters

- `property_ids` string, required
- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

A list of availabilities with their details

- object
  - `request_id` string, required — Unique identifier for the request.
  - `error_code` integer, required — Numeric error code representing the status of the response. A value of `200` indicates success. <br> See the [Error Codes](/reference/error-manual#error-codes) section for more information.
  - `error_msg` string, required — Message detailing the status of the response.
  - `data` object, required
    - `properties` object[], required
      - `id` integer, required — The unique identifier for the property
      - `availabilities` object[], required — A list of availability objects. Each object contains the date, available, and remarks for that date.
        - `date` string, date, required — The date of the availability
        - `available` boolean, required — Set the date's availability: `true` for available or `false` for unavailable.
        - `remarks` string, required — Remarks for the date

---

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