CheapestRatesResponse
Response object for the cheapest rates
Session ID
hotels object[]
List of hotels with cheapest rates
Hotel ID
Landing URL for clients to redirect
rooms object[]
List of rooms for different properties
Room ID
Room name
rates object[]
List of cheapest rates for different hotels
Rate ID
nettPrice object
Nett price details
Nett price amount
Currency code
taxes object[]
List of taxes
Tax fee amount
Currency code of the tax amount
Tax name
Possible values: [Taxes and Fees
]
additionalCharges object[]
List of additional charges the users need to pay at the hotel
Additional charges amount
Currency code of the additional charge amount
Additional charge name
Possible values: [VAT
, City Tax
, Destination Taxes
, Resort Fees
, Service Charges
, Other Local Tax
, Other Hotel Fee
]
Free cancellation available
The meals that are included in the price of the hotel booking
Possible values: [All Inclusive
, Full Board
, Half Board
, Breakfast
, Room Only
]
cancellationPolicy object[]
List of cancellation policies
Effective datetime of cancellation policy in UTC
End datetime of cancellation policy in UTC
Cancellation charges amount
Currency code of the cancellation charges amount
{
"sessionId": "20240722~1~r1a2c~~0HIWKUVEQkM1R~USD~lb~~US~F~D~DW~D~en-US~0~1~0~0~103.186.69.75~1721105921906~Yd_lK",
"hotels": [
{
"id": "258278",
"landingUrl": "https://www.wego.com/hotels/searches/goi/2024-07-24/2024-07-26/104921?guests=2&search_id=6e19cb14b19e7323",
"rooms": [
{
"id": "12739",
"roomName": "Family, 3 Twin",
"rates": [
{
"id": "qH7RcvY3seUFGBUL6pMUj8HbsrhwsA5i2MTE1wAQvSs=",
"nettPrice": {
"currency": "USD",
"amount": 133.9
},
"taxes": [
{
"name": "Taxes and Fees",
"currency": "USD",
"amount": 13
}
],
"additionalCharges": [
{
"name": "Service Charges",
"currency": "USD",
"amount": 14
}
],
"boardBasis": "Breakfast",
"isFreeCancellation": false,
"cancellationPolicies": [
{
"from": "2024-08-06T00:00:00",
"to": "2024-08-08T00:00:00",
"amount": 50,
"currency": "USD"
}
]
}
]
}
]
}
]
}