---
title: "Get City Prices"
method: GET
path: "/hotel-deals/by-city/{city_slug}/prices"
tags: ["hotel-deals"]
---

# Get City Prices

`GET /hotel-deals/by-city/{city_slug}/prices`

Get live ETG prices for deal hotels in a city.

## Path parameters

- `city_slug` string, required

## Query parameters

- `check_in` string, required
- `check_out` string, required
- `flexibility` string
- `limit` integer

## 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.dev/helloaxel/apis/client-api-gateway/revisions/e5f778e80f9a?raw)
