Accommodation Reviews
Guest reviews of their experience at the accommodation
Schema
Get accommodation reviews
Gets reviews for an accommodation
URL parameters
Query parameters
A cursor pointing to the previous page of records. For more information on how to paginate through records, see the Pagination section.
Example:
"g2wAAAACbQAAABBBZXJvbWlzdC1LaGFya2l2bQAAAB="
A cursor pointing to the next page of records. For more information on how to paginate through records, see the Pagination section.
Example:
"g2wAAAACbQAAABBBZXJvbWlzdC1LaGFya2l2bQAAAB="
The maximum number of records to return per page. Defaults to 50
.
May be set to any integer between 1
and 200
. For more information on how to paginate through records, see the Pagination section.
Example:
1
Default value:
50
Endpoint
GET https://api.duffel.com/stays/accommodation/{id}/reviews
Request
curl -X GET --compressed "https://api.duffel.com/stays/accommodation/{id}/reviews?after=g2wAAAACbQAAABBBZXJvbWlzdC1LaGFya2l2bQAAAB=&before=g2wAAAACbQAAABBBZXJvbWlzdC1LaGFya2l2bQAAAB=&limit=1" \-H "Accept-Encoding: gzip" \-H "Accept: application/json" \-H "Content-Type: application/json" \-H "Duffel-Version: v2" \-H "Authorization: Bearer <YOUR_ACCESS_TOKEN>"
Response
{"meta": {"limit": 50,"after": "g2wAAAACbQAAABBBZXJvbWlzdC1LaGFya2l2bQAAAB="},"data": {"reviews": [{"text": "Excellent facilities. Polite staff.\nAir conditioning could use some maintenance.\n","score": 8.4,"reviewer_name": "Bessie Coleman","created_at": "2025-01-01"}]}}