---
title: "GET /search/rentals"
method: GET
path: "/search/rentals"
tags: ["search"]
---

# GET /search/rentals

`GET /search/rentals`

Search Rentals

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `order_by` string
- `include_unpublished` boolean
- `include_children` boolean
- `include_all_category_meta` boolean
- `location_ids` string
- `types` string
- `makes` string
- `categories` string

## Response `200`

- SearchRentalsResponse
  - `meta` SearchRentalsMeta
    - `categories` SearchRentalGroup[]
      - `count` integer
      - `name` string
    - `makes` SearchRentalGroup[]
      - `count` integer
      - `name` string
    - `total` integer
    - `types` SearchRentalGroup[]
      - `count` integer
      - `name` string
  - `rentals` SearchRental[]
    - `children_count` integer
    - `created` string
    - `has_rejected_image` boolean
    - `id` integer
    - `internal_id` string
    - `length` number, double
    - `location_id` integer
    - `location_name` string
    - `make` string
    - `model` string
    - `name` string
    - `parent_id` integer
    - `primary_image_id` integer
    - `primary_image_url` string
    - `published` boolean
    - `type` string
    - `vin` string
    - `year` integer

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized 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/revisions/f0cf8f605ea0/schema)
