---
title: "Autocomplete Hotels"
method: GET
path: "/hotels/autocomplete/"
tags: ["hotels"]
---

# Autocomplete Hotels

`GET /hotels/autocomplete/`

Suggest hotels by name with typo tolerance. Requires login.

## Query parameters

- `q` string, required — Search query
- `limit` integer — Max suggestions
- `latitude` number, nullable
- `longitude` number, nullable
- `radius_km` number, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
