> For the complete documentation index, see [llms.txt](https://traveloapi.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloapi.gitbook.io/api/hotel-api/hotel-citylist.md).

# Get All Hotel City Name

## Get All Hotel City Name

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/hotelapi/cities`&#x20;

#### Path Parameters

| Name   | Type   | Description                     |
| ------ | ------ | ------------------------------- |
| gatkey | string | gatkey (provided by traveloapi) |

{% tabs %}
{% tab title="200 " %}

```javascript
[

  {
"CityId": 1,
"CityKeyId": 0,
"CityName": "AGRA",
"LocationId": 0,
"LocationName": null,
"StateCode": null,
"StateName": null,
"CountryCode": null,
"CountryName": null,
"IsAlias": false,
"StateId": 0,
"CreatedBy": null,
"CreatedDate": "0001-01-01T00:00:00",
"ModifiedBy": null,
"ModifiedDate": "0001-01-01T00:00:00"
},

  

  ]
```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}
