Hotel
A hotel and its content.
Unique ID for the hotel.
Postal code of Hotel
Reference ID for the type of property
Optional 1st phone number
Optional 2nd phone number
Optional 3rd phone number
Reservation phone number of hotel
Star rating of the hotel between 1 and 5
Geographical latitude of the hotel
Geographical longitude of the hotel
Check in time
Check out time
Reference ID's for all amenities available at hotel
Reference ID for the hotel brand
Name of hotel
Address of hotel
Description of hotel
List of image urls for the hotel
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.
Number of guest reviews the score is based on. Absent when there is no review data for the 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
}