Skip to main content
GET
Get Property Detail
Fetch a single property’s complete detail. The two path parameters are the two segments of a Booking hotel URL:
Both also come back on every /search result as country_code and slug.

Path Parameters

string
required
ISO country code from the property URL, e.g. it.
string
required
Property slug from the property URL, e.g. radisson-collection-roma-antica.

Query Parameters

integer
default:"40"
Photos to return. Maximum 100.
integer
default:"10"
Guest Q&A pairs to return. Maximum 50.
string
default:"en-us"
Locale for text, e.g. fr, de.

Response

string
Booking property id.
string
Property name.
string
Echo of the requested slug.
string
Canonical property URL on booking.com.
string
e.g. Hotel, Apartment.
integer
Booking accommodation type id.
number
Stars, e.g. 5.
string
How the rating is denoted, e.g. stars.
string
Full property description.
string
Short summary line.
string
Booking’s “the fine print” notice, or null.
string
Street address.
string
Full single-line address.
string
string
Neighbourhood, or null.
string
string
number
number
integer
Booking’s internal city identifier.
boolean
boolean
number
Overall score out of 10.
integer
Number of reviews.
object
Sub-scores keyed by category.
string
Property’s own currency.
string[]
Languages spoken at reception.
string[]
Meal plans offered, e.g. Breakfast.
object
integer
Number of facilities returned.
Facility[]
Every facility Booking lists — typically 60–110 per hotel.
string[]
Property highlights, e.g. Top location: Highly rated by recent guests.
Room[]
Room types offered.
string[]
Property photo URLs, up to photos.
Question[]
Guest Q&A pairs, up to questions.
boolean
boolean
string[]
A property that does not exist returns 404.

Example

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