---
title: "Returns list of available rentals for a given date range."
method: GET
path: "/availability"
tags: ["rentals"]
---

# Returns list of available rentals for a given date range.

`GET /availability`

## Query parameters

- `rental_id` integer
- `owner_id` integer
- `campground_id` integer
- `from` string
- `to` string
- `override_protections` boolean
- `include_children` boolean
- `booking_id` integer
- `IncludeMarketplaceOnlyBlocks` boolean

## Response `200`

- AvailabilityInfo[]
  - `campground_id` integer
  - `from` string
  - `marketplace_only` boolean
  - `next_available` string
  - `rental_id` integer
  - `to` string
  - `turnaround_days` integer

## Other responses

- `401` — Unauthorized error
- `404` — Not found error

---

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