Skip to main content

Hotel Detail API

This method is used to get detailed information about a specific hotel.

πŸ“ Endpoint​

GET https://mg.mescogo.com/gw/common/hotel/hotel-detail
PropertyValue
URIBaseURL/common/hotel/hotel-detail
MethodGET
Content-Typeapplication/json

πŸ” Authorization​

Basic Auth is required. Use the API credentials provided by MescoMg.

πŸ“‹ Query Parameters​

ParameterTypeDescription
HotelCodesStringMescoMG hotel codes (comma separated) to retrieve details

πŸ“₯ Example Response​

{
"Status": {
"Code": "200",
"Description": "Successful"
},
"HotelDetails": [
{
"HotelCode": 26090,
"HotelName": "Certification Property",
"Description": "",
"HotelFacilities": [
"Express Check-in/Check-out",
"Nightclub/DJ",
"Outdoor pool",
"Restaurant",
"Room service",
"Safe",
"Sauna",
"Shoeshine",
"Bar",
"Laundry",
"Breakfast",
"Street parking",
"Private Check-in/Check-out"
],
"Attractions": "",
"Images": [],
"Address": "125 Main St, Springfield, MA 01105, United States",
"PinCode": "",
"CityId": "148",
"CountryName": "Turkey",
"PhoneNumber": "1234432331",
"FaxNumber": "",
"Map": "42.08854|-72.57835",
"HotelRating": 5,
"CityName": "Istanbul",
"CountryCode": "TR",
"CheckInTime": "",
"CheckOutTime": ""
}
]
}