---
title: "Get list of cities"
method: GET
path: "/api/listings/cities"
tags: ["Listings"]
---

# Get list of cities

`GET /api/listings/cities`

Returns a list of all the cities countries and states related to the booking engine listings

## Query parameters

- `skip` integer
- `limit` integer
- `searchText` string

## Response `200`

successful operation

- object
  - `results` object[], required
    - `city` string
    - `country` string
    - `state` string
  - `count` integer
  - `skip` integer
  - `limit` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized
- `429` — Too many requests

---

[API](https://skmtc.dev/guesty/apis/booking-engine-api.md) · [All operations](https://skmtc.dev/guesty/apis/booking-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/guesty/booking-engine-api/revisions/90f25f70255b/schema)
