Hotel
Hotel information with flattened structure
Unique hotel identifier
Name of the hotel
descriptions object[]
Hotel descriptions in different languages
Description text content
ISO 639-1 language code
Hotel category code
Type of property (e.g., hotel, apartment, resort)
Hotel chain identifier
Available meal plan codes
mandatoryFee object[]
Mandatory fees or charges
Fee name
Fee description
Fee amount
Whether the fee is included in the price
rooms object[]
Available room types
Room code
Provider-specific room code
Room name
Maximum occupancy
amenities object[]
Amenities available at the hotel
Amenity code identifier
Amenity name
Amenity type/category
Amenity description
media object[]
Hotel media (images, videos)
Media URL
Type of media (image, video)
Media caption
Media width in pixels
Media height in pixels
Display order
Whether this is the primary media
location object
Hotel location and address
Primary address line
Secondary address line (for backward compatibility)
City name
State or province
ISO 3166-1 alpha-2 country code
Postal or ZIP code
Latitude coordinate
Longitude coordinate
contact object
Hotel contact information
Phone number
Email address
Website URL
Fax number
Provider identifier
List of connection codes where this hotel is available
Provider-specific hotel code
Whether this hotel has exclusive deals
Hotel star rating (1-5)
Destination code where the hotel is located
Hotel ranking or rating score
Record creation timestamp
Record last update timestamp
{
"code": "string",
"hotelName": "string",
"descriptions": [
{
"text": "string",
"language": "string"
}
],
"category": "string",
"propertyType": "string",
"chainCode": "string",
"boardCodes": [
"string"
],
"mandatoryFee": [
{
"name": "string",
"text": "string",
"price": 0,
"included": true
}
],
"rooms": [
{
"code": "string",
"roomCode": "string",
"name": "string",
"maxOccupancy": 0
}
],
"amenities": [
{
"code": "string",
"name": "string",
"type": "string",
"description": "string"
}
],
"media": [
{
"url": "string",
"mediaType": "string",
"caption": "string",
"width": 0,
"height": 0,
"orderIndex": 0,
"isPrimary": true
}
],
"location": {
"address": "string",
"line2": "string",
"city": "string",
"state": "string",
"countryCode": "string",
"postalCode": "string",
"latitude": 0,
"longitude": 0
},
"contact": {
"phone": "string",
"email": "string",
"website": "string",
"fax": "string"
},
"providerCode": "string",
"connectionCodes": [
"string"
],
"providerHotelCode": "string",
"exclusiveDeal": true,
"starRating": 0,
"destinationCode": "string",
"ranking": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}