Retrieve guest reviews and ratings for a specific hotel. Display authentic feedback from previous guests to help users make informed booking decisions.
Provide the hotelId as a query parameter. Returns all reviews for that hotel with ratings and comments.
Unique ID of a hotel
Specifies the maximum number of results to return. By default, this is set to 200, even if not explicitly defined. If a higher limit is specified, the maximum allowed is 5000 results
Specifies the number of reviews to skip, defaults to 0
request timeout in seconds
If set to true, an AI sentiment analysis of the last 1000 reviews will be returned
ISO 639-1 language code (e.g., 'fr', 'es', 'de') to translate reviews using AI. If not provided, the reviews will be returned in the default language (en). When this parameter is provided, the maximum number of reviews returned is 10.