get https://api.liteapi.travel/v3.0/data/cities
The "Get Cities" endpoint allows developers to retrieve a list of city names within a specified country. The country code must be provided in ISO-2 format. By making a GET
request to /v3.0/data/cities
with the appropriate country code, developers can access a comprehensive list of cities in that country. If you need the ISO-2 country codes, you can use the Get Country List endpoint.
This endpoint is essential for applications that require location-specific data, enhancing user experiences by providing accurate and relevant city information.