Get product reviews

Receive the list of a product's reviews with detailed content.

Get reviews for a product

get
/products/{productId}/reviews
Path parameters
productIdintegerRequired

The ID of product

Example: 974092
Query parameters
langstringOptional

Filter by reviews in a specific language.

start_datestring · dateOptional

Filter by start date (inclusive)

Example: 2025-01-01
end_datestring · dateOptional

Filter by end date (exclusive)

Example: 2025-01-01
pageintegerOptional

Pagination offset (default 1)

Example: 2
page_sizeintegerOptional

Number of results per page (default 20)

Example: 20
sort_bystring · enumOptional

Define how the results should be sorted. (default: date)

Example: ratingPossible values:
min_ratingintegerOptional

filter by rating (min: 1, max: 5)

Example: 5
traveler_typeall ofOptional

Filter on the type of travel

Example: friends
string · enum | nullableOptionalExample: friendsPossible values:
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Successful operation.

application/json
get
/products/{productId}/reviews

Last updated

Was this helpful?