latestOpenAPI 3.0.12026-08-101058136.3 KB
0fbdc2f4423a
demand-api-v2-compatible
List accommodation reviews
Returns reviews for specified hotel_ids and filters. Available filters are country, language of the review, lower and upper bound of the review score, and timestamp of the last change to the review. The 'last_change' output field will only be displayed if the last_change=... input parameter is set.
get/demand-api-v2-compatible/reviews
Query parameters
{
"country": "nl",
"last_change": "2025-11-20 14:05:30"
}Response
OK
Example response
{
"result": [
{
"date": "2025-11-20 14:05:30",
"last_change": "2025-11-20 15:05:30"
}
]
}