Skip to main content
Get Cities

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

CountryID
integer<int32>

The unique identifier of the country to filter the cities.

Response

200 - application/json

A list of cities matching the specified criteria.

CityID
integer<int32> | null

The unique identifier of the city.

CityName
string | null

The name of the city.

ShortCity
string | null

The abbreviated name or code for the city.

RegionID
integer<int32> | null

The unique identifier of the region to which the city belongs.

CountryID
integer<int32> | null

The unique identifier of the country to which the city belongs.