v1
latestOpenAPI 3.0.02026-07-26190104.7 KBGet all the listings included in the booking engine
This call returns the list of listings connected to the requester Booking Engine API instance in Guesty and filtered by given parameters.
Query parameters
The minimum value of listing occupancy
The minimum amount of listing bedrooms
The minimum amount of listing bathrooms
The listing property type.
The listing type.
The listing room type.
Minimum value of listing price. If it provided, the response will have listings which price is great or equal. Should be passed with currency query parameter
Maximum value of listing price. If it provided, the response will have listings which price is less or equal. Should be passed with currency query parameter
Listing price currency. Should be provided with minPrice query parameter
Listing amenities separated by coma which should have listings. Possible values are listed in the enum.
Listing amenities separated by coma which should not have listings. Possible values are listed in the enum.
Minimum longitude
Maximum longitude
Minimum latitude
Maximum latitude
City name from the listings address
Country name from the listings address
State name from the listings address
neighborhood from the listings address
The list of the listing fields to return separated by spaces. The fields should be taken from Listing object definition. To include bed arrangements to a response, please add bedArrangements to the fields in query params.
checkin day in format YYYY-MM-DD
checkout day in format YYYY-MM-DD
Limit the number of results within a subset. Default value is 20, max value is 100
Limit results to listings with specific tag, can be used multiple times for and function
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
one of bed types
Limit results to listings' unit type house rules
Limit results to listings' unit type house rules
Limit results to listings' unit type house rules
Limit results to listings' unit type house rules
Limit results to listings' unit type house rules
Provide cursor received from the response to iterate over pages
Response
successful operation
Example response
{
"results": [
{
"prices": {
"basePrice": 1
},
"allotment": {
"2021-12-30": 2,
"2021-12-31": 2
},
"nightlyRates": {
"2022-03-25": 100,
"2022-03-26": 200
},
"bedArrangements": {
"bedrooms": [
{
"roomNumber": 1,
"beds": {
"KING_BED": 1,
"QUEEN_BED": 1,
"DOUBLE_BED": 1,
"SINGLE_BED": 1,
"SOFA_BED": 1,
"AIR_MATTRESS": 1,
"BUNK_BED": 1,
"FLOOR_MATTRESS": 1,
"WATER_BED": 1,
"TODDLER_BED": 1,
"CRIB": 1
}
}
],
"bathrooms": {
"BEDROOM": 1,
"PRIVATE": 1
}
}
}
]
}