---
title: "Find hotels using full text search"
method: GET
path: "/api/hotels/{description}/{location}"
tags: ["hotels"]
---

# Find hotels using full text search

`GET /api/hotels/{description}/{location}`

## Path parameters

- `description` string
- `location` string

## Response `200`

Returns hotel data and query context information

- ResultList
  - `context` string[]
  - `data` object[]

---

[API](https://skmtc.dev/couchbase/apis/travel-sample-api.md) · [All operations](https://skmtc.dev/couchbase/apis/travel-sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/couchbase/travel-sample-api/revisions/32d71654e84c/schema)
