# Get a city by its id **GET /api/Cities/{id}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string(uuid)) The id of the city ## Responses ### 200 Returns the city with the given id #### Body: application/json (object) - **id** (string(uuid)) - **creationDate** (string(date-time)) - **lastModified** (string(date-time)) - **name** (string | null) - **country** (string | null) - **postOffice** (string | null) - **numberOfHotels** (integer(int32)) - **Additional properties are NOT allowed** () ### 404 If the city is not found [Powered by Bump.sh](https://bump.sh)