Skip to main content

Hotel

A hotel and its content.

id integer

Unique ID for the hotel.

postalCode string

Postal code of Hotel

propertyTypeId number

Reference ID for the type of property

phone1 string

Optional 1st phone number

phone2 string

Optional 2nd phone number

phone3 string

Optional 3rd phone number

reservationPhone string

Reservation phone number of hotel

star number

Star rating of the hotel between 1 and 5

latitude string

Geographical latitude of the hotel

longitude string

Geographical longitude of the hotel

checkIn string

Check in time

checkOut string

Check out time

amenityIds number[]

Reference ID's for all amenities available at hotel

brandId number

Reference ID for the hotel brand

name string

Name of hotel

address string

Address of hotel

description string

Description of hotel

images string[]

List of image urls for the hotel

reviewScore number

Aggregate guest review score for the hotel, always out of 100. The scale is fixed and cannot be requested per call, so divide by 10 for a score out of 10. Absent when there is no review data for the hotel.

reviewCount integer

Number of guest reviews the score is based on. Absent when there is no review data for the hotel.

Hotel
{
"id": 0,
"postalCode": "string",
"propertyTypeId": 0,
"phone1": "string",
"phone2": "string",
"phone3": "string",
"reservationPhone": "string",
"star": 0,
"latitude": "string",
"longitude": "string",
"checkIn": "string",
"checkOut": "string",
"amenityIds": [
0
],
"brandId": 0,
"name": "string",
"address": "string",
"description": "string",
"images": [
"string"
],
"reviewScore": 0,
"reviewCount": 0
}