Skip to main content
GET
Get Listing Detail
Fetch a single listing’s complete detail by its room_id (from /search or an Airbnb URL such as airbnb.com/rooms/48291736). The response carries everything the search card has, plus the full description, the six-category rating breakdown, every amenity, the house rules, and the host profile.

Path Parameters

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

Query Parameters

integer
default:"1"
Number of adults — affects the price context returned by Airbnb.
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.
string
Listing headline.
string
One-line summary, e.g. Rental unit in Lisbon · ★4.8 · 1 bedroom · 1 bed · 1 bath.
string
Full listing description.
string
e.g. Entire home/apt.
integer
Maximum number of guests.
number
number
string
Approximate address as shown by Airbnb.
number
Average rating.
integer
Number of reviews.
object
boolean
Host holds Superhost status.
string[]
Listing highlights, e.g. Self check-in.
Amenity[]
Every amenity Airbnb lists, including unavailable ones.
string[]
House rules as displayed.
string
Cancellation policy summary.
object
string[]
All listing photo URLs.
string
Canonical listing URL on airbnb.com.

Example

Response
Each listing-detail request costs 5 credits. Failed requests are not charged.