Destination & master data
List Cities
Retrieve the active city catalogue with search, country filtering, sorting, and pagination.
GET
Use this endpoint when your product needs a browsable or administrative city
catalogue. For a customer-facing destination picker, prefer
Destination Autocomplete, which
returns places, cities, and hotels ranked for the entered text.
The OpenAPI section below documents every filter, sort option, pagination field,
and response property.
Request Example
Use the Response
The response is paginated. Use its items for a city catalogue and use the city identifier from a selected result asdestination.id with
destination.type: "city" when calling
Search Hotels.
City data identifies destinations; it is not a guarantee that a hotel is
available for a particular stay. Continue with hotel search and room options
for live shopping data.
Authorizations
Environment-specific API key created in the Unifystays portal
Headers
Query Parameters
Search by city name or country name (case-insensitive)
Example:
"Mumbai"
Filter by ISO 3166-1 alpha-2 country code
Required string length:
2 - 3Example:
"IN"
Field to sort by
Available options:
city, country_name, country_code Sort direction
Available options:
ASC, DESC Page number (1-based)
Required range:
x >= 1Example:
1
Number of results per page (max 200)
Required range:
1 <= x <= 200Example:
20