---
title: "Nightly rates"
method: GET
path: "/v1/rates/calendar"
tags: ["Rates"]
---

# Nightly rates

`GET /v1/rates/calendar`

Returns simplified nightly rates calendar for rental, requested by houseId and roomTypeId (most rentals on Lodgify have only a single room type id). For a more detailed response, consider using the V2 version of this endpoint.

## Query parameters

- `houseId` integer, required
- `roomTypeId` integer, required
- `startDate` string, required
- `endDate` string, required

## Response `200`

Success

- LodgifyApiRatesModelsV1CalendarResponseItem[]
  - `date` string, nullable
  - `is_default` boolean — Rates can be either "Default" or per date. The appropriate default rate (that is, the one with a matching min/max stay to the requested stay) will be applied for dates with no date-specific rate.
  - `prices` LodgifyApiRatesModelsV1CalendarPrice[], nullable
    - `min_stay` integer
    - `max_stay` integer
    - `price_per_day` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — 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/revisions/ddf40757d411/schema)
