Skip to main content
GET
Get Reviews
Page through a listing’s guest reviews by room_id. Each review carries the full comment text, the guest’s rating, the review language, the reviewer’s profile, the host’s response when there is one, and any photos the guest attached. Paginate with limit and offset against total_count.

Path Parameters

string
required
Airbnb room id, e.g. 48291736.

Query Parameters

integer
default:"24"
Reviews per page. Maximum 50.
integer
default:"0"
Number of reviews to skip.
string
default:"MOST_RECENT"
Sort order. One of MOST_RECENT, RATING_DESC, RATING_ASC.
string
default:"USD"
Currency for prices, e.g. EUR, GBP.
string
default:"en"
Locale for text, e.g. fr, es.

Response

string
Airbnb room id.
integer
Total reviews on the listing.
integer
Echo of the requested page size.
integer
Echo of the requested offset.
Review[]
Reviews for this page.

Example

Response
Each reviews request costs 5 credits. Failed requests are not charged.