This endpoint does not require authentication and can be accessed anonymously.
Endpoint
Query Parameters
The check-in date in ISO 8601 format (YYYY-MM-DD).Example:
2024-06-15The check-out date in ISO 8601 format (YYYY-MM-DD). Must be after
startDate.Example: 2024-06-20Response
Returns an array of available apartments matching the search criteria.Unique identifier for the apartment.
Name or title of the apartment listing.
Detailed description of the apartment and its features.
Nightly price for the apartment.
Currency code for the price (e.g., “USD”, “EUR”).
Example Request
Example Response
Error Responses
400 Bad Request
Returned when the query parameters are invalid or missing.- Missing
startDateorendDateparameters - Invalid date format (must be YYYY-MM-DD)
endDateis before or equal tostartDate- Dates are in the past
500 Internal Server Error
Returned when an unexpected server error occurs.Usage Notes
- The search returns only apartments that have no conflicting bookings for the entire date range
- Dates are inclusive (both start and end dates are included in the booking period)
- Results are not paginated in the current API version
- The
pricerepresents the nightly rate and does not include additional fees
Related Endpoints
- Reserve Booking - Create a booking for an apartment
- Get Booking - Retrieve booking details