---
title: "Get Cities"
method: GET
path: "/v1/cities"
tags: ["Lookups"]
---

# Get Cities

`GET /v1/cities`

Retrieves a list of cities within a specified country, optionally filtered by `CountryID`.

## Query parameters

- `CountryID` integer

## Response `200`

A list of cities matching the specified criteria.

- CitiesDbEntity[]
  - `CityID` integer, nullable — The unique identifier of the city.
  - `CityName` string, nullable — The name of the city.
  - `ShortCity` string, nullable — The abbreviated name or code for the city.
  - `RegionID` integer, nullable — The unique identifier of the region to which the city belongs.
  - `CountryID` integer, nullable — The unique identifier of the country to which the city belongs.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
