API Reference

Query reviews like the Reviews Page.

Query Params
string

Filters the results by the specified reservation code.

integer

Filters the results by the specified property ID.

string

Filters the results by the specified review status. Default: reviewed

date

Filters the results to include reservations with check-out dates starting from this date (inclusive). Default: 180 days ago.

date

Filters the results to include reservations with check-out dates up to this date (inclusive). Less than 180 days from start_check_out_date. Default: today

integer
required
Defaults to 0

Specifies the starting index from which the results should be returned. Default: 0

integer
required
Defaults to 20

Determines the maximum number of results to be returned, up to a maximum of 100. Default: 20

Response

Response body
object
string
required

Unique identifier for the request.

integer
required

Numeric error code representing the status of the response. A value of 200 indicates success.
See the Error Codes section for more information.

string
required

Message detailing the status of the response.

data
object
required
reviews
array of objects
required

List of the reviews

reviews*
object
string
required

The unique code identifying the reservation.

integer
required

The id of the property the reservation is associated with.

string
required

The type of the channel. See Supported Channels for more information.

airbnb booking.com agoda expedia vrbo trip.com booking_site tujia_intl hostex_direct tujia xiaozhu meituan_bnb meituan_hotel muniao fliggy zhukeyun tiktok xiaohongshu ctrip houfy

string
required

The unique identifier for different channels.
For example, the listing id for Airbnb is the Airbnb listing id, and the listing id for Booking.com is the Booking.com room id - rateplan id.

date
required

The check-in date of the reservation.

date
required

The check-out date of the reservation.

object | null

Reviews made by the host about the guest. Return null if the host has not made a review yet.

object | null

Reviews made by the guest about their stay. Return null if the guest has not made a review yet.

object | null

The host's reply to the guest's review. Return null if the host has not made a reply yet.

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