Get the reviews of a hotel

Overview

Retrieve guest reviews and ratings for a specific hotel. Display authentic feedback from previous guests to help users make informed booking decisions.

When to Use

  • Review display - Show guest reviews on hotel detail pages
  • Rating aggregation - Display average ratings and review counts
  • Trust building - Show authentic guest feedback
  • Decision support - Help users evaluate hotels before booking

What You Get

  • Guest reviews - Individual review text and ratings
  • Review dates - When each review was written
  • Ratings - Numerical and textual ratings
  • Guest feedback - Detailed comments from previous guests

Quick Start

Provide the hotelId as a query parameter. Returns all reviews for that hotel with ratings and comments.

Query Params
string
required

Unique ID of a hotel

integer

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

integer

Specifies the number of reviews to skip, defaults to 0

float
Defaults to 4

request timeout in seconds

boolean
Defaults to false

If set to true, an AI sentiment analysis of the last 1000 reviews will be returned

string

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.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json