/
Get unavailability
Get unavailability
status:get https://ws.icnea.net/analytics/unavailability/
Use this endpoint to retrieve the blocked dates of a property.
QUERY PARAMS
api_key string required | API_key for your company, provided by Icnea. |
---|---|
listing_id integer required | Listing ID. |
date_from string |
|
date_to string |
|
When “date_from” and “date_to” are not provided, the API will give all unavailable dates from today until the last day active in the calendar.
If you provide “date_from” and “date_to”, the API will give the unavailable dates for the interval.
RESPONSES
status:200
{
"analytics_unavailability_response": {
"blocked_dates": [
{
"start_date": "2025-04-03",
"end_date": "2025-04-13"
},
{
"start_date": "2025-04-19",
"end_date": "2025-04-19"
},
{
"start_date": "2025-04-27",
"end_date": "2025-06-14"
},
{
"start_date": "2025-06-29",
"end_date": "2025-06-30"
}
]
}
}
Parameter | Type | Description |
---|---|---|
start_date | Date | Since when is available the property. |
end_date | Date | Until when is available the property. |
status:400
{
"analytics_unavailability_response": {
"error_code": "",
"error_message": ""
}
}
, multiple selections available,
Related content
Get availability
Get availability
More like this
Retrieve a reservation
Retrieve a reservation
More like this
Get all property managers
Get all property managers
More like this
Get all reservations
Get all reservations
More like this
Get all listings
Get all listings
More like this
GET Reservations
GET Reservations
More like this