latestOpenAPI 3.1.02026-08-10390815.4 KB
e5f3dccae7ca
Accommodations
Accommodation reviews
This endpoint provides access to reviews for specified accommodations, allowing you to retrieve traveller feedback associated with a particular property.</br></br> ✅ The reviews returned can be filtered and sorted, with the option to limit the number of reviews per accommodation by specifying the rows parameter.</br></br> Please note that the ratings score is based on all traveller traffic across Booking.com, and may not necessarily reflect the experience of your own customers.</br></br> If you choose to display or use these ratings and reviews, you are responsible for ensuring that your travellers are properly informed about what these scores represent.
post/accommodations/reviews
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Request body
Example request
{
"languages": [
"en-us"
],
"reviewer": {
"countries": [
"nl"
]
}
}Response
Successful response.
Example response
{
"data": [
{
"reviews": [
{
"language": "en-us",
"reviewer": {
"country": "nl"
}
}
]
}
]
}