v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Cities

List the cities of a country

Overview

Get a list of all cities within a specific country. Perfect for building location dropdowns and city selection interfaces.

When to Use

  • City dropdowns - Populate city selection lists
  • Location filters - Filter hotels by city
  • Geographic data - Get city lists for specific countries
  • Form autocomplete - Build city autocomplete features

What You Get

  • City list - All cities in the specified country
  • City names - Formatted city names ready for display

Quick Start

Provide the countryCode in ISO-2 format (e.g., "US", "GB"). Returns all cities in that country. Use the Get Country List endpoint to get country codes.

get/data/cities

Query parameters

countryCodestring required

Country code in iso-2 format (example: SG)

timeoutnumber float

request timeout in seconds

Response

OK