Property Details
Full property information, images, reviews, extras, and owner contact
📄️ Get property details by ID
Get full details for a specific property including title, description, location, amenities, pricing information, and images. Use this after finding a property via search to display its full listing page.
📄️ Get property by place and property slug
Look up a property using its URL-friendly slugs (place and property). Returns the same full detail as getPropertyById. Use this when you have a human-readable URL like '/porlock/meadow-cottage' rather than a numeric ID.
📄️ Get property extras/add-ons
Retrieve bookable extras and add-ons for a property such as dogs, cots, high chairs, and log baskets. Returns a map keyed by extra type with pricing and quantity limits. Use this to display optional extras during the booking flow.
📄️ Get property reviews (paginated)
Retrieve published guest reviews for a property, ordered by most recent first. Returns star ratings, sub-ratings (cleanliness, location, value), review text, and guest name. Use this to display social proof on a property listing page.
📄️ Get property images
Retrieve all images for a property, split into legacy (original server) and GCS (Google Cloud Storage) collections. Each image includes URLs, alt text, and display ordering. Use this to build a photo gallery or carousel on the property page.
📄️ Get property bedroom information
Retrieve detailed bedroom configuration for a property including bed types and sizes per room. Use this to display a bedroom breakdown on the property listing page so guests can see sleeping arrangements.
📄️ Get property owner contact info
Retrieve the property owner's contact details including name, email, and phone number. Use this to enable direct owner communication features or display owner information on the listing. Returns null data if no owner is associated with the property.
📄️ Get special offers for a specific property
Retrieve current special offers and promotional prices for a single property. Returns discounted date ranges with offer prices. Use this to highlight deals on the property detail page or in a booking widget.