---
title: "Real, date-specific anonymous quote for a home. Mirrors what an unauthenticated visitor sees in checkout: monthly rent after seasonal adjustments and length-of-stay discounts, the first-month charge, ongoing monthly cost, and an estimated total."
method: GET
path: "/api/public/homes/{slug}/quote"
---

# Real, date-specific anonymous quote for a home. Mirrors what an unauthenticated visitor sees in checkout: monthly rent after seasonal adjustments and length-of-stay discounts, the first-month charge, ongoing monthly cost, and an estimated total.

`GET /api/public/homes/{slug}/quote`

## Path parameters

- `slug` string, required

## Query parameters

- `check_in` string, required
- `check_out` string, required
- `cats` integer
- `dogs` integer

## Response `200`

Success

## Other responses

- `400` — Invalid parameters
- `404` — Unknown home or market

---

[API](https://skmtc.net/hellolanding/apis/landing-public-api-http-get.md) · [All operations](https://skmtc.net/hellolanding/apis/landing-public-api-http-get/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellolanding/landing-public-api-http-get/revisions/6905507726a6/schema)
