/
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

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": "" } }

Related content