GET
Airbnb Listing Calendar API
Get real-time calendar availability and stay requirements for any Airbnb listing.
Overview
Real-time Availability
Calendar data is fetched in real-time from Airbnb. Availability and prices may change frequently.
The Airbnb Calendar endpoint returns per-day availability for up to 12 months, including minimum night requirements and check-in eligibility. Perfect for building availability calendars and checking booking windows.
Endpoint URL
GET https://api.stayapi.com/v1/airbnb/listing/{listing_id}/calendar
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| listing_id | integer | Required | Airbnb listing ID (path parameter) |
| months | integer | Optional | Number of months to fetch (1-12, default: 12) |
Response Structure
Calendar Data
months- Array of month objects with daily availabilitydate- Date in YYYY-MM-DD formatavailable- Whether the day is available for bookingavailable_for_checkin- Whether guests can check in on this datebookable- Whether the date can be bookedmin_nights- Minimum nights required for check-in on this date
Request
Response